Error when Invoke RetrievalQA multiple output keys #27779
Unanswered
krisnagita
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Checked other resources
Commit to Help
Example Code
Description
I'm trying to use LangChain RetrievalQA, my goal is to passing the memory into the RetrievalQA Chain
Initially I have a custom memory look like this
Then I process it to ConversationBufferMemory that look like this then later I called it custom memory
Initialize my chain then later I invoke it
When I invoke, I got error
System Info
flask
google-cloud-storage
google-cloud-aiplatform
google-cloud-bigquery[pandas]
google-cloud-discoveryengine
google-cloud-aiplatform
google-api-python-client
google-auth
langchain
langchain-community
langchain-google-vertexai
langchain-openai
langchain-google-community
tiktoken
nest-asyncio
bs4
faiss-cpu
nltk
lxml
python version 3.9.20
Beta Was this translation helpful? Give feedback.
All reactions