From f56626456e596d6079014f470c0998da2c068562 Mon Sep 17 00:00:00 2001 From: Mark Heckler Date: Mon, 12 Feb 2024 08:43:56 -0600 Subject: [PATCH] Fixes implemented per request by @tzolov --- .../src/main/antora/modules/ROOT/pages/api/vectordbs/neo4j.adoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/spring-ai-docs/src/main/antora/modules/ROOT/pages/api/vectordbs/neo4j.adoc b/spring-ai-docs/src/main/antora/modules/ROOT/pages/api/vectordbs/neo4j.adoc index 245c6ac0e..88a069bc8 100644 --- a/spring-ai-docs/src/main/antora/modules/ROOT/pages/api/vectordbs/neo4j.adoc +++ b/spring-ai-docs/src/main/antora/modules/ROOT/pages/api/vectordbs/neo4j.adoc @@ -24,7 +24,7 @@ d. link:https://neo4j.com/deployment-center/[Neo4j Server] instance To connect to Neo4j and use the `Neo4jVectorStore`, you need to provide (e.g. via environment variables) access details for your instance. -Additionally, you will need to provide your OpenAI API Key. Set it as an environment variable like sos: +Additionally, you will need to provide your OpenAI API Key. Set it as an environment variable like so: [source,bash] ----