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.
This commit is contained in:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user