5 references to VectorStoreCollectionMetadata
Microsoft.Extensions.VectorData.Abstractions (2)
IKeywordHybridSearchable.cs (1)
72
/// including itself or any services it might be wrapping. For example, to access the <see cref="
VectorStoreCollectionMetadata
"/> for the instance,
IVectorSearchable.cs (1)
70
/// including itself or any services it might be wrapping. For example, to access the <see cref="
VectorStoreCollectionMetadata
"/> for the instance,
Microsoft.Extensions.VectorData.ConformanceTests (3)
CollectionManagementTests.cs (3)
82
var
collectionMetadata = (
VectorStoreCollectionMetadata
?)collection.GetService(typeof(
VectorStoreCollectionMetadata
));