2 references to _tempFile
Microsoft.Extensions.DataIngestion.Tests (2)
SqliteVectorStoreWriterTests.cs (2)
15
public void Dispose() => File.Delete(
_tempFile
);
18
=> new SqliteVectorStore($"Data Source={
_tempFile
};Pooling=false", new() { EmbeddingGenerator = testEmbeddingGenerator });