Add Cosmos Vector Store configuration to AutoConfiguration imports (#1658)
Signed-off-by: jitokim <pigberger70@gmail.com>
This commit is contained in:
@@ -75,8 +75,8 @@ public class BedrockAnthropic3ChatProperties {
|
||||
}
|
||||
|
||||
public void setOptions(Anthropic3ChatOptions options) {
|
||||
Assert.notNull(options, "AnthropicChatOptions must not be null");
|
||||
Assert.notNull(options.getTemperature(), "AnthropicChatOptions.temperature must not be null");
|
||||
Assert.notNull(options, "Anthropic3ChatOptions must not be null");
|
||||
Assert.notNull(options.getTemperature(), "Anthropic3ChatOptions.temperature must not be null");
|
||||
|
||||
this.options = options;
|
||||
}
|
||||
|
||||
@@ -46,6 +46,7 @@ org.springframework.ai.autoconfigure.vectorstore.weaviate.WeaviateVectorStoreAut
|
||||
org.springframework.ai.autoconfigure.vectorstore.neo4j.Neo4jVectorStoreAutoConfiguration
|
||||
org.springframework.ai.autoconfigure.vectorstore.qdrant.QdrantVectorStoreAutoConfiguration
|
||||
org.springframework.ai.autoconfigure.vectorstore.hanadb.HanaCloudVectorStoreAutoConfiguration
|
||||
org.springframework.ai.autoconfigure.vectorstore.cosmosdb.CosmosDBVectorStoreAutoConfiguration
|
||||
org.springframework.ai.autoconfigure.retry.SpringAiRetryAutoConfiguration
|
||||
org.springframework.ai.autoconfigure.postgresml.PostgresMlAutoConfiguration
|
||||
org.springframework.ai.autoconfigure.vectorstore.mongo.MongoDBAtlasVectorStoreAutoConfiguration
|
||||
|
||||
Reference in New Issue
Block a user