[release]Release v0.9.8.

This commit is contained in:
jerryjzhang
2024-11-01 22:40:22 +08:00
parent a43e47e491
commit 34cfa749c1
2 changed files with 10 additions and 1 deletions

View File

@@ -4,6 +4,15 @@
- "Breaking Changes" describes any changes that may break existing functionality or cause
compatibility issues with previous versions.
## SuperSonic [0.9.8] - 2024-11-01
- Add LLM management module to reuse connection across agents.
- Add ChatAPP configuration sub-module in Agent Management.
- Add dimension value management sub-module.
- Enhance memory management and term management sub-module.
- Support semantic translation of complex S2SQL.
- Introduce LLM-based semantic corrector and data interpreter.
- Introduce new experience in Chat UI.
## SuperSonic [0.9.2] - 2024-06-01
### Added