1 implementation of IVectorSearchable
Microsoft.Extensions.VectorData.Abstractions (1)
VectorStoreCollection.cs (1)
23public abstract class VectorStoreCollection<TKey, TRecord> : IVectorSearchable<TRecord>, IDisposable
3 references to IVectorSearchable
Microsoft.Extensions.VectorData.Abstractions (2)
IVectorSearchable.cs (2)
63/// <summary>Asks the <see cref="IVectorSearchable{TRecord}"/> for an object of the specified type <paramref name="serviceType"/>.</summary> 69/// The purpose of this method is to allow for the retrieval of strongly typed services that might be provided by the <see cref="IVectorSearchable{TRecord}"/>,
Microsoft.Extensions.VectorData.ConformanceTests (1)
DependencyInjectionTests.cs (1)
104Verify<IVectorSearchable<TRecord>>(serviceProvider, lifetime, serviceKey);