How does conversation-topic-splitter works? #218
Unanswered
OnlinePage
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
-
I am curious about working of conversation-topic-splitter ?
Like if we only sent the user current message to filter route then its not good way , cuz most of the time it will just predict wrong router as it does not have context for last messages between user and the bot.
https://github.com/aurelio-labs/semantic-router/blob/main/docs/examples/conversation-topic-splitter.ipynb
Now since i came across 👆, I m curious how's does this helps in routing with context ? or is there any better approach?🤔
Is this the good way to have proper and reliable routing in an agent?
@jamescalam
Beta Was this translation helpful? Give feedback.
All reactions