How to go about 'slot filling' #79
Unanswered
Jamesetay1
asked this question in
Q&A
Replies: 0 comments
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 there, relatively new to chatbots but trying to create a simple data analysis chatbot that follows the basic flow.
I am stuck on how to effectively make 4 happen.
My first thought was to just use an input() from python and use that as the 'relationship' they are interested in. I'm not sure how to do this while using the streamlit UI built into the framework.
My other thought was to actually use the framework and define some entities (like VAR1 and VAR2) that would be picked up when a user says something like "Explore the relationship between VAR1 and VAR2" or "VAR1 vs VAR2". This works, but because of how entities are constructed, I have to know a list of what those VARs might be - which is impossible since I want the user to be able to upload any old CSV.
Beta Was this translation helpful? Give feedback.
All reactions