chroma
chroma copied to clipboard
Open-source search and retrieval database for AI applications.
### Describe the problem Trying to use ChromaDB with the OpenAI API using xAI's grok model. However, I'm getting an error saying `base_url` is an unexpected keyword argument. Was hoping...
## Description of changes Tests against the Rust bindings in Python are now run by default.
## Description of changes Updates the Python test suite to remove Python SQLite-based test fixtures and adds test fixtures for testing against the Rust HTTP server. A few tests were...
## Description of changes *Summarize the changes made by this PR.* - Improvements & Bug fixes - ... - New functionality - ... ## Test plan *How are these changes...
### What happened? I have indexed 2101951 chunks into chromadb. Each chunk is 512 tokens. Embeddings used: tiktoken Below is code that is used for indexing. There is only one...
### What happened? After deleting all the documents I added, the size of the sqlite3 file is still the same. The size definitely increments after adding more... but I have...
## 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 - ... - New functionality - ... ## Test plan *How are these changes...
## Description of changes *Summarize the changes made by this PR.* - Improvements & Bug fixes - ... - New functionality - ... ## Test plan *How are these changes...
## Description of changes This is just a DRAFT meant to discuss what it would take to provide a workaround for #2571 and any other potential issues with our protobuf...