Remove persist call for chroma

This commit is contained in:
Cohee
2023-08-08 17:43:15 +03:00
committed by GitHub
parent 0c09107dd4
commit 5ed3013e45

View File

@@ -775,8 +775,6 @@ def chromadb_purge():
count = collection.count()
collection.delete()
#Write deletion to persistent folder
chromadb_client.persist()
print("ChromaDB embeddings deleted", count)
return 'Ok', 200