From e6797d4778bff0cc75dc04f1d04c9a2453aa744e Mon Sep 17 00:00:00 2001 From: Michael Hunger Date: Mon, 2 Sep 2024 17:04:49 +0200 Subject: [PATCH] another attempt to make the linter ignore images, even if they are commented out --- modules/genai-ecosystem/pages/agent-neo.adoc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/modules/genai-ecosystem/pages/agent-neo.adoc b/modules/genai-ecosystem/pages/agent-neo.adoc index ca85afa..f643658 100644 --- a/modules/genai-ecosystem/pages/agent-neo.adoc +++ b/modules/genai-ecosystem/pages/agent-neo.adoc @@ -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. -// image::agent-neo-structure.png[Graph Structure Example, width=600, align="center"] +// im age::agent-neo-structure.png[Graph Structure Example, width=600, align="center"] == Key enhancements @@ -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. -// image::agent-neo.png[Agent Neo Architecture, width=600, align="center"] +// im age::agent-neo.png[Agent Neo Architecture, width=600, align="center"] == Installation