mirror of
https://github.com/meta-llama/llama-stack.git
synced 2025-12-20 02:48:40 +00:00
chore: fix flaky unit test and add proper shutdown for file batches
This commit is contained in:
parent
1970b4aa4b
commit
cf418f3394
9 changed files with 39 additions and 17 deletions
|
|
@ -191,6 +191,8 @@ class QdrantVectorIOAdapter(OpenAIVectorStoreMixin, VectorIO, VectorDBsProtocolP
|
|||
|
||||
async def shutdown(self) -> None:
|
||||
await self.client.close()
|
||||
# Clean up mixin resources (file batch tasks)
|
||||
await super().shutdown()
|
||||
|
||||
async def register_vector_db(
|
||||
self,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue