11 overrides of CollectionNameBase
Microsoft.Extensions.VectorData.ConformanceTests (11)
EmbeddingGenerationTests.cs (2)
441
protected override string
CollectionNameBase
=> nameof(EmbeddingGenerationTests<int>);
512
protected override string
CollectionNameBase
=> "SearchOnlyEmbeddingGenerationTests";
FilterTests.cs (1)
566
protected override string
CollectionNameBase
=> nameof(FilterTests<int>);
HybridSearchTests.cs (2)
157
protected override string
CollectionNameBase
=> "HybridSearchTests";
211
protected override string
CollectionNameBase
=> "MultiTextHybridSearchTests";
ModelTests\BasicModelTests.cs (1)
467
protected override string
CollectionNameBase
=> nameof(BasicModelTests<int>);
ModelTests\DynamicModelTests.cs (1)
390
protected override string
CollectionNameBase
=> nameof(DynamicModelTests<int>);
ModelTests\MultiVectorModelTests.cs (1)
82
protected override string
CollectionNameBase
=> "MultiVectorModelTests";
ModelTests\NoDataModelTests.cs (1)
57
protected override string
CollectionNameBase
=> nameof(NoDataModelTests<int>);
ModelTests\NoVectorModelTests.cs (1)
58
protected override string
CollectionNameBase
=> nameof(NoVectorModelTests<int>);
TypeTests\DataTypeTests.cs (1)
427
protected override string
CollectionNameBase
=> nameof(DataTypeTests<int>);
1 reference to CollectionNameBase
Microsoft.Extensions.VectorData.ConformanceTests (1)
Support\VectorStoreCollectionFixtureBase.cs (1)
30
public virtual string CollectionName => TestStore.AdjustCollectionName(
CollectionNameBase
);