1 instantiation of VectorStoreVectorProperty
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.