Skip to content

Commit

Permalink
do not delete collection
Browse files Browse the repository at this point in the history
  • Loading branch information
louyk18 committed Nov 22, 2024
1 parent 6446a1e commit f2185ee
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion python/graphy/memory/llm_memory.py
Original file line number Diff line number Diff line change
Expand Up @@ -406,7 +406,7 @@ def get_process_info():
if collection_id in cache:
segment_manager.callback_cache_evict(cache[collection_id])

self.persistent_client.delete_collection(name=self.collection_name)
# self.persistent_client.delete_collection(name=self.collection_name)
gc.collect()

print(f"========== AFTER UNLOAD {get_process_info()} =========")
Expand Down

0 comments on commit f2185ee

Please sign in to comment.