Skip to content

Commit 95e8072

Browse files
committed
Quick fix images, the linter doesn't deal with exteranl images with imagesdir
1 parent 8e6b439 commit 95e8072

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

modules/genai-ecosystem/pages/agent-neo.adoc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ The workflow for Agent Neo is outlined as follows:
2222
. **Similarity and Graph Structuring**: Text embeddings are utilized to identify similar text chunks, which are interconnected using "SIMILAR_TO" relationships to further structure the graph via the Leiden algorithm.
2323
. **Metadata Integration and Feedback Loop**: Session metadata and user feedback are integrated into the graph, enhancing data richness for future queries and analyses.
2424

25-
image::agent-neo-structure.png[Graph Structure Example, width=600, align="center"]
25+
// image::agent-neo-structure.png[Graph Structure Example, width=600, align="center"]
2626

2727
== Key enhancements
2828

@@ -41,7 +41,7 @@ Agent Neo utilizes Graph-RAG technology to offer significant advantages:
4141
* *Explainability & Observability*: Enhances the transparency and explainability of operations by incorporating vectors within a graph structure, moving away from the "black box" nature of traditional models.
4242
* *Rapid Iteration and Integration*: Facilitates quick iterations and seamless integration of diverse data sources through Neo4j’s Label Property Graph, supported by in-platform feature engineering capabilities.
4343

44-
image::agent-neo.png[Agent Neo Architecture, width=600, align="center"]
44+
// image::agent-neo.png[Agent Neo Architecture, width=600, align="center"]
4545

4646
== Installation
4747

modules/genai-ecosystem/pages/graphrag.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ Graphs in general capture high information in a structured manner
7979

8080
While documents mostly represent a vertical (and sometimes temporal) structure of a flow of segments of information, GraphRAG with entity extraction and clustering captures the horizontal re-occurrence and enhancement of topics across documents.
8181

82-
image::graphrag-documents-horizontal.svg[]
82+
image::https://dev.assets.neo4j.com/wp-content/uploads/2024/graphrag-documents-horizontal.svg[]
8383

8484
== Implementation Techniques
8585

0 commit comments

Comments
 (0)