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

[Meta] Improving queries over archival memory #405

Closed
sarahwooders opened this issue Nov 9, 2023 · 1 comment
Closed

[Meta] Improving queries over archival memory #405

sarahwooders opened this issue Nov 9, 2023 · 1 comment

Comments

@sarahwooders
Copy link
Collaborator

Currently, archival memory works by loading in any attached data sources and saves memories from the agent into a single table (representing the agent's archival memory), which has a "text" and "embedding" columns.

Customizable queries

Better performance

  • The retriever could access data without copying it into the agent's archival storage table by searching across multiple tables

Other issues

  • Archival search only looks for top-5 results and often does not attempt to search further
    • Perhaps agent is never updating the offset?
  • The chunk size is very small (300) and may need to be tuned
    • We may want to include an option of embedding entire documents

Related Issues

Copy link

github-actions bot commented Dec 6, 2024

This issue has been automatically closed due to 60 days of inactivity.

@github-actions github-actions bot closed this as completed Dec 6, 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