From 9ab4be9ce7c1369b7279799ae87831406d5b23ac Mon Sep 17 00:00:00 2001 From: Adam Cowley Date: Thu, 28 Nov 2024 21:22:51 +0000 Subject: [PATCH] fix: absolute links in intro --- .../docs/concepts/intro-to-graphrag.md | 22 +++++++++---------- 1 file changed, 11 insertions(+), 11 deletions(-) diff --git a/src/content/docs/concepts/intro-to-graphrag.md b/src/content/docs/concepts/intro-to-graphrag.md index 4ca8ed6..9d2fa8b 100644 --- a/src/content/docs/concepts/intro-to-graphrag.md +++ b/src/content/docs/concepts/intro-to-graphrag.md @@ -46,16 +46,16 @@ To give you a clearer picture, the patterns explained in this post include: ### Knowledge Graph Models -* [Domain Graph](reference/knowledge-graph/domain-graph/) -* [Lexical Graph](reference/knowledge-graph/lexical-graph/) -* [Parent-Child Lexical Graph](reference/knowledge-graph/lexical-graph-parent-child/) -* [Lexical Graph with Sibling Structure](reference/knowledge-graph/lexical-graph-sibling-structure/) -* [Lexical Graph with Extracted Entities](reference/knowledge-graph/lexical-graph-extracted-entities/) -* [Lexical Graph with Extracted Entities and Community Summaries](reference/knowledge-graph/lexical-graph-extracted-entities-community-summaries/) -* [Lexical Graph with Hierarchical Structure](reference/knowledge-graph/lexical-graph-hierarchical-structure/) -* [Lexical Graph with Hypothetical Questions](reference/knowledge-graph/lexical-graph-hypothetical-questions/) -* [Memory Graph](reference/knowledge-graph/memory-graph/) -* [Text Sequence](reference/knowledge-graph/text-seq/) +* [Domain Graph](/reference/knowledge-graph/domain-graph/) +* [Lexical Graph](/reference/knowledge-graph/lexical-graph/) +* [Parent-Child Lexical Graph](/reference/knowledge-graph/lexical-graph-parent-child/) +* [Lexical Graph with Sibling Structure](/reference/knowledge-graph/lexical-graph-sibling-structure/) +* [Lexical Graph with Extracted Entities](/reference/knowledge-graph/lexical-graph-extracted-entities/) +* [Lexical Graph with Extracted Entities and Community Summaries](/reference/knowledge-graph/lexical-graph-extracted-entities-community-summaries/) +* [Lexical Graph with Hierarchical Structure](/reference/knowledge-graph/lexical-graph-hierarchical-structure/) +* [Lexical Graph with Hypothetical Questions](/reference/knowledge-graph/lexical-graph-hypothetical-questions/) +* [Memory Graph](/reference/knowledge-graph/memory-graph/) +* [Text Sequence](/reference/knowledge-graph/text-seq/) ### Thematic Classification @@ -116,4 +116,4 @@ In the above example, a vector similarity search is executed on the existing ind * [Neo4j GraphAcademy: Build a Neo4j-backed Chatbot using Python](https://graphacademy.neo4j.com/courses/llm-chatbot-python/) * [Integrating Neo4j into the LangChain ecosystem](https://towardsdatascience.com/integrating-neo4j-into-the-langchain-ecosystem-df0e988344d2) -* [Neo4j GraphAcademy: Mastering Retrieval-Augmented Generation (RAG)](https://graphacademy.neo4j.com/courses/genai-workshop-graphrag/) \ No newline at end of file +* [Neo4j GraphAcademy: Mastering Retrieval-Augmented Generation (RAG)](https://graphacademy.neo4j.com/courses/genai-workshop-graphrag/)