Skip to content

Releases: tencentmusic/supersonic

SuperSonic v0.7.4 Release

13 Sep 06:43
c8b5c0f
Compare
Choose a tag to compare

Added

  1. 支持对原始数据按时间粒度聚合创建指标
  2. 支持模型别名解析
  3. 数据库连接从模型管理单独抽出,方便各模型复用数据库连接

Updated

  1. 简化编译启动脚本,方便用户使用
  2. LLM语义解析生成DSL优化:
  • 按聚合和明细模式展示
  • 修复部分复杂DSL案例查询异常

SuperSonic v0.7.3 Release

30 Aug 06:58
40e0a58
Compare
Choose a tag to compare

Added

  1. 保存每次用户提问所产生的语义解析信息,以及映射、解析、执行各环节的耗时统计;
  2. 新增可自定义的Agent,可以根据语义模型、解析方式、第三方插件的组合来定制不同的Agent;

Updated

  1. LLM语义解析生成DSL优化
  • 将DSL解析出的筛选条件在前端展示;
  • 对DSL的时间表达式和维度取值做后置的解析与修正
  1. 对话界面的优化,将“意图解析”和“数据查询”合并展示

SuperSonic v0.7.2 Release

15 Aug 14:02
c93e60c
Compare
Choose a tag to compare

Added

  1. Support asynchronous query - return parse information to user before executing result
  2. Add Model as the basic data structure of the semantic definitions - this will replace the old conception of subdomain

Updated

  1. improve knowledge word similarity algorithm
  2. improve embedding plugin chooser
  3. improve DSLQuery field correction and parser

Fixed

  1. Fix mapper error that detectWord text is shorter than word
  2. Fix MetricDomainQuery inherit context

SuperSonic v0.6.0 Release

16 Jul 13:42
041daad
Compare
Choose a tag to compare

supersonic 0.6.0 change log

  1. add llm parser and llm api server
  2. support fuzzy mapping
  3. support query filter and domain filter in query and search
  4. support standalone mode
  5. add dsl query in semantic
  6. code architecture adjustment in semantic and chat
  7. add unit testing and integration testing
  8. support dimension and metric alias

SuperSonic v0.5.0 Release

15 Jun 10:37
9f55b1c
Compare
Choose a tag to compare

This is the first release(v0.5) version of SuperSonic.