Mani Batra
Results
2
comments of
Mani Batra
I have gotten rid of this step altogether as this doesn't really model true chat history and often leads to ambiguous standalone questions that do not capture the entire intent...
@AlexZhara I am initialising the chain as follows : ``` qa = ConversationalRetrievalChain( retriever=vectorstore_retriever, combine_docs_chain=doc_chain, question_generator=NoOpLLMChain(), callback_manager=manager, memory=memory, get_chat_history=get_chat_history) ```