docs: update graph_rag.mdx (#31548)

**Description:** fix broken links
This commit is contained in:
CCM 2025-06-11 03:43:30 +08:00 committed by GitHub
parent 323850fae1
commit 1935e4526a
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -31,20 +31,20 @@ retrieval over an **existing** vector store.
## Benefits ## Benefits
* [**Link based on existing metadata:**](https://datastax.github.io/graph-rag/get-started/) * [**Link based on existing metadata:**](https://datastax.github.io/graph-rag/guide/get-started/)
Use existing metadata fields without additional processing. Retrieve more from an Use existing metadata fields without additional processing. Retrieve more from an
existing vector store! existing vector store!
* [**Change links on demand:**](https://datastax.github.io/graph-rag/get-started/edges/) * [**Change links on demand:**](https://datastax.github.io/graph-rag/guide/edges/)
Edges can be specified on-the-fly, allowing different relationships to be traversed Edges can be specified on-the-fly, allowing different relationships to be traversed
based on the question. based on the question.
* [**Pluggable Traversal Strategies:**](https://datastax.github.io/graph-rag/get-started/strategies/) * [**Pluggable Traversal Strategies:**](https://datastax.github.io/graph-rag/guide/strategies/)
Use built-in traversal strategies like Eager or MMR, or define custom logic to select Use built-in traversal strategies like Eager or MMR, or define custom logic to select
which nodes to explore. which nodes to explore.
* [**Broad compatibility:**](https://datastax.github.io/graph-rag/get-started/adapters/) * [**Broad compatibility:**](https://datastax.github.io/graph-rag/guide/adapters/)
Adapters are available for a variety of vector stores with support for additional Adapters are available for a variety of vector stores with support for additional
stores easily added. stores easily added.