Anyone else find this course of questionable quality?
the way the code is written and explained and having to go back and forth between different notebooks is very unintuitive and annoying to navigate.
also the lack of solutions which should be accompanied by every exercice.
am i just supposed to struggle without access to the solution?
a self paced course should always have the solution for all exercices.
let me read the solution and learn on my own.
also why is there a bunch of talk about docker and deployments?
the course should only talk about the relevant points to rag.
all of this complexity should be hidden away since this isn’t a devops course.
i rarely quit courses but there’s a first time for everything.
Hi there! I am facing a problem, that my RAG is working but the course is still scoring me at 0%.
I am showing below the result of my code. I have ensured that all my 35, 7 , 8 and server_app notebooks are running without issues.
I don’t know if the scoring algorithm from the course needs any requirement done. In my case, I commented all the 8th notebook cells except the one that says “For Grading”. I am mounting therefore the well-functioning RAG.
Hey @e.realbru!
Interesting. So when you get this message, then you go back to studio and click “Assess Task” is still complains? I did just test this out yesterday as part of a small environment update and it was working… I’ll DM you.
Alright! Figured out that one. If you attempt to recreate the frontend microservice’s gradio instance in labs instead of using the running instance in the frontend container, then the PASSED file will not be written. The assessment service looks for it in the background, and it is only writable from the frontend (or assessment) containers and host.
Could you please extend my time to work on Environment [8, Assessment] I could not be able to complete it due some of code issue with output of RAG response