Notifications
Clear all
Topic starter
01/07/2023 1:35 pm
In "Chat with your document" course under "setting up your first vector database"
I am having problems with qa_chain.run() where it say:
NotImplementedError: text/html output type is not implemented yet. You can pass `raw_response=True` to get the raw `Response` object and parse the output by yourself.
I tried running with "raw_response=True" but it gave back the same error.
I am running locally on a seperate conda environment and I have installed the relevant packages already.
I know I could just press "mark as complete" for "Chat with your document" course but I wish to more of a completionist and able to run the codes in the course.
I hope someone could help me.
03/07/2023 4:47 pm
Hi Ryan,
Please refer to our response to your email query on the same.
Best regards,
Gayathriy
Topic starter
08/07/2023 4:57 pm
qa.run() on google colab doesn't have such error. Maybe this this is a local conda environment issue