mirror of
https://github.com/tencentmusic/supersonic.git
synced 2025-12-10 19:51:00 +00:00
[release]Release v0.9.8.
This commit is contained in:
@@ -4,6 +4,15 @@
|
|||||||
- "Breaking Changes" describes any changes that may break existing functionality or cause
|
- "Breaking Changes" describes any changes that may break existing functionality or cause
|
||||||
compatibility issues with previous versions.
|
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
|
## SuperSonic [0.9.2] - 2024-06-01
|
||||||
|
|
||||||
### Added
|
### Added
|
||||||
|
|||||||
2
pom.xml
2
pom.xml
@@ -26,7 +26,7 @@
|
|||||||
</parent>
|
</parent>
|
||||||
|
|
||||||
<properties>
|
<properties>
|
||||||
<revision>0.9.8-SNAPSHOT</revision>
|
<revision>0.9.8</revision>
|
||||||
<java.source.version>1.8</java.source.version>
|
<java.source.version>1.8</java.source.version>
|
||||||
<java.target.version>1.8</java.target.version>
|
<java.target.version>1.8</java.target.version>
|
||||||
<maven.compiler.source>8</maven.compiler.source>
|
<maven.compiler.source>8</maven.compiler.source>
|
||||||
|
|||||||
Reference in New Issue
Block a user