Releases: tencentmusic/supersonic
Releases · tencentmusic/supersonic
SuperSonic v0.7.4 Release
Added
- 支持对原始数据按时间粒度聚合创建指标
- 支持模型别名解析
- 数据库连接从模型管理单独抽出,方便各模型复用数据库连接
Updated
- 简化编译启动脚本,方便用户使用
- LLM语义解析生成DSL优化:
- 按聚合和明细模式展示
- 修复部分复杂DSL案例查询异常
SuperSonic v0.7.3 Release
Added
- 保存每次用户提问所产生的语义解析信息,以及映射、解析、执行各环节的耗时统计;
- 新增可自定义的Agent,可以根据语义模型、解析方式、第三方插件的组合来定制不同的Agent;
Updated
- LLM语义解析生成DSL优化
- 将DSL解析出的筛选条件在前端展示;
- 对DSL的时间表达式和维度取值做后置的解析与修正
- 对话界面的优化,将“意图解析”和“数据查询”合并展示
SuperSonic v0.7.2 Release
Added
- Support asynchronous query - return parse information to user before executing result
- Add Model as the basic data structure of the semantic definitions - this will replace the old conception of subdomain
Updated
- improve knowledge word similarity algorithm
- improve embedding plugin chooser
- improve DSLQuery field correction and parser
Fixed
- Fix mapper error that detectWord text is shorter than word
- Fix MetricDomainQuery inherit context
SuperSonic v0.6.0 Release
supersonic 0.6.0 change log
- add llm parser and llm api server
- support fuzzy mapping
- support query filter and domain filter in query and search
- support standalone mode
- add dsl query in semantic
- code architecture adjustment in semantic and chat
- add unit testing and integration testing
- support dimension and metric alias
SuperSonic v0.5.0 Release
This is the first release(v0.5) version of SuperSonic.