From fede1e9e3bb8632a9cb23f2bd0130f507ea4dedf Mon Sep 17 00:00:00 2001 From: "Timothy J. Baek" Date: Wed, 10 Jul 2024 13:06:27 -0700 Subject: [PATCH] chore: changelog --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index c81aed300..a7913785d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -27,6 +27,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ### Changed - **🗃️ Database Backend**: Switched from Peewee to SQLAlchemy for improved concurrency support, enhancing database performance. +- **⬆️ ChromaDB Update**: Upgraded to version 0.5.3. Ensure your remote ChromaDB instance matches this version. - **🔤 Primary Font Styling**: Updated primary font to Archivo for better visual consistency. - **🔄 Font Change for Windows**: Replaced Arimo with Inter font for Windows users, improving readability. - **🚀 Lazy Loading**: Implemented lazy loading for 'faster_whisper' and 'sentence_transformers' to reduce startup memory usage.