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! |
this is a breaking change! In earlier versions of Spring AI, this schema initialization happened by default. |
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. |
Check the list of configuration parameters to learn about the default values and configuration options. |
Property | Description | Default value |
---|---|---|
|
The host of the Weaviate server. |
localhost:8080 |
|
Connection schema. |
http |
|
The API key to use for authentication with the Weaviate server. |
- |
|
"SpringAiWeaviate" |
|
|
Desired tradeoff between consistency and speed |
ConsistentLevel.ONE |
|
spring.ai.vectorstore.weaviate.filter-field.<field-name>=<field-type> |
- |
|
- |
|
|
Whether to initialize the required schema |
|