Skip to content

Commit 1935e45

Browse files
authored
docs: update graph_rag.mdx (#31548)
**Description:** fix broken links
1 parent 323850f commit 1935e45

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

docs/docs/integrations/retrievers/graph_rag.mdx

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -31,20 +31,20 @@ retrieval over an **existing** vector store.
3131

3232
## Benefits
3333

34-
* [**Link based on existing metadata:**](https://datastax.github.io/graph-rag/get-started/)
34+
* [**Link based on existing metadata:**](https://datastax.github.io/graph-rag/guide/get-started/)
3535
Use existing metadata fields without additional processing. Retrieve more from an
3636
existing vector store!
3737

38-
* [**Change links on demand:**](https://datastax.github.io/graph-rag/get-started/edges/)
38+
* [**Change links on demand:**](https://datastax.github.io/graph-rag/guide/edges/)
3939
Edges can be specified on-the-fly, allowing different relationships to be traversed
4040
based on the question.
4141

4242

43-
* [**Pluggable Traversal Strategies:**](https://datastax.github.io/graph-rag/get-started/strategies/)
43+
* [**Pluggable Traversal Strategies:**](https://datastax.github.io/graph-rag/guide/strategies/)
4444
Use built-in traversal strategies like Eager or MMR, or define custom logic to select
4545
which nodes to explore.
4646

47-
* [**Broad compatibility:**](https://datastax.github.io/graph-rag/get-started/adapters/)
47+
* [**Broad compatibility:**](https://datastax.github.io/graph-rag/guide/adapters/)
4848
Adapters are available for a variety of vector stores with support for additional
4949
stores easily added.
5050

0 commit comments

Comments
 (0)