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

Timestamping actions and re-ranking them based on the timestamp #12

Open
YoanSallami opened this issue Jun 8, 2024 · 0 comments
Open
Labels
enhancement New feature or request

Comments

@YoanSallami
Copy link
Contributor

When recalling actions, the agent only consider the similarity to fetch past actions, it will be more correct to integrate the time dimension. We could timestamp each action node when commit in the fact memory, then re-rank the actions in the action retriever. This could be done with unix timestamp. Taking into account the time in the query could also be really useful to recall actions occurred at a particular time (but we needs a proper way to do it).

@YoanSallami YoanSallami added the enhancement New feature or request label Jun 8, 2024
@acazau acazau mentioned this issue Jul 12, 2024
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

1 participant