Skip to content

Commit 1bc9bc3

Browse files
committed
Small typo in intro to graphrag
1 parent fd57fb6 commit 1bc9bc3

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/content/docs/concepts/intro-to-graphrag.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ To give you a clearer picture, the patterns explained in this post include:
4141
* [Dynamic Cypher Generation](/reference/graphrag/dynamic-cypher-generation/)
4242
* [Global Community Summary Retriever](/reference/graphrag/global-community-summary-retriever/)
4343
* [Local Retriever](/reference/graphrag/local-retriever/)
44-
* [Hypothetical Question Retriever]>(/reference/graphrag/hypothetical-question-retriever/)
44+
* [Hypothetical Question Retriever](/reference/graphrag/hypothetical-question-retriever/)
4545

4646

4747
### Knowledge Graph Models

src/content/docs/reference/graphrag/global-community-summary-retriever.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ RETURN c.full_content AS output
5151

5252
There are several variations in which you could use the Lexical Graph with extracted entities, communities, and community summaries:
5353

54-
* A [Local Retriever](../graphrag/local-retriever) could start by executing a vector search on the entity embeddings and traversing to related entities, chunks, or communities (e.g., see Integrating Microsoft GraphRAG into Neo4j).
54+
* A [Local Retriever](/reference/graphrag/local-retriever) could start by executing a vector search on the entity embeddings and traversing to related entities, chunks, or communities (e.g., see Integrating Microsoft GraphRAG into Neo4j).
5555

5656
* Depending on the question, we could also execute a vector similarity search on embeddings of the Community Summaries first to identify which subgraph is relevant for the question, then traverse from the communities to its entities and chunks to retrieve additional information.
5757

0 commit comments

Comments
 (0)