Skip to content

Commit

Permalink
didn't help either, now let's remove the PNG suffix from the image names
Browse files Browse the repository at this point in the history
  • Loading branch information
jexp committed Sep 2, 2024
1 parent e6797d4 commit 65bace6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions modules/genai-ecosystem/pages/agent-neo.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ The workflow for Agent Neo is outlined as follows:
. **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.
. **Metadata Integration and Feedback Loop**: Session metadata and user feedback are integrated into the graph, enhancing data richness for future queries and analyses.

// im age::agent-neo-structure.png[Graph Structure Example, width=600, align="center"]
// im age::agent-neo-structure[Graph Structure Example, width=600, align="center"]

== Key enhancements

Expand All @@ -41,7 +41,7 @@ Agent Neo utilizes Graph-RAG technology to offer significant advantages:
* *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.
* *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.

// im age::agent-neo.png[Agent Neo Architecture, width=600, align="center"]
// im age::agent-neo[Agent Neo Architecture, width=600, align="center"]

== Installation

Expand Down

0 comments on commit 65bace6

Please sign in to comment.