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