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

Mentor Conversation Processing: Cluster and store session information #155

Open
milesha opened this issue Nov 12, 2024 · 0 comments
Open
Assignees

Comments

@milesha
Copy link
Contributor

milesha commented Nov 12, 2024

Is your feature request related to a problem? Please describe.
An additional prompt should process the message history from a conversation and categorize it into the following sections:

  • Status
  • Impediments
  • Promisses
    The categorized data should be then stored in the Database.
    When starting a new conversation the information from the latest conversation is retrieved and

Describe the solution you'd like

  • Prompt, which processes the given message history in one message and returns clustered data
  • Database entity SessionContext with String and Issue list props
  • A table storing SessionContext entities in different clusters

Describe alternatives you've considered
A clear and concise description of any alternative solutions or features you've considered.

Additional context
Add any other context or screenshots about the feature request here.

@milesha milesha self-assigned this Dec 1, 2024
@milesha milesha changed the title Connect the session memory to the AI mentor knowledge-base Implement message analyser to store user information Dec 10, 2024
@milesha milesha changed the title Implement message analyser to store user information Mentor Conversation Processing: Add additional prompt to cluster and store information Dec 10, 2024
@milesha milesha changed the title Mentor Conversation Processing: Add additional prompt to cluster and store information Mentor Conversation Processing: Cluster and store session information Dec 10, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant