Package com.microsoft.semantickernel.data.vectorstorage
-
Interface Summary Interface Description VectorStore Represents a vector store.VectorStoreRecordCollection<Key,Record> Represents a collection of records in a vector store.VectorStoreRecordCollectionOptions<Key,Record> Represents the options for a collection of vector store records. -
Class Summary Class Description VectorStoreRecordMapper<Record,StorageModel> A mapper to convert between a record and a storage model.