File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed
spring-ai-docs/src/main/antora/modules/ROOT/pages/api/vectordbs Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -174,7 +174,7 @@ You can use the following properties in your Spring Boot configuration to custom
174174|`spring.ai.vectorstore.opensearch.password`| Password for the specified username. | -
175175|`spring.ai.vectorstore.opensearch.indexName`| Name of the default index to be used within the OpenSearch cluster. | `spring-ai-document-index`
176176|`spring.ai.vectorstore.opensearch.mappingJson`| JSON string defining the mapping for the index; specifies how documents and their
177- fields are stored and indexed. |
177+ fields are stored and indexed. Refer link:https://opensearch.org/docs/latest/search-plugins/vector-search/[here] for some sample configurations |
178178{
179179 "properties":{
180180 "embedding":{
You can’t perform that action at this time.
0 commit comments