Hello~ I am a college student from Taiwan~ I have encountered some problem with deploying Gradio at the final step of the assessment. I am really confused about this situation and have no idea how to solve it . What should I do to solve this problem?
Thank you very much~
This is my problem:
It seems that the server is running successfully:
And I’ve tested (basic_chat) (retriever) (generator):
@vkudlay I need some help here~~~~
Hey @luziferangle . This looks really close. If you look into frontend/server_app.py, you’ll see how the remoterunnables actually get used in the frontend (and the decisions to make such simple assumptions about what you should actually deliver are reasonable and justified). You’ll probably notice that the retriever shouldn’t really operate on its own like in your local example…
Hi @vkudlay, I am very close to finishing the course, but I cannot understand how we should pass the input to the retriever chain for the assessment part. This is what I have in the code and it gives me an error:
Could you point out what the potential issue may be here?
Hey @anovikov2 . Sorry for the delay. In theory, it should give you an error because the retriever should only take in a string and return a document according to the server specs… Happy to see what error you’re getting though…
please please tell me steps for last evaluation. I’m so confused.
so i just need to edit notebook 3.5 and not frontend.block.py. I’ve added documents older than one month in notebook 7. So only thing now to do is edit notebook 3.5 and not any other rigth?
1 Like
@borhadesahil17 Yup! That should be pretty much all! Let me know if you run into any issues (Looking over all responses, sorry for the late reply)