File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
docs/docs/integrations/retrievers Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -31,20 +31,20 @@ retrieval over an **existing** vector store.
31
31
32
32
## Benefits
33
33
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/ )
35
35
Use existing metadata fields without additional processing. Retrieve more from an
36
36
existing vector store!
37
37
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/ )
39
39
Edges can be specified on-the-fly, allowing different relationships to be traversed
40
40
based on the question.
41
41
42
42
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/ )
44
44
Use built-in traversal strategies like Eager or MMR, or define custom logic to select
45
45
which nodes to explore.
46
46
47
- * [ ** Broad compatibility:** ] ( https://datastax.github.io/graph-rag/get-started /adapters/ )
47
+ * [ ** Broad compatibility:** ] ( https://datastax.github.io/graph-rag/guide /adapters/ )
48
48
Adapters are available for a variety of vector stores with support for additional
49
49
stores easily added.
50
50
You can’t perform that action at this time.
0 commit comments