4 references to TypeMessage
Microsoft.Extensions.VectorData.Abstractions (4)
ProviderServices\CollectionModelBuilder.cs (4)
478
throw new NotSupportedException($"Multiple key properties found on {
TypeMessage
()}the provided {nameof(VectorStoreCollectionDefinition)} while only one is supported.");
483
throw new NotSupportedException($"No key property found on {
TypeMessage
()}the provided {nameof(VectorStoreCollectionDefinition)} while at least one is required.");
488
throw new NotSupportedException($"No vector property found on {
TypeMessage
()}the provided {nameof(VectorStoreCollectionDefinition)} while at least one is required.");
493
throw new NotSupportedException($"Multiple vector properties found on {
TypeMessage
()}the provided {nameof(VectorStoreCollectionDefinition)} while only one is supported.");