Uses of Class
org.springframework.ai.autoconfigure.vectorstore.cassandra.CassandraVectorStoreProperties
Packages that use CassandraVectorStoreProperties
-
Uses of CassandraVectorStoreProperties in org.springframework.ai.autoconfigure.vectorstore.cassandra
Methods in org.springframework.ai.autoconfigure.vectorstore.cassandra with parameters of type CassandraVectorStorePropertiesModifier and TypeMethodDescriptionCassandraVectorStoreAutoConfiguration.vectorStore(org.springframework.ai.embedding.EmbeddingModel embeddingModel, CassandraVectorStoreProperties properties, com.datastax.oss.driver.api.core.CqlSession cqlSession, org.springframework.beans.factory.ObjectProvider<io.micrometer.observation.ObservationRegistry> observationRegistry, org.springframework.beans.factory.ObjectProvider<org.springframework.ai.vectorstore.observation.VectorStoreObservationConvention> customObservationConvention, org.springframework.ai.embedding.BatchingStrategy batchingStrategy)