From 9fa060f01e9251575feb85349b6722b5f18cbffb Mon Sep 17 00:00:00 2001 From: lobehubbot Date: Mon, 16 Mar 2026 11:53:29 +0000 Subject: [PATCH] =?UTF-8?q?=F0=9F=94=96=20chore(release):=20release=20vers?= =?UTF-8?q?ion=20v2.1.43=20[skip=20ci]?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- CHANGELOG.md | 27 +++++++++++++++++++++++++++ changelog/v2.json | 10 ++++++++++ package.json | 2 +- 3 files changed, 38 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index acdd4229d1..89f5a17599 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,33 @@ # Changelog +### [Version 2.1.43](https://github.com/lobehub/lobe-chat/compare/v2.1.42...v2.1.43) + +Released on **2026-03-16** + +#### 👷 Build System + +- **misc**: add BM25 indexes with ICU tokenizer for search optimization. +- **misc**: add `agent_documents` table. + +
+ +
+Improvements and Fixes + +#### Build System + +- **misc**: add BM25 indexes with ICU tokenizer for search optimization, closes [#13032](https://github.com/lobehub/lobe-chat/issues/13032) ([70a74f4](https://github.com/lobehub/lobe-chat/commit/70a74f4)) +- **misc**: add `agent_documents` table, closes [#12944](https://github.com/lobehub/lobe-chat/issues/12944) ([93ee1e3](https://github.com/lobehub/lobe-chat/commit/93ee1e3)) + +
+ +
+ +[![](https://img.shields.io/badge/-BACK_TO_TOP-151515?style=flat-square)](#readme-top) + +
+ ### [Version 2.1.42](https://github.com/lobehub/lobe-chat/compare/v2.1.41...v2.1.42) Released on **2026-03-14** diff --git a/changelog/v2.json b/changelog/v2.json index dfb7fdd795..9af45b0eb9 100644 --- a/changelog/v2.json +++ b/changelog/v2.json @@ -1,4 +1,14 @@ [ + { + "children": { + "improvements": [ + "add BM25 indexes with ICU tokenizer for search optimization.", + "add agent_documents table." + ] + }, + "date": "2026-03-16", + "version": "2.1.43" + }, { "children": {}, "date": "2026-03-14", diff --git a/package.json b/package.json index 7edb523626..c046c8af38 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@lobehub/lobehub", - "version": "2.1.42", + "version": "2.1.43", "description": "LobeHub - an open-source,comprehensive AI Agent framework that supports speech synthesis, multimodal, and extensible Function Call plugin system. Supports one-click free deployment of your private ChatGPT/LLM web application.", "keywords": [ "framework",