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!spring-doc.cn

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

spring.ai.vectorstore.weaviate.hostspring-doc.cn

The host of the Weaviate server.spring-doc.cn

localhost:8080spring-doc.cn

spring.ai.vectorstore.weaviate.schemespring-doc.cn

Connection schema.spring-doc.cn

httpspring-doc.cn

spring.ai.vectorstore.weaviate.api-keyspring-doc.cn

The API key to use for authentication with the Weaviate server.spring-doc.cn

-spring-doc.cn

spring.ai.vectorstore.weaviate.object-classspring-doc.cn

"SpringAiWeaviate"spring-doc.cn

spring.ai.vectorstore.weaviate.consistency-levelspring-doc.cn

Desired tradeoff between consistency and speedspring-doc.cn

ConsistentLevel.ONEspring-doc.cn

spring.ai.vectorstore.weaviate.filter-fieldspring-doc.cn

spring.ai.vectorstore.weaviate.filter-field.<field-name>=<field-type>spring-doc.cn

-spring-doc.cn

spring.ai.vectorstore.weaviate.headersspring-doc.cn

-spring-doc.cn

spring.ai.vectorstore.weaviate.initialize-schemaspring-doc.cn

Whether to initialize the required schemaspring-doc.cn

falsespring-doc.cn