From ef69562bdbf3f50f4f0e120e56fd45b995419e53 Mon Sep 17 00:00:00 2001 From: LXW <1264174498@qq.com> Date: Sat, 1 Jun 2024 15:50:29 +0800 Subject: [PATCH] (improvement)(project) Upgrade to version 0.9.2. (#1072) Co-authored-by: jolunoluo --- CHANGELOG.md | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index a0c37f888e..4092f394a0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,20 @@ - "Breaking Changes" describes any changes that may break existing functionality or cause compatibility issues with previous versions. +## SuperSonic [0.9.2] - 2024-06-01 + +### Added +- support multiple rounds of dialogue +- add term configuration and identification to help LLM learn private domain knowledge +- support configuring LLM parameters in the agent +- metric market supports searching in natural language + +### Updated +- introducing WorkFlow, Mapper, Parser, and Corrector support jump execution +- Introducing the concept of Model-Set to simplify Domain management +- overall optimization and upgrade of system pages +- optimize startup script + ## SuperSonic [0.9.0] - 2024-04-03 ### Added