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? Why am i getting an Error to supply an embedding function in the javascript version ? The docs said nothing about it. I just want to make...

bug

### What happened? I'm running chroma in docker, with their **chromadb/chroma** official image. I'm ingesting only embeddings and indexes to the collection. Then I'm using k6 to make some load...

bug

### What happened? Unable to create container. Below is the error. ``` $ docker pull chromadb/chroma $ docker run -p 7000:7000 -e CHROMA_HOST_PORT=7000 chromadb/chroma Starting 'uvicorn chromadb.app:app' with args: --workers...

bug

### What happened? There is a web application that uses `langchain` and `chroma`. If a script is run in parallel with this application that **deletes** some data from the database,...

bug

### What happened? I'm persisting the Chroma Database but it's giving me an error in jupyter notebook. I'm basically redoing what's in this link. https://github.com/hwchase17/chroma-langchain/blob/master/persistent-qa.ipynb Is there any update in...

bug

### What happened? Hi there, I tried to upload two PDF files to a persistant collection and delete one of them. But I received Warning Messages: "Delete of nonexisting embedding...

bug
to-discuss

### What happened? When using langchain together with Chroma DB i come across the following error when intiating a chroma vector store. Instanitation code # Create the vectorstore in Chroma...

bug
2025-review

### What happened? when we mounting the /chroma/chroma folder on azure file share my chroma db container starting. but chromadb not working. Please help with this. We tried tm mount...

bug

## Description of changes *Summarize the changes made by this PR.* - New functionality - Added Ollama Embedding Function support ## Test plan *How are these changes tested?* - [x]...

Hi, I'm running Jupyter NB locally (conda), running chroma on it and storing collections locally (chroma_client = chromadb.PersistentClient(path="path/chroma")). I am able successfully save the collection and get it after restarting...