Uses of Interface
com.microsoft.semantickernel.data.vectorstorage.VectorStoreRecordCollection
-
Packages that use VectorStoreRecordCollection Package Description com.microsoft.semantickernel.data com.microsoft.semantickernel.data.vectorstorage -
-
Uses of VectorStoreRecordCollection in com.microsoft.semantickernel.data
Classes in com.microsoft.semantickernel.data that implement VectorStoreRecordCollection Modifier and Type Class Description classVolatileVectorStoreRecordCollection<Record>Represents a volatile vector store record collection.Methods in com.microsoft.semantickernel.data that return VectorStoreRecordCollection Modifier and Type Method Description <Key,Record>
VectorStoreRecordCollection<Key,Record>VolatileVectorStore. getCollection(String collectionName, VectorStoreRecordCollectionOptions<Key,Record> options)Gets a collection from the vector store.Methods in com.microsoft.semantickernel.data that return types with arguments of type VectorStoreRecordCollection Modifier and Type Method Description reactor.core.publisher.Mono<VectorStoreRecordCollection<String,Record>>VolatileVectorStoreRecordCollection. createCollectionAsync()Creates the collection in the store.reactor.core.publisher.Mono<VectorStoreRecordCollection<String,Record>>VolatileVectorStoreRecordCollection. createCollectionIfNotExistsAsync()Creates the collection in the store if it does not exist. -
Uses of VectorStoreRecordCollection in com.microsoft.semantickernel.data.vectorstorage
Methods in com.microsoft.semantickernel.data.vectorstorage that return VectorStoreRecordCollection Modifier and Type Method Description <Key,Record>
VectorStoreRecordCollection<Key,Record>VectorStore. getCollection(String collectionName, VectorStoreRecordCollectionOptions<Key,Record> options)Gets a collection from the vector store.Methods in com.microsoft.semantickernel.data.vectorstorage that return types with arguments of type VectorStoreRecordCollection Modifier and Type Method Description reactor.core.publisher.Mono<VectorStoreRecordCollection<Key,Record>>VectorStoreRecordCollection. createCollectionAsync()Creates the collection in the store.reactor.core.publisher.Mono<VectorStoreRecordCollection<Key,Record>>VectorStoreRecordCollection. createCollectionIfNotExistsAsync()Creates the collection in the store if it does not exist.
-