conversational AI chatbot prerequisite #4592
Unanswered
IamExperimenting
asked this question in
Q&A
Replies: 1 comment
-
For this you would use a |
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.
Uh oh!
There was an error while loading. Please reload this page.
-
Hi,
can anyone help me to understand and guide me how to implement conversational AI chatbot? I would like to build conversational AI chatbot using open source Large Language Model (LLM).
Currently, multiple text files is my data source, I have used Flan-T5 XL LLM to to build question answering model using langchain, however this model gives only the answer from the content.
I would like to take it to the next like building a conversational AI chatbot. is it possible to accomplish? can you please tell me how to achieve this?
Objective: when user ask question, to the conversational AI chatbot it should extract answer from the text file and answer to the user in a conversational way(like human being) not only with one word answer.
like: if I ask a question to conversational AI chatbot
how many comments were given to this movie?
rather than giving one word answer like16
, I would like the conversational AI chatbot to answer likepeople have give 16 comments to this movie
@oddrationale can you please help me here?
Beta Was this translation helpful? Give feedback.
All reactions