mirror of
https://github.com/meta-llama/llama-stack.git
synced 2025-12-16 23:52:36 +00:00
clean up clean up
This commit is contained in:
parent
f1c40b3b0a
commit
9b1e880da1
8 changed files with 20 additions and 17 deletions
|
|
@ -167,6 +167,7 @@ class ChromaVectorIOAdapter(OpenAIVectorStoreMixin, VectorIO, VectorDBsProtocolP
|
|||
self.client = chromadb.PersistentClient(path=self.config.db_path)
|
||||
self.openai_vector_stores = await self._load_openai_vector_stores()
|
||||
self.openai_file_batches: dict[str, dict[str, Any]] = {}
|
||||
self._last_file_batch_cleanup_time = 0
|
||||
|
||||
async def shutdown(self) -> None:
|
||||
pass
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue