add description of embedding-field-name property (#3399)

Fixes: #3399

Signed-off-by: jonghoonpark <dev@jonghoonpark.com>
(cherry picked from commit 9beee1d0f0)
This commit is contained in:
jonghoonpark
2025-05-31 06:53:15 +09:00
committed by Spring Builds
parent ce23f05ca7
commit f4f2cfd399

View File

@@ -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: