-
Notifications
You must be signed in to change notification settings - Fork 70
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Does it work with when chains are passed with return_source_documents=True, #19
Comments
Hi @sharrajesh! Thx for reporting the issue! Could you please share your code snippet? |
faiss_db_path = os.path.join(BASE_DIR, "workspace", "chat_with_text_files", "faiss_db") def load_db(): def create_qa_chain(retriever): def cite_sources(llm_response): retriever = load_db() |
Another error def create_qa_chain(retriever): def cite_sources(llm_response):
retriever = load_db() |
Thx! Received all info. I have a local patch but still requires testing. |
Fixed this issue in 0.0.12 |
this does not work with ConversationalRetrievalChain , please provide a fix as RetrievalQA is being depricated |
I seem to be getting an whenever my chains have above config....
The text was updated successfully, but these errors were encountered: