11 writes to Text
Microsoft.Extensions.VectorData.ConformanceTests (11)
ModelTests\BasicModelTests.cs (11)
214Text = "New record", 235Text = "Updated record", 256Text = "New record 1", 263Text = "New record 2", 290Text = "Updated record 1", 297Text = "Updated record 2", 322Text = "New record", 329Text = "Updated record", 475Text = "foo", 482Text = "bar", 489Text = "foo", // identical text as above
8 references to Text
Microsoft.Extensions.VectorData.ConformanceTests (8)
ModelTests\BasicModelTests.cs (8)
156.OrderByDescending(r => r.Text) 160.OrderByDescending(r => r.Text) 172new() { OrderBy = o => o.Descending(r => r.Text).Ascending(r => r.Number) }) 181new() { OrderBy = o => o.Descending(r => r.Text).Descending(r => r.Number) }) 507new VectorStoreDataProperty(nameof(Record.Text), typeof(string)) { IsIndexed = true }, 527Assert.Equal(Text, other.Text); 546=> $"Key: {Key}, Text: {Text}";