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. |
Refer to the Repositories section to add Milestone and/or Snapshot Repositories to your build file. |
this is a breaking change! In earlier versions of Spring AI, this schema initialization happened by default. |
If you have an existing Atlas Vector Search index called vector_index on the springai_test.vector_store collection , Spring AI won’t create an additional index. Because of this, you might experience errors later if the existing index was configured with incompatible settings, such as a different number of dimensions.
|
Property | Description | Default value |
---|---|---|
|
The name of the collection to store the vectors. |
|
|
whether to initialize the backend schema for you |
|
|
The name of the path to store the vectors. |
|
|
The name of the index to store the vectors. |
|