This version is still in development and is not considered stable yet. For the latest snapshot version, please use Spring AI 1.0.0-SNAPSHOT! |
Refer to the Dependency Management section to add the Spring AI BOM to your build file. |
Check the list of configuration parameters to learn about the default values and configuration options. |
Refer to the Dependency Management section to add the Spring AI BOM to your build file. |
Property | Description | Default value |
---|---|---|
|
URIs of the OpenSearch cluster endpoints. |
- |
|
Username for accessing the OpenSearch cluster. |
- |
|
Password for the specified username. |
- |
|
Name of the default index to be used within the OpenSearch cluster. |
|
|
JSON string defining the mapping for the index; specifies how documents and their fields are stored and indexed. |
{ "properties":{ "embedding":{ "type":"knn_vector", "dimension":1536 } } } |
|
Hostname of the OpenSearch instance. |
- |
|
AWS service name for the OpenSearch instance. |
- |
|
AWS access key for the OpenSearch instance. |
- |
|
AWS secret key for the OpenSearch instance. |
- |
|
AWS region for the OpenSearch instance. |
- |
Those (portable) filter expressions get automatically converted into the proprietary OpenSearch Query string query. |