1.1.0
📦 chromaView on GitHub →
✨ 11 features🐛 3 fixes🔧 2 symbols
Summary
Version 1.1.0 introduces significant enhancements to the search API, including rank expression support and IDF modifiers, alongside new GC controls and various backend stability improvements.
✨ New Features
- Introduced a control interface for Garbage Collection (GC).
- Made rank expression operational in the search API.
- Implemented IDF modifier for BM25 index.
- Added new methods to ClientManager.
- Added validation for metadata and sparse vectors in the search API.
- Implemented quota enforcement for the search API.
- Added support for ID filtering in the WHERE clause.
- ScoutLogs now issues a HEAD request if possible.
- Added a 'ready' variant of the uncompacted records metric.
- Added query configuration on collection configuration, splade, and BM25 EFS.
- Chroma integration with mem0.
🐛 Bug Fixes
- Fixed high cardinality compaction metrics.
- Performed read-repair on collections that experienced a crash before manifest write.
- Increased cloud quotas in documentation and defaults.
🔧 Affected Symbols
ClientManagerScoutLogs