-
Notifications
You must be signed in to change notification settings - Fork 4.6k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
described basic working of llm flows classifier #12529
Conversation
@@ -11,3 +11,145 @@ import RasaDiscoveryBanner from "@theme/RasaDiscoveryBanner"; | |||
|
|||
<RasaDiscoveryBanner/> | |||
|
|||
# LLMFlowClassifier |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
we do need a better name, but not today. i find this a bit confusing
which would then be turned into the `transfer_money` intent as well as two entities. | ||
|
||
Certain asks by the user and responses by the LLM are currently deemed as too complex | ||
and classified as such based on the composition of the action list. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
can we explain a bit more about why we needed to do this? and can you explain what happens when something is classified as "too complex": is the result that the output of the classifier is ignored?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Sure thing, users can technically come up with arbitrarily complex commands like "start 1000000 money transfers" but on a more benign site they might just try to do a lot of things at once "50$ to James. And then please tell me how much money I still have left, and my recent transactions". For now, we just say, let's take it step by step. Doesn't mean we can't allow for more complexity later. We might actually be able it, but I think it's also good if there's some limit and we communicate that instead of attempting and failing.
Co-authored-by: Maxime Vdb <[email protected]>
Co-authored-by: Maxime Vdb <[email protected]>
Co-authored-by: Maxime Vdb <[email protected]>
Co-authored-by: Maxime Vdb <[email protected]>
Co-authored-by: Maxime Vdb <[email protected]>
Co-authored-by: Maxime Vdb <[email protected]>
Co-authored-by: Maxime Vdb <[email protected]>
Co-authored-by: Maxime Vdb <[email protected]>
🚀 A preview of the docs have been deployed at the following URL: https://12529--rasahq-docs-rasa-v2.netlify.app/docs/rasa |
Proposed changes:
Status (please check what you already did):
black
(please check Readme for instructions)