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