From 8e8bc3125ea232e7f5224509e4c5902855fd8a7b Mon Sep 17 00:00:00 2001 From: Timothy Jaeryang Baek Date: Sun, 6 Apr 2025 20:41:03 -0700 Subject: [PATCH] doc: changelog --- CHANGELOG.md | 1 - 1 file changed, 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 5fcc83fe8..a11c2848e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -20,7 +20,6 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ### Changed -- 🧠 **RAG Retrieval Source Handling Smarter**: Improved how sources are linked to RAG results, whether embedding is used or bypassed—ensuring cleaner and more reliable document traceability in AI responses. - 🧰 **General Backend Refactoring**: Multiple behind-the-scenes improvements streamline backend performance, reduce complexity, and ensure a more stable, maintainable system overall—making everything smoother without changing your workflow. ## [0.6.1] - 2025-04-05