Max Isom
Max Isom
## Description of changes Cleans up temporary HNSW files after registering the result with the sysdb. A [previous iteration](https://github.com/chroma-core/chroma/pull/2599) of this deleted the files immediately after flushing, but because previous...
## Description of changes *Summarize the changes made by this PR.* - Improvements & Bug fixes - allow `create_batches()` to work for all mutations (e.g. batching deletions) - document `create_batches()`...
Closes https://github.com/chroma-core/chroma/issues/2286. Does not update the JS client since it's in the midst of a refactor.
Recommended by SQLite docs to help the query planner make better decisions. On most startups this should be effectively a no-op; but when users first upgrade to a version with...
We prefer absolute imports. https://pypi.org/project/flake8-tidy-imports/
### Describe the problem Chroma doesn't provide an embedding function for Mistral. ### Describe the proposed solution Chroma should provide an embedding function for Mistral. ### Alternatives considered _No response_...
## Description of changes Adds a method to the admin client to list all databases for a tenant. Has limit/offset parameters similar to how listing collections works. The implementation for...
## Description of changes These changes result in fuller blocks when using ordered writing mode, leading to less fragmentation and slightly better writing performance depending on the write pattern: ##...
## Description of changes *Summarize the changes made by this PR.* - Improvements & Bug fixes - ... - New functionality - ... ## Test plan *How are these changes...