chroma icon indicating copy to clipboard operation
chroma copied to clipboard

Open-source search and retrieval database for AI applications.

Results 745 chroma issues
Sort by recently updated
recently updated
newest added

### What happened? ModuleNotFoundError: No module named 'google.rpc' ### Versions ModuleNotFoundError: No module named 'google.rpc' ### Relevant log output ```shell ModuleNotFoundError: No module named 'google.rpc' ```

installation trouble
awaiting-response

### What happened? Currently, the build for hnswlib fails on ppc64le as the compiler flag `-march=native` is unknown. The equivalent on ppc64le is `-mcpu=native`. This PR (https://github.com/chroma-core/hnswlib/pull/12) fixes this issue,...

bug
installation trouble
2025-review

The go coordinator is using a in memory cache to keep consistent with the system catalog, as a result, the system catalog APIs such as CreateCollection, UpdateCollection will call GetCollections...

enhancement
by-chroma

Currently, we are using "github.com/pingcap/log" as the logging library, before we ship to production, we need to add OTel tracing and logging (via OTel events) for the go coordinator.

enhancement
by-chroma

Right now, the proto generation is scattered and not well tested. We need to find a way to generate protobufs.

bug
by-chroma

I have 15,000 pieces of data stored in chromadb. Each piece of data contains (document name, document content). I searched the document names of these 15000 data without modification, but...

2025-review

During container entry, it seems the entire stack is rebuild. Here are my logs from a simple docker-compose: ``` repo-query-chroma-1 | Collecting chroma-hnswlib repo-query-chroma-1 | Downloading chroma-hnswlib-0.7.2.tar.gz (31 kB) repo-query-chroma-1...

enhancement

## Description of changes *Summarize the changes made by this PR.* - Improvements & Bug fixes - ... - New functionality - ... ## Test plan *How are these changes...

The protoc setup uses the GH API. It's rate limited. Bump from 60/hour to 5000/hour by authenticating.

### What happened? Seems that searching for a piece of code that is in either a inline code or code block does not seem to match in algolia search. Example:...

bug
documentation
by-chroma