1 write to IsIndexed
Microsoft.Extensions.VectorData.ConformanceTests (1)
EmbeddingGenerationTests.cs (1)
361
[VectorStoreData(
IsIndexed
= true)]
1 reference to IsIndexed
Microsoft.Extensions.VectorData.Abstractions (1)
ProviderServices\CollectionModelBuilder.cs (1)
263
dataProperty.IsIndexed = dataAttribute.
IsIndexed
;