6 writes to Text
Microsoft.Extensions.VectorData.ConformanceTests (6)
EmbeddingGenerationTests.cs (6)
193
Text
= nameof(UpsertAsync)
243
Text
= nameof(UpsertAsync_batch) + "1"
250
Text
= nameof(UpsertAsync_batch) + "2"
468
Text
= "Store ([1, 1, 1])"
475
Text
= "Collection ([1, 1, 2])"
482
Text
= "Property ([1, 1, 3])"
9 references to Text
Microsoft.Extensions.VectorData.ConformanceTests (9)
EmbeddingGenerationTests.cs (9)
30
Assert.Equal("Property ([1, 1, 3])", result.Record.
Text
);
41
Assert.Equal("Property ([1, 1, 3])", result.Record[nameof(Record.
Text
)]);
52
Assert.Equal("Collection ([1, 1, 2])", result.Record.
Text
);
63
Assert.Equal("Store ([1, 1, 1])", result.Record.
Text
);
83
Assert.Equal("Store ([1, 1, 1])", result.Record.
Text
);
217
[nameof(Record.
Text
)] = nameof(UpsertAsync_dynamic)
279
[nameof(Record.
Text
)] = nameof(UpsertAsync_batch_dynamic) + "1"
286
[nameof(Record.
Text
)] = nameof(UpsertAsync_batch_dynamic) + "2"
456
new VectorStoreDataProperty(nameof(Record.
Text
), typeof(string))