Uses of Interface
com.microsoft.semantickernel.data.vectorstorage.VectorStoreRecordCollectionOptions
-
Packages that use VectorStoreRecordCollectionOptions Package Description com.microsoft.semantickernel.data com.microsoft.semantickernel.data.vectorstorage -
-
Uses of VectorStoreRecordCollectionOptions in com.microsoft.semantickernel.data
Classes in com.microsoft.semantickernel.data that implement VectorStoreRecordCollectionOptions Modifier and Type Class Description classVolatileVectorStoreRecordCollectionOptions<Record>Represents the options for a volatile vector store record collection.Methods in com.microsoft.semantickernel.data with parameters of type VectorStoreRecordCollectionOptions 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. -
Uses of VectorStoreRecordCollectionOptions in com.microsoft.semantickernel.data.vectorstorage
Methods in com.microsoft.semantickernel.data.vectorstorage with parameters of type VectorStoreRecordCollectionOptions 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.
-