chore: optimize asynchronous deletion performance of app related data (#6634)

This commit is contained in:
takatost 2024-07-24 18:15:03 +08:00 committed by GitHub
commit 05141ede16
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
4 changed files with 217 additions and 85 deletions

View file

@ -3,7 +3,6 @@ set -x
pytest api/tests/integration_tests/vdb/chroma \
api/tests/integration_tests/vdb/milvus \
api/tests/integration_tests/vdb/myscale \
api/tests/integration_tests/vdb/pgvecto_rs \
api/tests/integration_tests/vdb/pgvector \
api/tests/integration_tests/vdb/qdrant \