6 references to Collection
Microsoft.Extensions.VectorData.ConformanceTests (6)
ModelTests\NoVectorModelTests.cs (6)
23
var received = await
Collection
.GetAsync(expectedRecord.Key, new() { IncludeVectors = includeVectors });
38
Assert.Null(await
Collection
.GetAsync(expectedKey));
39
await
Collection
.UpsertAsync(inserted);
41
var received = await
Collection
.GetAsync(expectedKey, new() { IncludeVectors = true });
50
await
Collection
.DeleteAsync(keyToRemove);
51
Assert.Null(await
Collection
.GetAsync(keyToRemove));