Trayan Azarov

Results 91 comments of Trayan Azarov

* **#2014** 👈 * `main` This stack of pull requests is managed by Graphite. Learn more about stacking. Join @tazarov and the rest of your teammates on Graphite

Needs a test for to verify the file descriptor are being closed. Tests might be flaky due to weakrefs relying on GC.

> Can we add a screenshot showing the FD count going down? @HammadB here's a short video to demo the PR: https://www.loom.com/share/0d5fe43c9183439f9261381651b35ec5?sid=8fd8330f-6db9-4b5d-be23-637888314d5a

@Prazzy, in what environment are you executing this? Can this be a docker daemon restriction? try: ```bash docker run --ulimit nproc=65535:65535 -p 7000:7000 -e CHROMA_HOST_PORT=7000 chromadb/chroma ``` Does your user...

In `0.4.x`, Chroma no longer supports the manual persistence method, so you should not be calling it if you use newer Chroma and LC. Don't worry your data is saved...

@Anantaghatol, If your Chroma has successfully started you should see the following in the logs: ```bash INFO: [29-03-2024 12:49:28] Started server process [1] INFO: [29-03-2024 12:49:28] Waiting for application startup....

> This doesn't show when I use chroma run and manually hardcode to a lower version. The issue with `chroma run` is that it uses SegmentAPI directly instead of a...

works with `chroma run` now: ```bash (.venv) tazarov@Trayans-MacBook-Pro upgrade-notification % python -m chromadb.cli.cli run ((((((((( (((((#### ((((((((((((((((((((((######### ((((((((((((((((((((((((########### ((((((((((((((((((((((((((############ (((((((((((((((((((((((((((############# (((((((((((((((((((((((((((############# (((((((((((((((((((((((((############## ((((((((((((((((((((((((############## (((((((((((((((((((((############# ((((((((((((((((############## ((((((((( ######### Running Chroma Saving...

It now also works with running Chroma server: ```bash (.venv) tazarov@Trayans-MacBook-Pro upgrade-notification % uvicorn chromadb.app:app --workers 1 --host 0.0.0.0 --port 8000 --proxy-headers --log-config chromadb/log_config.yml --reload INFO: [20-12-2023 17:03:11] Will watch...

@pevogam, we have a pending PR on this https://github.com/chroma-core/chroma/pull/1196. Adding these operators is not that difficult, but the team is mindful of adding operators that might be difficult to carry...