1 write to Int
Microsoft.Extensions.VectorData.ConformanceTests (1)
TypeTests\EmbeddingTypeTests.cs (1)
157
Int
= 44
4 references to Int
Microsoft.Extensions.VectorData.ConformanceTests (4)
TypeTests\EmbeddingTypeTests.cs (4)
162
await fixture.TestStore.WaitForDataAsync(collection2, recordCount: 1, filter: r => r.
Int
== 44, dummyVector: value);
165
Assert.Equal(44, result3!.
Int
);
171
var result4 = await collection2.SearchAsync("does not matter", top: 1, new() { Filter = r => r.
Int
== 44 }).SingleAsync();
172
Assert.Equal(44, result4.Record.
Int
);