From bf172e931d5dbc0c8c8b2c499b68275d40473e60 Mon Sep 17 00:00:00 2001 From: Jang990 <88225377+Jang990@users.noreply.github.com> Date: Thu, 3 Oct 2024 16:22:27 +0900 Subject: [PATCH] Remove duplicate Elasticsearch initialize-schema property This commit removes the duplicate entry of 'spring.ai.vectorstore.elasticsearch.initialize-schema' property from the Elasticsearch Vector Store documentation. --- .../antora/modules/ROOT/pages/api/vectordbs/elasticsearch.adoc | 1 - 1 file changed, 1 deletion(-) diff --git a/spring-ai-docs/src/main/antora/modules/ROOT/pages/api/vectordbs/elasticsearch.adoc b/spring-ai-docs/src/main/antora/modules/ROOT/pages/api/vectordbs/elasticsearch.adoc index a791e588b..3fb6f1818 100644 --- a/spring-ai-docs/src/main/antora/modules/ROOT/pages/api/vectordbs/elasticsearch.adoc +++ b/spring-ai-docs/src/main/antora/modules/ROOT/pages/api/vectordbs/elasticsearch.adoc @@ -146,7 +146,6 @@ Properties starting with the `spring.ai.vectorstore.elasticsearch.*` prefix are |`spring.ai.vectorstore.elasticsearch.index-name` | The name of the index to store the vectors. | spring-ai-document-index |`spring.ai.vectorstore.elasticsearch.dimensions` | The number of dimensions in the vector. | 1536 |`spring.ai.vectorstore.elasticsearch.similarity` | The similarity function to use. | `cosine` -|`spring.ai.vectorstore.elasticsearch.initialize-schema`| whether to initialize the required schema | `false` |=== The following similarity functions are available: