Uses of Class
com.microsoft.semantickernel.data.VolatileVectorStoreRecordCollectionOptions
-
Packages that use VolatileVectorStoreRecordCollectionOptions Package Description com.microsoft.semantickernel.data -
-
Uses of VolatileVectorStoreRecordCollectionOptions in com.microsoft.semantickernel.data
Methods in com.microsoft.semantickernel.data that return VolatileVectorStoreRecordCollectionOptions Modifier and Type Method Description VolatileVectorStoreRecordCollectionOptions<Record>VolatileVectorStoreRecordCollectionOptions.Builder. build()Builds the options.Constructors in com.microsoft.semantickernel.data with parameters of type VolatileVectorStoreRecordCollectionOptions Constructor Description VolatileVectorStoreRecordCollection(String collectionName, VolatileVectorStoreRecordCollectionOptions<Record> options)Creates a new instance of the volatile vector store record collection.
-