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 RAG + one-shot query planning #7648

Open
mrm1001 opened this issue May 4, 2024 · 0 comments
Open

Use case RAG + one-shot query planning #7648

mrm1001 opened this issue May 4, 2024 · 0 comments
Labels
P2 Medium priority, add to the next sprint if no P1 available topic:agent

Comments

@mrm1001
Copy link
Member

mrm1001 commented May 4, 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 that need to pull information from different data sources when necessary.

It needs to support the following examples:

Example

  • data source 1: financial documents of different companies
  • data source 2: transcripts of earning calls
    Question: "give me the highlights of the earning call of company A"

Example

  • data source 1: financial documents of different companies
  • data source 2: transcripts of earning calls
    Question: "give me the highlights of the earning call of the top-performing company"

Example

  • data source 1: financial documents of different companies
  • data source 2: transcripts of earning calls
    Question: "compare company A to company B"

Example

  • data source: legal docs
    Question: "Tell me about the pro-X arguments in article A, and tell me about the pro-Y arguments in article B, then generate your own conclusion based on these facts."
@mrm1001 mrm1001 added P2 Medium priority, add to the next sprint if no P1 available topic:agent labels May 4, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
P2 Medium priority, add to the next sprint if no P1 available topic:agent
Projects
None yet
Development

No branches or pull requests

1 participant