Streaming with VectorDBQAChain #1700
mamakancha
started this conversation in
General
Replies: 1 comment
-
@mamakancha I think will help: Add
Also, thanks for posting your question - I inadvertently found the solution to my vectorStore namespace problem 🙏 |
Beta Was this translation helpful? Give feedback.
0 replies
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.
-
I'm trying to write a code which finds the topK matching vectors from Pinecone and return a summary of the asked question based on the topK results. For the summary, I'm using VectorDBQAChain. Here's the code :
This is working fine but I need to stream this response. Is there any way I can stream the response to my console? Any sort of workaround is also appreciated.
Beta Was this translation helpful? Give feedback.
All reactions