Adrian Valente
Adrian Valente
I would be happy to look into it more, but would first like to know if this type of behavior was expected or not.
Just wanted to add that while reading the code, I noticed the presence of EphemeralClient, but which still seems to give a similar bug
@tazarov sounds fantastic, and exactly what is needed ! I have tested the PR, with the slighlty modified code: ```py import chromadb setts = chromadb.config.Settings(is_persistent=False) client = chromadb.EphemeralClient() coll =...
Hi again, after looking it up I think it would require quite a bit more work to get it working right, and I don't know if it would deserve its...
Yes, I had overlooked this in your earlier message. Adding a call to this function leads to correct behavior indeed. So the following code works (as in correctly raises the...
Sent a PR to your feature branch, will be happy to rebase on main if you merge yours.
Not in the org, but I saw in chromadb/__init__.py, lines 49-85 there is a workaround for colab that has this issue, maybe it is sufficient for you to hardcode the...
Up this thread, it works fine by updating the .toml, would it be relevant to turn this into a PR?
This is actually fixed by PR #1424 that is waiting to be merged
I also think such an addition could be useful to allow non-root users to be able to free up GPU resources when the service is not needed, please tell me...