standard-tests: ci pipeline (#27923)

This commit is contained in:
Erick Friis
2024-11-05 12:55:38 -08:00
committed by GitHub
parent c3b75560dc
commit a8c473e114
5 changed files with 71 additions and 7 deletions

View File

@@ -17,7 +17,7 @@ class TestInMemoryVectorStore(ReadWriteTestSuite):
return InMemoryVectorStore(embedding=embeddings)
class TestAysncInMemoryVectorStore(AsyncReadWriteTestSuite):
class TestAsyncInMemoryVectorStore(AsyncReadWriteTestSuite):
@pytest.fixture
async def vectorstore(self) -> VectorStore:
embeddings = self.get_embeddings()