KoogSpringAiVectorStoreProperties
@ConfigurationProperties(prefix = "koog.spring.ai.vectorstore")
Configuration properties for the Koog Spring AI vector-store adapter.
Properties
Link copied to clipboard
Dispatcher / threading settings for blocking Spring AI vector-store calls.
Link copied to clipboard
Optional bean name of the org.springframework.ai.vectorstore.VectorStore to use. When set, the named bean is resolved from the application context, allowing selection among multiple store beans. When not set, the auto-configuration falls back to @ConditionalOnSingleCandidate.