From 0f1e357ff52f588cb1c9be7fc59d9ff7ab482ea9 Mon Sep 17 00:00:00 2001 From: Brock Tibert <203343+Btibert3@users.noreply.github.com> Date: Tue, 26 Nov 2024 14:48:31 -0500 Subject: [PATCH] Update llamaindex.adoc to remove langchain reference (#99) --- modules/genai-ecosystem/pages/llamaindex.adoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/genai-ecosystem/pages/llamaindex.adoc b/modules/genai-ecosystem/pages/llamaindex.adoc index db005be..abb7cfd 100644 --- a/modules/genai-ecosystem/pages/llamaindex.adoc +++ b/modules/genai-ecosystem/pages/llamaindex.adoc @@ -30,7 +30,7 @@ The Neo4j integration covers both the vector store as well as query generation f The Neo4j Vector integration supports a number of operations -* create vector from langchain documents +* create vector from LlamaIndex documents * query vector * query vector with additional graph retrieval Cypher query * construct vector instance from existing graph data