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

Memory/recall database with previous experiences (successes, failures, solutions, ...) #165

Open
maciejmajek opened this issue Aug 28, 2024 · 1 comment
Labels
enhancement New feature or request good first issue Good for newcomers

Comments

@maciejmajek
Copy link
Member

Is your feature request related to a problem? Please describe.
The agent can retrieve valuable information from past experiences (e.g., failures, successes, solutions, etc.) using n-shot or fine-tuning. Without the ability to train the model or search for similar problems during runtime, the agent may end up solving the same set of problems repeatedly.

Describe the solution you'd like
Database storing previous experiences.
Problem example:
There is a problem with robot's navigation. The robot can't reach the final position.
Agent reasons and finds the solution in 10 steps, which took considerable amount of time.

The problem could be added to the db as:

problem:
 title: nav2 problem, can't reach the final step
 description: ...
 solution: ...
@maciejmajek maciejmajek added enhancement New feature or request good first issue Good for newcomers labels Aug 28, 2024
@maciejmajek maciejmajek changed the title Persistant (vector?) Database with previous experiences Persistant (vector?) Database with previous experiences (successes, failures, solutions) Aug 28, 2024
@maciejmajek maciejmajek changed the title Persistant (vector?) Database with previous experiences (successes, failures, solutions) Memory/recall database with previous experiences (successes, failures, solutions, ...) Oct 2, 2024
@maciejmajek
Copy link
Member Author

One of the possible solutions could rely on using external RAG vendor such as https://github.com/EmbeddedLLM/JamAIBase.

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

No branches or pull requests

1 participant