2 instantiations of VectorStoreVectorProperty
Microsoft.Extensions.VectorData.Abstractions.Tests (1)
CollectionModelBuilderTests.cs (1)
201new VectorStoreVectorProperty<Customer>(nameof(RecordWithEmbeddingVectorProperty.Embedding), dimensions: 3)
Microsoft.Extensions.VectorData.ConformanceTests (1)
EmbeddingGenerationTests.cs (1)
114? new VectorStoreVectorProperty<Customer>(nameof(Record.Embedding), dimensions: 3)
2 references to VectorStoreVectorProperty
Microsoft.Extensions.VectorData.Abstractions (2)
IKeywordHybridSearchable.cs (1)
43/// <see cref="DataContent"/>, you must use the generic <see cref="VectorStoreVectorProperty{TInput}"/> in your record definition.
IVectorSearchable.cs (1)
42/// <see cref="DataContent"/>, you must use the generic <see cref="VectorStoreVectorProperty{TInput}"/> in your record definition.