RAG Pipeline with in-memory conversation history #8018
adhikari23
started this conversation in
General
Replies: 1 comment 2 replies
-
hi @adhikari23 it's still not supported we are working on it, but it will soon come in haystack-experimental |
Beta Was this translation helpful? Give feedback.
2 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.
-
In Haystack 1.0, we have conversation agent that helps us to use the chat history in the pipeline through a agentic way. https://haystack.deepset.ai/tutorials/24_building_chat_app
However, in Haystack 2.x, I don't see the support of conversation memory agent.
(https://docs.haystack.deepset.ai/docs/migration#agents)
What is the best way to build a pipeline with conversation chat history in Haystack 2.x
Beta Was this translation helpful? Give feedback.
All reactions