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

Agents: add the memory feature to the library #7626

Open
Tracked by #7624
mrm1001 opened this issue May 2, 2024 · 0 comments
Open
Tracked by #7624

Agents: add the memory feature to the library #7626

mrm1001 opened this issue May 2, 2024 · 0 comments
Assignees
Labels
P1 High priority, add to the next sprint topic:agent

Comments

@mrm1001
Copy link
Member

mrm1001 commented May 2, 2024

Add a memory abstraction to keep track of messages when running a chat pipeline that interacts with a retriever.

User story

Users should be able to create a pipeline that can answer user queries by using previous queries, responses (raw messages), as well as documents from a document store.

It needs to support the following conversation patterns:

App has access to previous content to understand context.

User: what is the tallest building in the US?
App: The North Tower.
User: How tall is it?
App: It is 417m long.
@masci masci added the P2 Medium priority, add to the next sprint if no P1 available label May 10, 2024
@masci masci changed the title Add the memory feature to the library Agents: add the memory feature to the library May 10, 2024
@mrm1001 mrm1001 added P1 High priority, add to the next sprint and removed P2 Medium priority, add to the next sprint if no P1 available labels May 10, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
P1 High priority, add to the next sprint topic:agent
Projects
None yet
Development

No branches or pull requests

4 participants