4 references to TestStore
Microsoft.Extensions.VectorData.ConformanceTests (4)
Support\TestStore.cs (1)
85_ => throw new NotSupportedException($"Unsupported key of type '{typeof(TKey).Name}', override {nameof(TestStore)}.{nameof(this.GenerateKey)}")
Support\VectorStoreFixture.cs (3)
13public abstract TestStore TestStore { get; } 35/// This delegates to <see cref="TestStore.CreateCollection{TKey, TRecord}"/>, which can be overridden for provider-specific options. 46/// This delegates to <see cref="TestStore.CreateDynamicCollection"/>, which can be overridden for provider-specific options.