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

As suggested in https://github.com/chroma-core/chroma/issues/254 I replaced axios by fetch

### What happened? Can't get to use it as a client server where my app is the client. I have initially reported it on the lanchain rep [#2144](https://github.com/hwchase17/langchain/issues/2144) because I...

bug

## Description of changes I added some warnings when using `rest` as a settings and additionally in the `docker_startup` shell script. closes #347 Discussed with @jeffchuber on discord too.

### Contact Details _No response_ ### What happened? Client has many collections. Bug is that collection can be renamed to pre-existing collection. Afterwards, the old collection is gone from the...

bug

### What happened? A Discord member reported a security concern. I then investigated and can confirm my findings. Right now, once the `docker-compose file` is deployed to an externally accessible...

bug

### Describe the problem Deploying to Fly.io would simplify for self hosting chroma. Fly's deployments make it super simple to deploy with docker containers. ### Describe the proposed solution I...

enhancement

This PR adds full JS client parity with the python client and also breaks out tests into individual files. Should likely be landed after https://github.com/chroma-core/chroma/pull/297 - so that CI can...

## Description of changes *Summarize the changes made by this PR.* - Support [databend](https://github.com/datafuselabs/databend) as datastore db ## Test plan Run `test_chroma.py` and `test_databend.py` ## Documentation Changes *Are all docstrings...

I think there's bug in the JS library. weird error with unhelpful message: ``` node databaseInserter.mjs 130 ↵ /home/asd/go/src/xxx/node_modules/chromadb/dist/main/index.js:234 return response.data; ^ TypeError: Cannot read properties of undefined (reading 'data')...

discussion

## Description of changes *Summarize the changes made by this PR.* - Improvements & Bug fixes - Fixes #343 ## Test plan *How are these changes tested?* Added three `api._modify`...