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

Memorize past conversation with user #20

Open
samhoooo opened this issue Sep 2, 2024 · 1 comment
Open

Memorize past conversation with user #20

samhoooo opened this issue Sep 2, 2024 · 1 comment
Labels
enhancement New feature or request

Comments

@samhoooo
Copy link

samhoooo commented Sep 2, 2024

Is your feature request related to a problem? Please describe.
Aura-voice is not memorizing past conversation with user, therefore it is not possible to ask additional questions, for example:

User: Why is the sky blue?

Aura-voice: The sky is blue because molecule in atmosphere.. .

User: Can you explain more?

Aura-voice: Understood. What would you like to know?

Describe the solution you'd like
Aura-voice should memorize past conversation, and give feedback based on the thread.

Additional context
This is a very nice application, thanks for making it.

@samhoooo samhoooo added the enhancement New feature or request label Sep 2, 2024
@Adr-hyng
Copy link

Adr-hyng commented Nov 23, 2024

I think this can be achieved by feeding the responses back to the model, but could be better i guess like using vector database for low-latency or storing the responses as well as parsing and requesting the needed word/phrase to be fetched instead of the whole phrase/response. Here's the reference of what others are doing to implement this feature to an NLP model:

ollama/ollama#4374

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

No branches or pull requests

2 participants