sampratha28
sampratha28
I am trying to print the source documents but i am getting the below error. note - I am using a vector store agent ERROR 2024-01-07 15:49:15 - ERROR -...
i am using a vector store agent to answer from a set of documents. I want to print the document and its metadata fetched by the retriever in answering the...
sources are not returned by the chain. i am using RetrievalQAWithSourcesChain to retrieve answers from my knowledge base, i want the sources to be returned along with the answer. Components...
i am using a vector store agent to retrieve answers from a knowledge base containing pdfs. The response i am getting contains 'answer' and 'source' keys. But the source key...
I am callling the langflow python API through python requests module. it is taking too long to respond compared to the time taken for response in the langflow UI. How...
i am using RetrievalQA chain with a vector store. The error i am getting is:- [2024-01-09 16:53:12 +0000] [2629637] [ERROR] Exception in ASGI application + Exception Group Traceback (most recent...
i am using chroma db to vectorize my documents and persisting it in a directory. How to load the vectorized data instead of building a vector store each time the...
i have a tool for the vector store. The agent's action is the correct tool for the vector store but it is not actually using that tool to find the...
i am loading the vectore store using FAISS vector store and passing it to multi query retriever. I am getting the below error:- ERROR - base - 1 validation error...
i am passing FAISS db as an input to the multi query retriever. I am getting the below error ERROR - base - 1 validation error for MultiQueryRetriever base.py:329 retriever...