Skip to content

Conversation

@AICrafterZheng
Copy link

@AICrafterZheng AICrafterZheng commented Nov 13, 2025

Description

By default, the index name in GraphRAG is constructed using below code:

return f"{container_name}-{embedding_name}".replace(".", "-")

However, in some cases, users may want to connect GraphRAG to an existing embedding index rather than having GraphRAG generate a new one automatically.
This PR adds support for specifying a custom index name, enabling seamless integration with existing embedding stores.

Note: this is a reopened pr. Please see details in the closed pr #2016

Related Issues

[Reference any related issues or tasks that this pull request addresses.]

Proposed Changes

[List the specific changes made in this pull request.]

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

[Add any additional notes or context that may be helpful for the reviewer(s).]

@AICrafterZheng AICrafterZheng requested a review from a team as a code owner November 13, 2025 01:16
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.

1 participant