Skip to content

Commit adcbf36

Browse files
authored
Merge pull request #7 from adam-cowley/patch-1
fix: absolute links in intro
2 parents 3637eb9 + 9ab4be9 commit adcbf36

File tree

1 file changed

+11
-11
lines changed

1 file changed

+11
-11
lines changed

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

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -46,16 +46,16 @@ To give you a clearer picture, the patterns explained in this post include:
4646

4747
### Knowledge Graph Models
4848

49-
* [Domain Graph](reference/knowledge-graph/domain-graph/)
50-
* [Lexical Graph](reference/knowledge-graph/lexical-graph/)
51-
* [Parent-Child Lexical Graph](reference/knowledge-graph/lexical-graph-parent-child/)
52-
* [Lexical Graph with Sibling Structure](reference/knowledge-graph/lexical-graph-sibling-structure/)
53-
* [Lexical Graph with Extracted Entities](reference/knowledge-graph/lexical-graph-extracted-entities/)
54-
* [Lexical Graph with Extracted Entities and Community Summaries](reference/knowledge-graph/lexical-graph-extracted-entities-community-summaries/)
55-
* [Lexical Graph with Hierarchical Structure](reference/knowledge-graph/lexical-graph-hierarchical-structure/)
56-
* [Lexical Graph with Hypothetical Questions](reference/knowledge-graph/lexical-graph-hypothetical-questions/)
57-
* [Memory Graph](reference/knowledge-graph/memory-graph/)
58-
* [Text Sequence](reference/knowledge-graph/text-seq/)
49+
* [Domain Graph](/reference/knowledge-graph/domain-graph/)
50+
* [Lexical Graph](/reference/knowledge-graph/lexical-graph/)
51+
* [Parent-Child Lexical Graph](/reference/knowledge-graph/lexical-graph-parent-child/)
52+
* [Lexical Graph with Sibling Structure](/reference/knowledge-graph/lexical-graph-sibling-structure/)
53+
* [Lexical Graph with Extracted Entities](/reference/knowledge-graph/lexical-graph-extracted-entities/)
54+
* [Lexical Graph with Extracted Entities and Community Summaries](/reference/knowledge-graph/lexical-graph-extracted-entities-community-summaries/)
55+
* [Lexical Graph with Hierarchical Structure](/reference/knowledge-graph/lexical-graph-hierarchical-structure/)
56+
* [Lexical Graph with Hypothetical Questions](/reference/knowledge-graph/lexical-graph-hypothetical-questions/)
57+
* [Memory Graph](/reference/knowledge-graph/memory-graph/)
58+
* [Text Sequence](/reference/knowledge-graph/text-seq/)
5959

6060
### Thematic Classification
6161

@@ -116,4 +116,4 @@ In the above example, a vector similarity search is executed on the existing ind
116116

117117
* [Neo4j GraphAcademy: Build a Neo4j-backed Chatbot using Python](https://graphacademy.neo4j.com/courses/llm-chatbot-python/)
118118
* [Integrating Neo4j into the LangChain ecosystem](https://towardsdatascience.com/integrating-neo4j-into-the-langchain-ecosystem-df0e988344d2)
119-
* [Neo4j GraphAcademy: Mastering Retrieval-Augmented Generation (RAG)](https://graphacademy.neo4j.com/courses/genai-workshop-graphrag/)
119+
* [Neo4j GraphAcademy: Mastering Retrieval-Augmented Generation (RAG)](https://graphacademy.neo4j.com/courses/genai-workshop-graphrag/)

0 commit comments

Comments
 (0)