6 writes to Text
Microsoft.Extensions.VectorData.ConformanceTests (6)
EmbeddingGenerationTests.cs (6)
193Text = nameof(UpsertAsync) 243Text = nameof(UpsertAsync_batch) + "1" 250Text = nameof(UpsertAsync_batch) + "2" 468Text = "Store ([1, 1, 1])" 475Text = "Collection ([1, 1, 2])" 482Text = "Property ([1, 1, 3])"
9 references to Text
Microsoft.Extensions.VectorData.ConformanceTests (9)
EmbeddingGenerationTests.cs (9)
30Assert.Equal("Property ([1, 1, 3])", result.Record.Text); 41Assert.Equal("Property ([1, 1, 3])", result.Record[nameof(Record.Text)]); 52Assert.Equal("Collection ([1, 1, 2])", result.Record.Text); 63Assert.Equal("Store ([1, 1, 1])", result.Record.Text); 83Assert.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" 456new VectorStoreDataProperty(nameof(Record.Text), typeof(string))