5 references to VectorProperties
Microsoft.Extensions.VectorData.Abstractions (5)
ProviderServices\CollectionModelBuilder.cs (5)
146return new(recordType, () => Activator.CreateInstance(recordType)!, KeyProperties, DataProperties, VectorProperties, PropertyMap);
174return new(typeof(Dictionary<string, object?>), static () => new Dictionary<string, object?>(), KeyProperties, DataProperties, VectorProperties, PropertyMap);
314VectorProperties.Add(vectorProperty);
486if (Options.RequiresAtLeastOneVector && VectorProperties.Count == 0)
491if (!Options.SupportsMultipleVectors && VectorProperties.Count > 1)