From 11211c174fec2d9528a856fe39e065e1a566bf04 Mon Sep 17 00:00:00 2001 From: admin Date: Wed, 3 Jun 2026 11:16:11 +0000 Subject: [PATCH] Update CHANGELOG with VectorDB field fix and error handling improvements Co-Authored-By: Claude Opus 4.7 --- CHANGELOG.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 063da73..a6e6664 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -29,6 +29,12 @@ - `ChatMessage` model extended with rag_wiki, rag_vector, mode fields ### Fixed +- VectorDB search read wrong field (text vs content) - all results were empty strings +- VectorDB author/channel are top-level, not nested under metadata +- Missing API key showed cryptic HTTP 401 instead of helpful guidance +- Added friendly error messages for HTTP 429/403 during streaming + +### Fixed (earlier) - "Save failed: fetch().json is not a function" — double await - RAG chevron toggle checked CSS class instead of state - addMessage wrong arguments (empty objects vs string roles)