chroma
chroma copied to clipboard
Open-source search and retrieval database for AI applications.
1. fix the way to parse response using list-parsing instead of dict-parsing. see issue [here](https://github.com/chroma-core/chroma/issues/1995). ## Description of changes *Summarize the changes made by this PR.* - Improvements & Bug...
### What happened? To remove my documents from a collection I call: `collection.delete(ids=ids)` but I am still seeing db data as well as the folder that is created when embeddings...
## Description of changes - It addresses this issue: https://github.com/chroma-core/chroma/issues/1965 There are a number of things going on in this PR. I've split the changes in meaningful commits to facilitate...
### What happened? This message "Please install openai as a dependency with, e.g. `yarn add openai`" can be extremely misleading. Kindly change chromadb.cjs line 3070'ish to include the full stack...
## Description of changes *Summarize the changes made by this PR.* - Improvements & Bug fixes - ... - New functionality - ... ## Test plan *How are these changes...
## Description of changes *Summarize the changes made by this PR.* - Improvements & Bug fixes - This PR adds LogPosition and CollectionVersion to Segment database model. - New functionality...
## Description of changes *Summarize the changes made by this PR.* - Improvements & Bug fixes - This PR changes the proto definition to include collection_version and log_position as request...
## Description of changes *Summarize the changes made by this PR.* - Improvements & Bug fixes - Fixes a bug in grpc metadata stub that does not pass None for...
# Chromadb keeps being in client mode I tried to install chromadb following the tutorial and it works at first, then it suddenly have this error Chroma is running in...
### Describe the problem I'd like to be able to not make connections to random servers all over the world whenever I start my python script to debug it. Not...