We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a58cfd9 commit 9beee1dCopy full SHA for 9beee1d
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
157
|`spring.ai.vectorstore.elasticsearch.index-name` | The name of the index to store the vectors | `spring-ai-document-index`
158
|`spring.ai.vectorstore.elasticsearch.dimensions` | The number of dimensions in the vector | `1536`
159
|`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`
161
|===
162
163
The following similarity functions are available:
0 commit comments