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

Use case Chat + RAG #7624

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

Use case Chat + RAG #7624

mrm1001 opened this issue May 2, 2024 · 0 comments
Assignees

Comments

@mrm1001
Copy link
Member

mrm1001 commented May 2, 2024

Goal

The goal is to refine this task into smaller sub-tasks which might include a review of existing approaches (with limitations), creating a proposal, implementing the solution.

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.

App can ask for clarification questions.

User: how tall is it?
App: What does it refer to?
User: The tallest building in the US.
App: It is 417m long.

Tasks

  1. P1
    vblagoje
  2. P1
    vblagoje
@mrm1001 mrm1001 added P1 High priority, add to the next sprint topic:agent labels May 2, 2024
@mrm1001 mrm1001 modified the milestone: 2.2.0 May 2, 2024
@mrm1001 mrm1001 changed the title Enable memory for Chat + RAG Use case Chat + RAG May 2, 2024
@mrm1001 mrm1001 added P2 Medium priority, add to the next sprint if no P1 available and removed P1 High priority, add to the next sprint labels 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 17, 2024
@masci masci removed the P1 High priority, add to the next sprint label May 21, 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

4 participants