chroma
chroma copied to clipboard
Open-source search and retrieval database for AI applications.
### Describe the problem It would be useful to have detailed reference for the JS API, including responses. Similar to this for python - https://github.com/chroma-core/docs/pull/28 ### Describe the proposed solution...
### Describe the problem Currently, if you call `Collection.modify(metadata=None)`, the system will interpret that as "do not update the metadata." However, this means it is also not possible to intentionally...
I am facing a problem when trying to use the Chroma vector store with a persisted index. I have already loaded a document, created embeddings for it, and saved those...
### Describe the problem List pagination should support pagination for dbs with large amounts of collections. ### Describe the proposed solution We should support pagination for list collections. ### Alternatives...
### What happened? I'm doing some batch embeddings creations and get a lot of these exceptions ### Versions 0.3.22.dev17 ### Relevant log output ```shell 2023-04-17 11:23:45 2023-04-17 18:23:45 ERROR chromadb.server.fastapi...
### What happened? pip install chromadb results in the following error: Failed to build hnswlib ERROR: Could not build wheels for hnswlib which use PEP 517 and cannot be installed...
## Description of changes Add support for multiple distance metrics in tests. 1. We coin-flip and sometimes add a space when using hnsw_params 2. Added the distance functions to the...
## Description of changes Clickhouse data was being saved in an anonymous volume. Anonymous volumes are not removed by default. However, as they don’t have a stable name, they will...
### What happened? I consistently get fewer documents than requested when querying a DuckDB collection. For example, querying for 100 documents in a collection of 300+ only returns about 20-30....
### What happened? When using the Clickhouse backend and sending a query that filters by metadata, Clickhouse throws a perplexing error of the form: ``` "error":"DatabaseError(\":HTTPDriver for http://test_clickhouse:8123 returned response...