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