3 instantiations of RecordWithRomOfFloatVectorProperty
Microsoft.Extensions.VectorData.ConformanceTests (3)
EmbeddingGenerationTests.cs (3)
534new() 541new() 548new()
7 references to RecordWithRomOfFloatVectorProperty
Microsoft.Extensions.VectorData.ConformanceTests (7)
EmbeddingGenerationTests.cs (7)
136var collection = romOfFloatVectorFixture.GetCollection<RecordWithRomOfFloatVectorProperty>( 508public abstract class RomOfFloatVectorFixture : VectorStoreCollectionFixture<TKey, RecordWithRomOfFloatVectorProperty> 519new VectorStoreKeyProperty(nameof(RecordWithRomOfFloatVectorProperty.Key), typeof(TKey)), 520new VectorStoreVectorProperty(nameof(RecordWithRomOfFloatVectorProperty.Embedding), typeof(ReadOnlyMemory<float>), dimensions: 3) 526new VectorStoreDataProperty(nameof(RecordWithRomOfFloatVectorProperty.Counter), typeof(int)) { IsIndexed = true }, 527new VectorStoreDataProperty(nameof(RecordWithRomOfFloatVectorProperty.Text), typeof(string)) 532protected override List<RecordWithRomOfFloatVectorProperty> BuildTestData() =>