chroma
chroma copied to clipboard
Open-source search and retrieval database for AI applications.
On commit 96243fd4625d269e14b3207f274a6abe0162e055, a call to the query service in `chromadb/test/property/test_add.py` occasionally flakes. The query service logs a panic on these flakes: ``` 2025-03-20T03:11:46.295961Z ERROR A panic occurred, panic.payload: "called...
### What happened? The service is deployed on a Linux system. Initially, the service ran without any issues. However, after we increased the scale of the database, problems began to...
## Description of changes *Summarize the changes made by this PR.* The documentation for starting a container says to use `chroma-core/chroma`, which does not exist on the docker hub -...
### Describe the problem Recent updates to `frontend/src/server.rs` did not include serializations for OpenAPI, resulting in null schemas - which is breaking our ability to do code generation on client...
### What happened? When building the Docker image for ChromaDB, the build process fails during the compilation of the chroma-types crate. The error indicates that the protoc compiler cannot locate...
### What happened? no work: where_document = {"$contains": "椎本"} results = collection.get( limit =10, where_document=where_document ) it work: where_document = {"$contains": "腰椎本"} results = collection.get( limit =10, where_document=where_document ) ###...
## Description of changes The PR workflow triggers on PR title changes, not just push events. If the title is invalid, an error is posted in the comments. If the...
## Description of changes remove redundant words ## Test plan *How are these changes tested?* - [x] Tests pass locally with `pytest` for python, `yarn test` for js, `cargo test`...
## Description of changes *Summarize the changes made by this PR.* If run old docker command it will throw an error that repo not found, change repo from `chroma-core` to...
## Description of changes Adds a Markdown doc of how to utilize the Lovable tool for creating code with Chroma Node SDK ## Test plan Run it locally, navigate to...