From c89fcfc61d2aa183276f607a7c96863c1f7a7710 Mon Sep 17 00:00:00 2001 From: jonghoonpark Date: Sat, 31 May 2025 03:09:11 +0900 Subject: [PATCH] add description of embedding-field-name property Signed-off-by: jonghoonpark --- .../antora/modules/ROOT/pages/api/vectordbs/elasticsearch.adoc | 1 + 1 file changed, 1 insertion(+) 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 1349a18cf2f..db21a3be3c7 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 @@ -157,6 +157,7 @@ Properties starting with `spring.ai.vectorstore.elasticsearch.*` are used to con |`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.embedding-field-name` | The name of the vector field to search against | `embedding` |=== The following similarity functions are available: