haystack icon indicating copy to clipboard operation
haystack copied to clipboard

Use case Chat + RAG

Open mrm1001 opened this issue 9 months ago • 0 comments

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
- [ ] https://github.com/deepset-ai/haystack/issues/7714
- [ ] https://github.com/deepset-ai/haystack/issues/7626

mrm1001 avatar May 02 '24 08:05 mrm1001