Skip to content

Commit 9beee1d

Browse files
add description of embedding-field-name property (#3399)
Fixes: #3399 Auto-cherry-pick to 1.0.x Signed-off-by: jonghoonpark <[email protected]>
1 parent a58cfd9 commit 9beee1d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

spring-ai-docs/src/main/antora/modules/ROOT/pages/api/vectordbs/elasticsearch.adoc

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -157,6 +157,7 @@ Properties starting with `spring.ai.vectorstore.elasticsearch.*` are used to con
157157
|`spring.ai.vectorstore.elasticsearch.index-name` | The name of the index to store the vectors | `spring-ai-document-index`
158158
|`spring.ai.vectorstore.elasticsearch.dimensions` | The number of dimensions in the vector | `1536`
159159
|`spring.ai.vectorstore.elasticsearch.similarity` | The similarity function to use | `cosine`
160+
|`spring.ai.vectorstore.elasticsearch.embedding-field-name` | The name of the vector field to search against | `embedding`
160161
|===
161162

162163
The following similarity functions are available:

0 commit comments

Comments
 (0)