A full conversation flow implementation logic #5535
HGamalElDin
started this conversation in
Ideas
Replies: 1 comment 2 replies
-
Hey, @HGamalElDin! To have a basic understanding of how you can use LLM chat models with Haystack, you can have a look at these tutorials: Your use case seems more complex. |
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.
Uh oh!
There was an error while loading. Please reload this page.
-
Hello, I'm trying to implement a complete conversational chatbot that needs to run a sequential flow in order.
I have the dialogue flow, but I want to get some intuition on implementing this feasibly. I know there's a prompt type to chain the flow, however, I need help implementing this in Haystack. I found this thread in StackOverflow .. However, I guess this needs to loop until the conversation ends as I'll be creating maybe a hundred of prompt templates.
Has anyone before created a full conversation flow (replacing Rasa and DiaolgueFlow frameworks) using haystack LLMs and prompt nodes?
Beta Was this translation helpful? Give feedback.
All reactions