Yuhui0620
Yuhui0620
I encountered the same problem while using chromadb library(version=0.4.10) in FastAPI webapp. The folder `./chroma/{uuid}` was not deleted when I called `delete_collection(collection_name)`.
@jeffchuber @tazarov The problem can be reproduced when the app is restarted. Based on your test case, I wrote a simple fastapi demo with api `upsert` and `delete` for creating...
@jeffchuber 0.4.10, ~~0.4.15 works fine on this case, but~~ is still not working on my project
I upgraded chromadb from 0.4.10 to 0.4.15 just now and still encountered the problem
> @Yuhui0620 > > I ran your server and got this > > ``` > ~/s/chroma main *38 !1 ?5 > uvicorn server:app --port 8901 --host 0.0.0.0 > chromadb.__version__ 0.4.15...
same here when use `langgraph dockerfile` on windows.
still exists with `langgraph-cli==0.3.3` dockerfile example: ``` FROM test:3.11 # -- Installing local requirements -- ADD my_agent\requirements.txt /deps/__outer_my_agent/my_agent/requirements.txt # 👈problem still exists RUN PYTHONDONTWRITEBYTECODE=1 uv pip install --system --no-cache-dir -c...