Create a conversational chatbot capable of asking questions in order to fulfil user's query #2962
swapnil3597
started this conversation in
General
Replies: 1 comment 1 reply
-
Achieved above mentioned scenario. Please refer to notebook in following GitHub repo: repo-link |
Beta Was this translation helpful? Give feedback.
1 reply
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.
-
How to create a conversational chatbot capable of asking questions in order to fulfil user's query. I will explain this using some example scenarios.
Scenario 1:
This can be implemented in the following way:
Is there any better way to implement this? Especially the, named entity recognition part. Can I leverage the power of LLMs for this?
Scenario 2:
Such a scenario is generally implemented using conversational flows in traditional chatbot systems. But, how can I leverage the LLMs to built such a chatbot?
Please help with this scenarios.
Beta Was this translation helpful? Give feedback.
All reactions