From 82a69dc3a338c247c35be22ef61aa855b82781d1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=8A=AA=E5=8A=9B=E7=9A=84=E5=B0=8F=E9=9B=A8?= <1316356098@qq.com> Date: Tue, 8 Oct 2024 15:26:33 +0800 Subject: [PATCH] Update milvus.adoc error description --- .../main/antora/modules/ROOT/pages/api/vectordbs/milvus.adoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/spring-ai-docs/src/main/antora/modules/ROOT/pages/api/vectordbs/milvus.adoc b/spring-ai-docs/src/main/antora/modules/ROOT/pages/api/vectordbs/milvus.adoc index 8b61e6956..9175094a0 100644 --- a/spring-ai-docs/src/main/antora/modules/ROOT/pages/api/vectordbs/milvus.adoc +++ b/spring-ai-docs/src/main/antora/modules/ROOT/pages/api/vectordbs/milvus.adoc @@ -81,7 +81,7 @@ List documents = List.of( new Document("The World is Big and Salvation Lurks Around the Corner"), new Document("You walk forward facing the past and you turn back toward the future.", Map.of("meta2", "meta2"))); -// Add the documents to PGVector +// Add the documents to Milvus Vector Store vectorStore.add(documents); // Retrieve documents similar to a query