Skip to content

Commit 65bace6

Browse files
committed
didn't help either, now let's remove the PNG suffix from the image names
1 parent e6797d4 commit 65bace6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
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-
// im age::agent-neo-structure.png[Graph Structure Example, width=600, align="center"]
25+
// im age::agent-neo-structure[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-
// im age::agent-neo.png[Agent Neo Architecture, width=600, align="center"]
44+
// im age::agent-neo[Agent Neo Architecture, width=600, align="center"]
4545

4646
== Installation
4747

0 commit comments

Comments
 (0)