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

Multi-index query CLI support #1675

Open
wants to merge 15 commits into
base: main
Choose a base branch
from

Conversation

KennyZhang1
Copy link
Contributor

Description

This PR modifies the GraphRagConfig object to support multi-index querying at the CLI-layer.

Related Issues

This PR builds on top of a previous PR that supports multi-index querying in the API layer: #1644

Proposed Changes

  • Modify the "Output" section of the GraphRagConfig to support passing in a dict of OutputConfigs used to represent the location of multiple indexes.
  • Refactor the query CLI layer to support new output config structure and provide appropriate connections to multi-index query API functions
  • Modify all test code to reflect changes to the GraphRagConfig output structure.

Checklist

  • I have tested these changes locally.
  • I have reviewed the code changes.
  • I have updated the documentation (if necessary).
  • I have added appropriate unit tests (if applicable).

Additional Notes

N/A

@KennyZhang1 KennyZhang1 requested review from a team as code owners February 4, 2025 20:11
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 this pull request may close these issues.

2 participants