mirror of
https://github.com/tencentmusic/supersonic.git
synced 2025-12-10 19:28:12 +00:00
[release]Kick off v0.9.10 snapshot.
This commit is contained in:
@@ -7,11 +7,11 @@
|
|||||||
## SuperSonic [0.9.8] - 2024-11-01
|
## SuperSonic [0.9.8] - 2024-11-01
|
||||||
- Add LLM management module to reuse connection across agents.
|
- Add LLM management module to reuse connection across agents.
|
||||||
- Add ChatAPP configuration sub-module in Agent Management.
|
- Add ChatAPP configuration sub-module in Agent Management.
|
||||||
- Add dimension value management sub-module.
|
- Enhance dimension value management sub-module.
|
||||||
- Enhance memory management and term management sub-module.
|
- Enhance memory management and term management sub-module.
|
||||||
- Support semantic translation of complex S2SQL.
|
- Enhance semantic translation of complex S2SQL.
|
||||||
|
- Enhance user experience in Chat UI.
|
||||||
- Introduce LLM-based semantic corrector and data interpreter.
|
- 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
|
||||||
|
|
||||||
|
|||||||
2
pom.xml
2
pom.xml
@@ -26,7 +26,7 @@
|
|||||||
</parent>
|
</parent>
|
||||||
|
|
||||||
<properties>
|
<properties>
|
||||||
<revision>0.9.8</revision>
|
<revision>0.9.10-SNAPSHOT</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