Skip to content

Commit

Permalink
Merge pull request #7 from adam-cowley/patch-1
Browse files Browse the repository at this point in the history
fix: absolute links in intro
  • Loading branch information
jexp authored Nov 28, 2024
2 parents 3637eb9 + 9ab4be9 commit adcbf36
Showing 1 changed file with 11 additions and 11 deletions.
22 changes: 11 additions & 11 deletions src/content/docs/concepts/intro-to-graphrag.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down Expand Up @@ -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/)
* [Neo4j GraphAcademy: Mastering Retrieval-Augmented Generation (RAG)](https://graphacademy.neo4j.com/courses/genai-workshop-graphrag/)

0 comments on commit adcbf36

Please sign in to comment.