chroma
chroma copied to clipboard
Open-source search and retrieval database for AI applications.
## Description of changes Throw errors if the user attempts to add duplicate IDs, either via separate calls to `Collection.add` or the same one. ## Test plan This branch is...
## Description of changes FIXES [collection.query() should return all elements if n_results is greater than the total number of elements in the collection. #301 ](https://github.com/chroma-core/chroma/issues/301) - Improvements & Bug fixes...
### What happened? Repeated attempt to add a few text files to a directory, and run the `embed_data` script with no success. Let's pretend I made no mistakes with the...
## Description of changes *Summarize the changes made by this PR.* - Improvements & Bug fixes - Remove max axios content size/length limit ## Test plan *How are these changes...
### What happened? In the typescript client, I'm trying to do a batch insert of 1000 embeddings. I get a `ERR_FR_MAX_BODY_LENGTH_EXCEEDED` exception The header Content-Length is 19669240, which doesn't feel...
### What happened? I have a simple class that creates/connects to a persistent Chroma index, along with add and search functions. When I call this class I am get the...
### What happened? Chromadb not installed on linux via 'pip install chromadb' ### Versions Chroma version 0.3.21, python version 3.8 ### Relevant log output ```shell Stops installation at Downloading torch-2.0.0-cp38-cp38-manylinux1_x86_64.whl...
## Description of changes **Not backwards-compatible PR** This PR is inspired by https://github.com/chroma-core/chroma/issues/289 and updates the pip package to *by default* have minimal dependencies, only those needed to run as...
## Description of changes - Add fixtures required to run Hypothesis tests as integration tests - Includes both local FastAPI server test and Dockerized integration tests Includes two code fixes:...
### What happened? When trying to include chromadb dependency on requirements.txt and deploy python app to AWS Elastic Beanstalk, I got MemoryErrors when trying to install dependencies. Tried with t3.small...