Prateek Virdi
Results
1
issues of
Prateek Virdi
I was using RetrievalQA.from_chain_type, to which I had passed parameters as:- `RetrievalQA.from_chain_type(llm, chain_type, retriever = chroma_db.as_retriever(), return_source_documents = True)` Here, return_source_documents = True, only returns the chunks from which it...