Skip to content

Commit 910484e

Browse files
committed
Update docs to refer to sample mappings configuration
1 parent 4cb1f7a commit 910484e

File tree

1 file changed

+1
-1
lines changed
  • spring-ai-docs/src/main/antora/modules/ROOT/pages/api/vectordbs

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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":{

0 commit comments

Comments
 (0)