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

feat: Qdrant summary and raw data query engine! #90

Closed
amindadgar opened this issue Nov 7, 2024 · 0 comments · Fixed by #99
Closed

feat: Qdrant summary and raw data query engine! #90

amindadgar opened this issue Nov 7, 2024 · 0 comments · Fixed by #99
Assignees

Comments

@amindadgar
Copy link
Member

We need to create a query engine that would handle the flow defined below

  1. Retrieve similar summary data.
  2. Based on summary data, retrieve the raw data from the dates of it.
  3. Combine them into a query and pass it to an LLM to get a response.

Note: On the data ingestion, we had already ingested the raw data within the qdrant collection name [community_id]_[platform_name] and the summary data are within [community_id]_[platform_name]_[summary].

@amindadgar amindadgar self-assigned this Nov 7, 2024
@amindadgar amindadgar linked a pull request Nov 14, 2024 that will close this issue
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant