Andrew Kalita
Andrew Kalita
While trying to replicate the bug I encountered another interesting behavior, let me know if I need to create an issue for it. ``` client = chromadb.PersistentClient(path="test") try: client.delete_collection(name="test_collection") except...
Sorry, I thought I have answered. Yeah, I can confirm it solved the issue, will try to make a PR soon.
Thank you @Zulko! I will try what you mentioned
To be honest, code comments helping a lot, so you are a bit humble on saying that documentation is not sufficient :)