Uses of Record Class
org.springframework.ai.vectorstore.cassandra.CassandraVectorStore.SchemaColumn
Packages that use CassandraVectorStore.SchemaColumn
Package
Description
Provides the API for embedding observations.
-
Uses of CassandraVectorStore.SchemaColumn in org.springframework.ai.vectorstore.cassandra
Methods in org.springframework.ai.vectorstore.cassandra with parameters of type CassandraVectorStore.SchemaColumnModifier and TypeMethodDescriptionCassandraVectorStore.Builder.addMetadataColumn
(CassandraVectorStore.SchemaColumn column) CassandraVectorStore.Builder.addMetadataColumns
(CassandraVectorStore.SchemaColumn... columns) Method parameters in org.springframework.ai.vectorstore.cassandra with type arguments of type CassandraVectorStore.SchemaColumnModifier and TypeMethodDescriptionCassandraVectorStore.Builder.addMetadataColumns
(List<CassandraVectorStore.SchemaColumn> columns) CassandraVectorStore.Builder.clusteringKeys
(List<CassandraVectorStore.SchemaColumn> clusteringKeys) Sets the clustering keys.CassandraVectorStore.Builder.partitionKeys
(List<CassandraVectorStore.SchemaColumn> partitionKeys) Sets the partition keys.