Package org.springframework.ai.vectorstore.cassandra
@NonNullApi
@NonNullFields
package org.springframework.ai.vectorstore.cassandra
Provides the API for embedding observations.
-
ClassDescriptionThe CassandraVectorStore is for managing and querying vector data in an Apache Cassandra db.Builder for the Cassandra vector store.Given a string document id, return the value for each primary key column.Given a list of primary key column values, return the document id.Indexes are automatically created with COSINE.