chroma icon indicating copy to clipboard operation
chroma copied to clipboard

Open-source search and retrieval database for AI applications.

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

### What happened? When writing tests, I found that a Client instance set to be non-persistent will still remain in memory within the same program, and its collections will be...

bug
2025-review

### What happened? In Python, I ran a collection.add on a set of documents about ~10,000. Our account is rate limited to 10,000 RPM. We kept getting rate limited when...

enhancement

### What happened? When I call GoogleVertexEmbeddingFunction to get embeddings, it can't parse response appropriately. code before fixed: ```python if "predictions" in response: embeddings.append(response["predictions"]["embeddings"]["values"]) ``` when I print my response,...

bug
2025-review

## Description of changes *Summarize the changes made by this PR.* - Improvements & Bug fixes - Chroma will issue a warning at startup in server mode when a wild...

## Description of changes Added support for together ai embeddings endpoint which was not present in chromadb Ref : https://docs.together.ai/docs/embeddings-rest - New functionality - together ai embedding endpoint support ##...

## Description of changes *Summarize the changes made by this PR.* - New functionality - Adds support for the [Together](https://docs.together.ai/docs/embeddings-python) embedding function.

## Description of changes *Summarize the changes made by this PR.* - Improvements & Bug fixes - Adds CloudflareWorkersAIEmbeddingFunction to embedding_functions.py, which lets you use [Cloudflare Workers AI](https://developers.cloudflare.com/workers-ai/models/embedding/) embedding models...

There are other issues that track this, but opening up a new issue and will link those in. The way we handle embedding functions is currently borked. Users have to...

Local Chroma
by-chroma

## Description of changes Previously, the JS example suggested users paste their API key directly into the source code. This PR updates the example to pull it from a .env...

### What happened? I just wanted to be clear. If I have only 16gb of ram on my system, that means that my ChromaDB cannot be larger than 16gb? Are...

bug