Skip to content
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

Classify conversations with LLMs #60

Open
lgabs opened this issue Nov 24, 2023 · 1 comment
Open

Classify conversations with LLMs #60

lgabs opened this issue Nov 24, 2023 · 1 comment
Assignees
Labels

Comments

@lgabs
Copy link
Collaborator

lgabs commented Nov 24, 2023

Currenty, we generate keywords from the conversation as a start point to classify the conversation. The classification of conversation can have several downstream uses, such as support allocation, prioritization of emergencies, and understanding what topics drive your support, etc.

LLMs are also good at classification, and we can take advantage of langchain's implementation for tagging documents. The ideia is to allow the user to specify a prompt and tags description, and then at each request an async task will tag the conversion as we already do here.

@lgabs lgabs changed the title Make tag classification with LLMs Classify conversations with LLMs Nov 24, 2023
@lgabs
Copy link
Collaborator Author

lgabs commented Nov 24, 2023

I've done some experiments with this before, so I can take this issue.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants