1 write to Int
Microsoft.Extensions.VectorData.ConformanceTests (1)
TypeTests\EmbeddingTypeTests.cs (1)
61
Int
= 42
4 references to Int
Microsoft.Extensions.VectorData.ConformanceTests (4)
TypeTests\EmbeddingTypeTests.cs (4)
66
await fixture.TestStore.WaitForDataAsync(collection, recordCount: 1, filter: r => r.
Int
== 42, dummyVector: value);
69
Assert.Equal(42, result1!.
Int
);
77
var result2 = await collection.SearchAsync(value, top: 1, new() { IncludeVectors = true, Filter = r => r.
Int
== 42 }).SingleAsync();
78
Assert.Equal(42, result2.Record.
Int
);