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:
Jang990
2024-10-03 16:22:27 +09:00
committed by Mark Pollack
parent 9c10a08bef
commit bf172e931d

View File

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