Trayan Azarov

Results 60 issues of Trayan Azarov

### What happened? Creating a collection in Chroma involves several steps: 1. Create the collection in sysdb 2. Create segments (metadata + Vector) 3. Create a Vector segment in sysdb...

bug

## Description of changes *Summarize the changes made by this PR.* - Improvements & Bug fixes - The error signature for ChromaError and any other generic exception will now be...

## Description of changes *Summarize the changes made by this PR.* - Improvements & Bug fixes - We persist the HNSW max_seq_id when the index is written; this will help...

## Description of changes *Summarize the changes made by this PR.* - New functionality - Retry strategy configuration for HttpClient to give more control to users to deal with intermittent...

- Added additional examples of how to use Chroma - Updated documentation with relevant project links - Version bumps wherever possible to ensure the default user experience is up to...

maintenance
patch

## Description of changes Closes: #2207 *Summarize the changes made by this PR.* - Improvements & Bug fixes - Updated the log message, as it appears to be missleading to...

## Description of changes Ref: #1404 *Summarize the changes made by this PR.* - Improvements & Bug fixes - CHROMA_SERVER_NOFILE is not correctly overriden by user env var provided in...

## Description of changes *Summarize the changes made by this PR.* - Improvements & Bug fixes - Added support for running Chroma with systemd and `chroma` cli - Added example...

**Description**: - Reference to `Collection` object is set to `None` when deleting a collection `delete_collection()` - Added utility method `reset_collection()` to allow recreating the collection - Moved collection creation out...

lgtm
Ɑ: vector store
🤖:improvement
🔌: chroma
size:M
partner

- Added support for persistent disk in the WebServiceDetails as it is supported by Render API - Added an example service with disk support in README.md - Fixed a typo...