chroma
chroma copied to clipboard
Open-source search and retrieval database for AI applications.
https://github.com/chroma-core/chroma/pull/178 A few features which have not made it to JS yet: - [ ] `get_or_create` for collections - [ ] `where_document` support for `delete`, `get`, and `query` - [...
running ``` git clone [email protected]:chroma-core/chroma.git cd chroma docker-compose up -d --build ``` and getting this  ## system ``` System: OS: macOS 12.5.1 CPU: (10) arm64 Apple M1 Max Memory:...
`Building wheels for collected packages: hnswlib Building wheel for hnswlib (pyproject.toml) ... error error: subprocess-exited-with-error × Building wheel for hnswlib (pyproject.toml) did not run successfully. │ exit code: 1 ╰─>...
## TODO: - Blog post - Documentation - ~~Resolve merge conflicts~~ ~~This change requires a change to the index metric (from `l2` to `ip`). I'll wait for that to be...
## Description of changes Adds a bunch of types which (i think) are correct ~ pls lmk if not. Also this _should_ fix #126 by using Strings everywhere, even in...
We should allow for get'ing a collection based on a filtering of its metadata. This way you could handle cases like wanting to get all collections belonging to a specific...
A conda installation option from `conda-forge` channel could be very helpful for all downstream packages that depend on `chromadb`. I have already started working on this, to add `chromadb` to...
### What happened? When trying to install chromadb, I face this error. I've already check `df -h`, I have more than 90% space free, so that's not a problem. I've...
### What happened? Need documentation on how install chroma on a local Mac via docker. Current documentation at https://docs.trychroma.com/usage-guide has no specifics. Doesn't mention how to get hold of the...
## Description of changes Tests for adding/deleting embeddings using a Hypothesis state machine ## Test plan These are the tests ## Documentation Changes N/A