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