1 write to ProviderAnnotations
Microsoft.Extensions.VectorData.Abstractions (1)
RecordDefinition\VectorStoreProperty.cs (1)
39ProviderAnnotations = source.ProviderAnnotations is not null
4 references to ProviderAnnotations
Microsoft.Extensions.VectorData.Abstractions (4)
ProviderServices\CollectionModelBuilder.cs (2)
334if (definitionProperty?.ProviderAnnotations is not null) 336property.ProviderAnnotations = new Dictionary<string, object?>(definitionProperty.ProviderAnnotations);
RecordDefinition\VectorStoreProperty.cs (2)
39ProviderAnnotations = source.ProviderAnnotations is not null 40? new Dictionary<string, object?>(source.ProviderAnnotations)