1 instantiation of FakeVectorStore
Microsoft.Extensions.VectorData.ConformanceTests (1)
DependencyInjectionTests.cs (1)
126
services.Add(new ServiceDescriptor(typeof(VectorStore), serviceKey, (sp, key) => new
FakeVectorStore
(), lifetime));