chroma
chroma copied to clipboard
Open-source search and retrieval database for AI applications.
### What happened? Using chromadb.HttpClient with LllamaIndex chat_engine.stream_chat(). stream_chat execution leads to TypeError: Type is not JSON serializable: numpy.float64 triggered within chromadb/api/fastapi.py Running ChromaDB Docker Container with chromadb/chroma:0.4.23 image ###...
### What happened? As a chromadb user, when I use Azure Open AI, I want to be able to use my embedding funciton with collection creation but currently it does...
### Describe the problem All instances where chroma throws ValueError/TypeError should be replaced with InvalidArgumentError ### Describe the proposed solution ^ ### Alternatives considered _No response_ ### Importance nice to...
### What happened? When using collection.add with varying batch sizes for identical data, the outcomes post-querying exhibit notable discrepancies. For example: Using collection.add to add embeddings with a batch size...
We should use https://atlasgo.io/versioned/lint in CI for atlas migrations.
## Description of changes Replaced TypeError and ValueError with InvalidArgumentError - Improvements & Bug fixes - None - New functionality - None ## Test plan Tests pass locally with pytest...
[] Traces do not have error stack [] Traces on purge
### What happened? I was generating a chroma database (connection) using the 1st block of python code below which works fine. However, there are no options to unload or disconnect...
### What happened? ``` const client = new ChromaClient({ path: process.env.CHROMA_URL, }); console.log(client.heartbeat()) ``` Is timing out on Vercel's Edge network, without sending a request through to the server that's...
### What happened? Dear team on Chroma, Strictly speaking, this is not a bug rather the constraint chroma imposed. However, I find that chroma has a too strict EmbeddingFunction typing...