How to pass additional info in VectorStoreInfo to a LLMChain to have a conversation with a Prompt template & Memory #379
Replies: 1 comment
-
Hey! Thanks for sharing your question here. I'm sorry for not getting back to you sooner. |
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
-
For example if I had to provide additional info in a text file through VectoreStoreInfo to the existing sample of "Getting started - Basic Chatbot", how can i achieve it? I see LangChain forums discuss about RetrievalQAWithSourcesChain. I don't see that in LangFlow. Is this a current gap or is there a way to achieve this? I would much appreciate your help. Cheers!
https://python.langchain.com/en/latest/modules/chains/index_examples/vector_db_qa_with_sources.html
Beta Was this translation helpful? Give feedback.
All reactions