3 writes to VectorProperty
Microsoft.Extensions.VectorData.ConformanceTests (3)
ModelTests\MultiVectorModelTests.cs (2)
59
.SearchAsync(new ReadOnlyMemory<float>([1, 2, 3]), top: 1, new() {
VectorProperty
= r => r.Vector1, IncludeVectors = true })
64
.SearchAsync(new ReadOnlyMemory<float>([10, 2, 6]), top: 1, new() {
VectorProperty
= r => r.Vector2, IncludeVectors = true })
Support\TestStore.cs (1)
150
VectorProperty
= vectorProperty
2 references to VectorProperty
Microsoft.Extensions.VectorData.Abstractions (2)
ProviderServices\CollectionModel.cs (2)
125
if (searchOptions.
VectorProperty
is not null)
127
return GetMatchingProperty<TRecord, VectorPropertyModel>(searchOptions.
VectorProperty
);