4 references to IsVectorPropertyTypeValid
Microsoft.Extensions.VectorData.Abstractions (4)
ProviderServices\CollectionModelBuilder.cs (4)
433if (IsVectorPropertyTypeValid(vectorProperty.Type, out _)) 547if (IsVectorPropertyTypeValid(vectorProperty.Type, out string? supportedVectorTypes)) 562throw new InvalidOperationException(IsVectorPropertyTypeValid(userRequestedEmbeddingType, out _) 570if (!IsVectorPropertyTypeValid(vectorProperty.EmbeddingType, out string? supportedVectorTypes2))