3 writes to Text
Microsoft.Extensions.VectorData.ConformanceTests (3)
ModelTests\NoVectorModelTests.cs (3)
35
Text
= "New record"
65
Text
= "foo",
70
Text
= "bar",
3 references to Text
Microsoft.Extensions.VectorData.ConformanceTests (3)
ModelTests\NoVectorModelTests.cs (3)
80
new VectorStoreDataProperty(nameof(NoVectorRecord.
Text
), typeof(string)) { IsIndexed = true }
111
Assert.Equal(
Text
, other.
Text
);