Amit Mukherjee
Amit Mukherjee
This is one of the key ask from customer to give the flexibility to add additional information as part of memory to get saved in Cosmos or other external data...
I have the similar issue. qa=ConversationalRetrievalChain.from_llm( llm=llm, chain_type = "stuff", retriever=index.as_retriever(), return_source_documents=True, memory =st.session_state.memory ) In fact, if I remove the "return_source_documents=True," line then I am getting another issue: pydantic.error_wrappers.ValidationError:...
same here. I also don't have the custom prompt and fix didn't work for me as well.