2 references to CreateVectorStore
Microsoft.Extensions.VectorData.ConformanceTests (2)
EmbeddingGenerationTests.cs (2)
124
stringVectorFixture.
CreateVectorStore
(new FakeCustomerEmbeddingGenerator([1, 1, 1])),
432
var vectorStore = stringVectorFixture.
CreateVectorStore
(storeGenerator ? new FakeEmbeddingGenerator(replaceLast: 1) : null);