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

Refs: #1733 ## Description of changes *Summarize the changes made by this PR.* - Improvements & Bug fixes - Added a `EmbeddingRecord` flag (`wal_replay`) to suppress warnings in sqlite and...

## Description of changes *Summarize the changes made by this PR.* - New functionality - Add purging logs background worker ## Test plan *How are these changes tested?* Tested locally

## Description of changes *Summarize the changes made by this PR.* - Improvements & Bug fixes - The PullLogOperator does not correctly update the offset after the first fetch as...

### Describe the problem Nomic API-based embedding function. ### Describe the proposed solution https://docs.nomic.ai/reference/endpoints/nomic-embed-text ### Alternatives considered We already have nomic embed with Ollama ### Importance nice to have ###...

enhancement
good first issue
by-chroma

### What happened? I use Django and host it as a service. After a long time, the following issue happened OSError: [Errno 24] Too many open files: Is there some...

bug

https://github.com/chroma-core/chroma/blob/0056c13833fc021f0762e7e424414feb08ee3c50/clients/js/src/embeddings/DefaultEmbeddingFunction.ts#L96

by-chroma

I recently enabled most of our lints in CI: https://github.com/chroma-core/chroma/pull/2046. I didn't enable mypy in that PR because it looked like it required a few manual changes to pass the...

good first issue
cleanup
by-chroma

https://github.com/chroma-core/chroma/blob/main/chromadb/errors.py We can mirror these errors in JS and then catch them and use them in JS - that way the JS client will have much nicer errors rather than...

good first issue
by-chroma

### What happened? When I attempt deletion using this method: ``` docs = collection.get(where={"source": 'www.something.com'}) ids = docs.get('ids') for id in ids: collection.delete(id) ``` It appears that the deletion is...

bug

### What happened? I just use `collection.query` at my `PersistentClient` collection, and the a lot of logger warnings raised. The ingested id all shows up as warnings. It happens at...

bug