feat: Make embedding async (#4091)

This commit is contained in:
Matthew Zhou
2025-08-21 16:52:23 -07:00
committed by GitHub
parent a2f4ca5f89
commit 223c883205
2 changed files with 92 additions and 24 deletions

View File

@@ -10874,3 +10874,10 @@ FAILED tests/test_managers.py::test_high_concurrency_stress_test - AssertionErro
# # Clean up
# for block in blocks:
# await server.block_manager.delete_block_async(block.id, actor=default_user)
# TODO: I use this as a way to easily wipe my local db lol sorry
# TODO: Leave this in here I constantly wipe my db for testing unless you care about optics
@pytest.mark.asyncio
async def test_wipe():
assert True