Jun Zhang
ef2f07a59e
feat(dimension): 维度新增data_type字段支持 ( #2435 )
supersonic CentOS CI / build (21) (push) Has been cancelled
supersonic mac CI / build (21) (push) Has been cancelled
supersonic ubuntu CI / build (21) (push) Has been cancelled
supersonic windows CI / build (21) (push) Has been cancelled
2026-06-04 22:33:55 +08:00
jerryjzhang
c3cf8b1889
feat(data): 添加时间戳数据类型支持并优化维度转换逻辑
...
- 新增 TIMESTAMP 数据类型枚举值
- 为整型数据类型匹配添加 INT 关键字识别
- 移除维度转换中的冗余数据类型设置逻辑
- 修复数据类型转换过程中的潜在问题
2026-06-04 21:02:41 +08:00
jerryjzhang
c0af25fe2e
feat(db): 添加对 Hive 数据库引擎的支持
...
supersonic CentOS CI / build (21) (push) Has been cancelled
supersonic mac CI / build (21) (push) Has been cancelled
supersonic ubuntu CI / build (21) (push) Has been cancelled
supersonic windows CI / build (21) (push) Has been cancelled
- 在 EngineType 枚举中添加 HIVE 类型定义
2026-05-29 12:17:57 +08:00
jerryjzhang
d2ae1509cb
refactor(chat): 优化候选查询排序逻辑
...
supersonic CentOS CI / build (21) (push) Has been cancelled
supersonic mac CI / build (21) (push) Has been cancelled
supersonic ubuntu CI / build (21) (push) Has been cancelled
supersonic windows CI / build (21) (push) Has been cancelled
- 移除不必要的 limit(1) 操作以保留所有排序后的候选查询
- 保持按分数降序排列的排序规则不变
2026-05-27 20:12:02 +08:00
jerryjzhang
5b77b39c60
feat(dimension): 添加维度数据类型支持
...
supersonic CentOS CI / build (21) (push) Has been cancelled
supersonic mac CI / build (21) (push) Has been cancelled
supersonic ubuntu CI / build (21) (push) Has been cancelled
supersonic windows CI / build (21) (push) Has been cancelled
- 在Dimension类中新增dataType字段
- 更新Dimension构造函数以支持dataType参数
- 在DimensionConverter中添加dataType转换逻辑
- 在ModelConverter中集成DataTypeEnums转换
- 支持从语义列到维度的数据类型映射
2026-05-22 17:45:46 +08:00
jerryjzhang
9f2262c97b
fix(common): 解决日期范围解析中的空指针异常
...
supersonic CentOS CI / build (21) (push) Has been cancelled
supersonic mac CI / build (21) (push) Has been cancelled
supersonic ubuntu CI / build (21) (push) Has been cancelled
supersonic windows CI / build (21) (push) Has been cancelled
- 在日期范围解析逻辑中添加了空值检查
- 当开始日期或结束日期为空时返回空列表
- 避免了在日期解析失败时可能出现的空指针异常
2026-05-09 10:53:46 +08:00
jerryjzhang
6f11cdc12c
refactor: 移除未使用的 ModelService 依赖
supersonic CentOS CI / build (21) (push) Has been cancelled
supersonic mac CI / build (21) (push) Has been cancelled
supersonic ubuntu CI / build (21) (push) Has been cancelled
supersonic windows CI / build (21) (push) Has been cancelled
2026-05-08 19:14:48 +08:00
jerryjzhang
3752543921
feat(dataset): 实现数据集模型配置中的全量维度指标扩展功能
...
supersonic CentOS CI / build (21) (push) Has been cancelled
supersonic mac CI / build (21) (push) Has been cancelled
supersonic ubuntu CI / build (21) (push) Has been cancelled
supersonic windows CI / build (21) (push) Has been cancelled
- 实现 expandIncludesAllModels 方法处理全量维度指标映射
- 根据模型ID分组收集维度和指标并合并到配置中
- 将 includesAll 标志重置为 false 避免重复扩展
- 确保在线状态的维度和指标被正确包含到数据集中
2026-05-07 15:51:57 +08:00
jerryjzhang
20cd98332c
Merge branch 'master' of https://github.com/tencentmusic/supersonic
supersonic CentOS CI / build (21) (push) Has been cancelled
supersonic mac CI / build (21) (push) Has been cancelled
supersonic ubuntu CI / build (21) (push) Has been cancelled
supersonic windows CI / build (21) (push) Has been cancelled
2026-04-28 20:56:50 +08:00
jerryjzhang
a4253784be
refactor(common): 移除 Presto 上下文中的标识符引用字符串配置
...
- 移除了 .withIdentifierQuoteString("\"") 配置项
- 保持了字面量引号和转义引号字符串配置
- 维持了大小写敏感性和未引用名称的大小写不变设置
2026-04-28 20:55:40 +08:00
jerryjzhang
1ff1a76a9e
feat(chat): 添加问题ID删除解析信息功能
...
supersonic CentOS CI / build (21) (push) Has been cancelled
supersonic mac CI / build (21) (push) Has been cancelled
supersonic ubuntu CI / build (21) (push) Has been cancelled
supersonic windows CI / build (21) (push) Has been cancelled
- 在ChatParseMapper接口中新增deleteByQuestionId方法
- 实现按问题ID删除聊天解析数据的功能
- 在XML映射文件中添加对应的DELETE SQL语句
2026-04-25 20:24:46 +08:00
jerryjzhang
aa86e3f02a
feat(chat): 添加批量获取语义解析信息功能
...
supersonic CentOS CI / build (21) (push) Has been cancelled
supersonic mac CI / build (21) (push) Has been cancelled
supersonic ubuntu CI / build (21) (push) Has been cancelled
supersonic windows CI / build (21) (push) Has been cancelled
- 在ChatManageService中新增getParseInfos方法用于批量查询
- 实现ChatManageServiceImpl中的getParseInfos具体逻辑
- 优化SqlReplaceHelper中的代码格式化处理
- 支持根据questionId批量获取多个语义解析结果
2026-04-21 14:14:27 +08:00
jerryjzhang
0bbab5e7b1
fix(dimension): 修复维度值映射更新时技术名称和业务名称未同步的问题
...
- 在维度值映射更新逻辑中添加了技术名称字段的同步更新
- 在维度值映射更新逻辑中添加了业务名称字段的同步更新
- 确保维度值映射对象的所有关键属性都能正确更新
2026-04-09 16:24:46 +08:00
jerryjzhang
d373567cef
refactor(model): 移除模型关联检查中的外键验证逻辑
...
- 删除了 fromModel 和 toModel 的获取逻辑
- 移除了 JoinCondition 中外键与主键关联的验证规则
- 简化了 check 方法的实现,只保留关联条件非空检查
2026-04-09 12:15:16 +08:00
jerryjzhang
80a1f62d3f
feat(db): 添加 TDW 数据库适配器支持
...
supersonic CentOS CI / build (21) (push) Has been cancelled
supersonic mac CI / build (21) (push) Has been cancelled
supersonic ubuntu CI / build (21) (push) Has been cancelled
supersonic windows CI / build (21) (push) Has been cancelled
- 在 DbAdaptorFactory 中注册 TDW 引擎类型
- 为 TDW 引擎配置默认数据库适配器
- 扩展引擎适配器映射以包含 TDW 支持
2026-04-07 09:51:25 +08:00
jerryjzhang
4379af4bd4
refactor(common): 优化SQL解析器中的类型转换和嵌套查询处理
...
supersonic CentOS CI / build (21) (push) Has been cancelled
supersonic mac CI / build (21) (push) Has been cancelled
supersonic ubuntu CI / build (21) (push) Has been cancelled
supersonic windows CI / build (21) (push) Has been cancelled
- 使用模式匹配简化ParenthesedSelect类型的转换
- 改进SetOperationList中子查询的处理逻辑
- 增加对嵌套ParenthesedSelect的递归处理支持
- 优化字段替换功能以支持更复杂的查询结构
- 提高代码可读性和类型安全性
2026-04-03 11:59:17 +08:00
jerryjzhang
8a4bccab10
refactor(headless): 优化维度值映射处理逻辑并添加查询响应中的代理ID字段
...
supersonic CentOS CI / build (21) (push) Has been cancelled
supersonic mac CI / build (21) (push) Has been cancelled
supersonic ubuntu CI / build (21) (push) Has been cancelled
supersonic windows CI / build (21) (push) Has been cancelled
- 简化了维度值映射列表的删除操作代码结构
- 移除了不必要的空行以提高代码可读性
- 在查询响应对象中添加了agentId字段
- 优化了流式处理的链式调用方式
- 调整了数据集服务查询方法的参数构建方式
2026-04-01 14:24:31 +08:00
jerryjzhang
507af43b73
feat(headless): 优化维度值映射处理逻辑
...
supersonic CentOS CI / build (21) (push) Has been cancelled
supersonic mac CI / build (21) (push) Has been cancelled
supersonic ubuntu CI / build (21) (push) Has been cancelled
supersonic windows CI / build (21) (push) Has been cancelled
- 修改后端 DimensionServiceImpl 中维度值映射的处理方式,支持批量操作
- 将单个 DimValueMap 对象修改为 List<DimValueMap> 列表结构
- 优化了新增、更新和删除维度值映射的算法逻辑
- 前端 DimensionValueSettingModal 组件适配新的 API 接口格式
- 添加了预先处理请求列表的逻辑,设置默认的 techName 值
- 实现了批量删除和更新操作,提高处理效率
2026-03-25 08:49:55 +08:00
jerryjzhang
c1d50f978d
(opt)(headless)Only return ONLINE datasets in the domain dataset tree.
supersonic CentOS CI / build (21) (push) Has been cancelled
supersonic mac CI / build (21) (push) Has been cancelled
supersonic ubuntu CI / build (21) (push) Has been cancelled
supersonic windows CI / build (21) (push) Has been cancelled
2026-03-09 20:22:56 +08:00
jerryjzhang
18ce934bba
(fix)(headless)Fix concurrent read/write search trie issue.
supersonic CentOS CI / build (21) (push) Has been cancelled
supersonic mac CI / build (21) (push) Has been cancelled
supersonic ubuntu CI / build (21) (push) Has been cancelled
supersonic windows CI / build (21) (push) Has been cancelled
2026-03-03 18:03:55 +08:00
jerryjzhang
6fe0ebcb9d
[docs] Add CLAUDE.md for Claude Code guidance
...
supersonic CentOS CI / build (21) (push) Has been cancelled
supersonic mac CI / build (21) (push) Has been cancelled
supersonic ubuntu CI / build (21) (push) Has been cancelled
supersonic windows CI / build (21) (push) Has been cancelled
Add CLAUDE.md file with build commands, architecture overview, and key technologies for future Claude Code instances.
2026-03-02 09:45:48 +08:00
jerryjzhang
77d8d63df7
(opt)(headless)Support querying metrics by dataSetId.
supersonic CentOS CI / build (21) (push) Has been cancelled
supersonic mac CI / build (21) (push) Has been cancelled
supersonic ubuntu CI / build (21) (push) Has been cancelled
supersonic windows CI / build (21) (push) Has been cancelled
2026-02-21 17:00:29 +08:00
jerryjzhang
0876f5eae8
(opt)(headless)Dimension value loading could bypass semantic translation.
supersonic CentOS CI / build (21) (push) Has been cancelled
supersonic mac CI / build (21) (push) Has been cancelled
supersonic ubuntu CI / build (21) (push) Has been cancelled
supersonic windows CI / build (21) (push) Has been cancelled
2026-02-21 08:19:57 +08:00
jerryjzhang
ddbaf53ad4
(opt)(headless)Use commons-lang3 StringUtils.
supersonic CentOS CI / build (21) (push) Has been cancelled
supersonic mac CI / build (21) (push) Has been cancelled
supersonic ubuntu CI / build (21) (push) Has been cancelled
supersonic windows CI / build (21) (push) Has been cancelled
2026-02-20 17:04:28 +08:00
jerryjzhang
4c97d01eab
[fix](headless)Fix metric filtering issue.
supersonic CentOS CI / build (21) (push) Has been cancelled
supersonic mac CI / build (21) (push) Has been cancelled
supersonic ubuntu CI / build (21) (push) Has been cancelled
supersonic windows CI / build (21) (push) Has been cancelled
2026-02-14 21:09:22 +08:00
jerryjzhang
008f1443cb
[fix](headless)Should format time range when loading dimension values.
supersonic CentOS CI / build (21) (push) Has been cancelled
supersonic mac CI / build (21) (push) Has been cancelled
supersonic ubuntu CI / build (21) (push) Has been cancelled
supersonic windows CI / build (21) (push) Has been cancelled
2026-02-14 15:33:01 +08:00
jerryjzhang
29c1119ee2
[fix](headless)Time format of a dimension should be updated to modelDetail.
2026-02-14 15:21:05 +08:00
jerryjzhang
d658e437fb
[fix](headless)Use partition time field to load dimension values.
...
[fix](headless)Use partition time field to load dimension values.
2026-02-14 14:50:26 +08:00
jerryjzhang
b6f561f18c
[fix](headless)Fix postgres schema issue.
supersonic CentOS CI / build (21) (push) Has been cancelled
supersonic mac CI / build (21) (push) Has been cancelled
supersonic ubuntu CI / build (21) (push) Has been cancelled
supersonic windows CI / build (21) (push) Has been cancelled
2026-02-08 20:20:17 +08:00
jerryjzhang
593d26a072
[feature](auth)Add role to user registration.
supersonic CentOS CI / build (21) (push) Has been cancelled
supersonic mac CI / build (21) (push) Has been cancelled
supersonic ubuntu CI / build (21) (push) Has been cancelled
supersonic windows CI / build (21) (push) Has been cancelled
2025-12-08 21:15:02 +08:00
jerryjzhang
9162b922c4
[opt](chat)ParseTime should span all parsers and processors.
supersonic CentOS CI / build (21) (push) Has been cancelled
supersonic mac CI / build (21) (push) Has been cancelled
supersonic ubuntu CI / build (21) (push) Has been cancelled
supersonic windows CI / build (21) (push) Has been cancelled
2025-11-26 21:58:36 +08:00
jerryjzhang
1d9324f689
[opt](common)Do not use deprecated method.
2025-11-02 17:33:06 +08:00
jerryjzhang
6c5f8fce40
[opt](headless)Deletion of chat model and database should record user.
supersonic CentOS CI / build (21) (push) Failing after 19s
supersonic ubuntu CI / build (21) (push) Failing after 24s
supersonic mac CI / build (21) (push) Has been cancelled
supersonic windows CI / build (21) (push) Has been cancelled
2025-10-22 19:17:30 +08:00
guilinlewis
04b1edb2e2
(improvement)(chat|common|headless|webapp) 结果分析,改写伪流式输出,加快响应速度 ( #2395 )
2025-10-22 15:37:50 +08:00
jerryjzhang
9857256488
[opt](headless)Model update should not delete/update metrics/dimensions, use dedicated metric/dimension management.
supersonic CentOS CI / build (21) (push) Failing after 13s
supersonic ubuntu CI / build (21) (push) Failing after 16s
supersonic mac CI / build (21) (push) Has been cancelled
supersonic windows CI / build (21) (push) Has been cancelled
2025-10-22 12:03:09 +08:00
jerryjzhang
d695bed75d
[feature](headless)Add request user to data events.
...
[feature](headless)Add request user to data events.
2025-10-22 08:43:33 +08:00
jerryjzhang
7490dabdc3
Merge remote-tracking branch 'origin/master'
supersonic CentOS CI / build (21) (push) Failing after 1m45s
supersonic ubuntu CI / build (21) (push) Failing after 37s
supersonic mac CI / build (21) (push) Has been cancelled
supersonic windows CI / build (21) (push) Has been cancelled
2025-10-12 21:56:03 +08:00
jerryjzhang
fad28ee5ac
[feature](chat)Support delete all memory from the agent management.
2025-10-12 21:55:49 +08:00
jerryjzhang
353c8d8b16
(opt)(headless)Fetching dimension values should use partition time field to do filtering.
supersonic CentOS CI / build (21) (push) Has been cancelled
supersonic mac CI / build (21) (push) Has been cancelled
supersonic ubuntu CI / build (21) (push) Has been cancelled
supersonic windows CI / build (21) (push) Has been cancelled
2025-09-22 17:02:32 +08:00
jerryjzhang
3dd53bad89
(fix)(headless)Fix concurrent modification exception issue.
2025-09-22 15:59:35 +08:00
jerryjzhang
2d39ebf38b
[opt](common)Add VALUE type enum.
supersonic CentOS CI / build (21) (push) Failing after 1m11s
supersonic ubuntu CI / build (21) (push) Failing after 1h0m47s
supersonic mac CI / build (21) (push) Has been cancelled
supersonic windows CI / build (21) (push) Has been cancelled
2025-09-21 23:31:59 +08:00
superhero
6c472e1c76
【feat】release 1.0.0 CHANGELOG.md ( #2356 )
2025-09-21 23:24:27 +08:00
lwhy
431aa60e4d
(fix)(headless)Resolve field matching failures in mixed usage of raw and semantic names ( #2370 )
2025-09-21 23:24:04 +08:00
lwhy
25df22758a
(fix)(handless)Fix parse date number error ( #2369 )
2025-09-21 23:23:46 +08:00
lwhy
9af6499491
(fix)(headless)Add dimension datatype in prompt ( #2371 )
2025-09-21 23:23:22 +08:00
wanglongqiang
c992e57b13
Update DictWordService.java ( #2385 )
...
dictWords更新指针引用
2025-09-21 23:17:16 +08:00
Xiong Tenghui
80aaabe58b
(improvement) (headless) Optimize the performance of the method BaseMatchStrategy.executeTasks() ( #2363 ) ( #2364 )
supersonic CentOS CI / build (21) (push) Has been cancelled
supersonic mac CI / build (21) (push) Has been cancelled
supersonic ubuntu CI / build (21) (push) Has been cancelled
supersonic windows CI / build (21) (push) Has been cancelled
2025-08-20 18:52:55 +08:00
lwhy
5a4fd2b888
(feature|common)Add parameter conversion for the LikeExpression in FieldValueReplaceVisitor ( #2367 )
2025-08-20 18:50:43 +08:00
ChPi
5df0b87da9
(fix)(headless) correct SQL when WHERE condition contains only column without function ( #2360 )
supersonic CentOS CI / build (21) (push) Has been cancelled
supersonic mac CI / build (21) (push) Has been cancelled
supersonic ubuntu CI / build (21) (push) Has been cancelled
supersonic windows CI / build (21) (push) Has been cancelled
2025-08-17 18:10:30 +08:00
ChPi
ab24b1777a
(fix)(common) prevent NullPointerException for jsonFormat ( #2365 )
2025-08-17 16:21:36 +08:00
superhero
ff76f8edbd
(fix | improvement)Improve the performance of the chat page retrieve function
...
supersonic CentOS CI / build (21) (push) Has been cancelled
supersonic mac CI / build (21) (push) Has been cancelled
supersonic ubuntu CI / build (21) (push) Has been cancelled
supersonic windows CI / build (21) (push) Has been cancelled
Merge pull request #2359 from luowanghaoyun/github_master
2025-08-15 09:22:06 +08:00
superhero
76745f38a4
Merge pull request #2362 from wangyong00/fixed-bug-npe-1
...
(fix)(headless)修复维度和指标信息不存在时,遍历List<NULL>数据抛出NPE异常
2025-08-15 09:15:49 +08:00
wangyong97
ce4cdb62ab
(fix)(headless)修复维度和指标信息不存在时,遍历List<NULL>数据抛出NPE异常
2025-08-14 19:15:07 +08:00
luowanghaoyun
c2ce3a75b7
Improve the performance of the chat page retrieve function
2025-08-12 14:26:18 +08:00
jerryjzhang
1f6d217b26
[fix]Fix unit test cases.
supersonic CentOS CI / build (21) (push) Has been cancelled
supersonic mac CI / build (21) (push) Has been cancelled
supersonic ubuntu CI / build (21) (push) Has been cancelled
supersonic windows CI / build (21) (push) Has been cancelled
2025-08-05 17:53:58 +08:00
ChPi
af28bc7c2a
(improvement)(parser) Add json format to LLM request for performance improvement ( #2352 )
2025-08-05 17:43:03 +08:00
iridescentpeo
42bf355839
处理重新查询失败问题,对于重新查询的逻辑,避免querySQL的替换 ( #2354 )
2025-08-05 17:41:54 +08:00
jerryjzhang
91e4b51ef8
[fix]Fix unit test cases.
2025-08-05 17:22:10 +08:00
jerryjzhang
bf3213e8fb
[fix]Downgrade djl library to support mac intel machines.
2025-08-05 15:20:11 +08:00
QJ_wonder
c75233e37f
(fix)(chat) 修复插件功能,无法调用/插件结果被NL2SQL结果覆盖的问题 ( #2277 )
supersonic CentOS CI / build (21) (push) Has been cancelled
supersonic mac CI / build (21) (push) Has been cancelled
supersonic ubuntu CI / build (21) (push) Has been cancelled
supersonic windows CI / build (21) (push) Has been cancelled
2025-07-27 09:03:26 +08:00
feelshana
785bda6cd9
(fix)[chat&headless]in mapping phase,DimValuesAlias do not take effect ( #2340 )
2025-07-27 09:03:05 +08:00
WDEP
6bd8970849
Fix model field update ( #2343 )
2025-07-27 09:02:53 +08:00
wangyong
c33a85b583
(fix)(webapp)修复问答对话右侧历史对话模块样式异常问题 ( #2346 )
2025-07-27 09:02:39 +08:00
WDEP
62b9db6791
(fix)(webapp) 修改页面不显示推荐下钻维度问题 ( #2332 )
supersonic CentOS CI / build (21) (push) Has been cancelled
supersonic mac CI / build (21) (push) Has been cancelled
supersonic ubuntu CI / build (21) (push) Has been cancelled
supersonic windows CI / build (21) (push) Has been cancelled
2025-07-15 10:17:22 +08:00
wangyong
6d907b6adf
(fix)(headless-chat) 修复EmbeddingMatchStrategy.detectByBatch() NPE异常,当chatQueryContext.getRequest().getChatAppConfig()为null ( #2333 )
2025-07-15 10:17:03 +08:00
wangyong
da172a030e
(fix)(headless-chat) 修复FileHandlerImpl.convert2Resp() 纬度值数据行首字符为空格时异常 ( #2336 )
2025-07-15 10:16:46 +08:00
Willy-J
47c2595fb8
(fix)(headless) preserve model join order by using LinkedHashSet in probeRelatedModels ( #2299 )
supersonic CentOS CI / build (21) (push) Has been cancelled
supersonic mac CI / build (21) (push) Has been cancelled
supersonic ubuntu CI / build (21) (push) Has been cancelled
supersonic windows CI / build (21) (push) Has been cancelled
2025-07-09 17:22:44 +08:00
wangyong
9bddd4457e
fixed bug 2281 ( #2309 )
2025-07-09 17:22:04 +08:00
wangyong
55ac3d1aa5
(fix)(headless-server)sqlExecuteReq.getSql() 兼容sql前后有换行符CASE,导致sql语句结尾";"无法被正确删除 ( #2327 )
2025-07-09 17:21:33 +08:00
andybj0228
0427917624
(fix)(headless) DictUtils.constructQuerySqlReq针对sql query增加别名 ( #2320 )
2025-07-09 17:21:16 +08:00
木鱼和尚
d8fe2ed2b3
Dimension and metric retrieval and percentage display issue fixes ( #2301 )
2025-07-09 17:20:49 +08:00
FredTsang
11d1264d38
(fix)(chat-sdk): Export data based on queryColumns ( #2297 )
2025-07-09 17:19:16 +08:00
FredTsang
32675387d7
(fix)(chat-sdk) rm table defaultSortOrder ( #2295 )
2025-07-09 17:18:45 +08:00
mroldx
e408204690
Update sql-update-mysql.sql ( #2293 )
2025-07-09 17:18:08 +08:00
wangyong
269f146c11
(fix)(headless-server)语意建模-X模型-维度管理-维度搜索带key查询时,返回的维度结果范围超出了X模型范围 ( #2328 )
supersonic CentOS CI / build (21) (push) Has been cancelled
supersonic mac CI / build (21) (push) Has been cancelled
supersonic ubuntu CI / build (21) (push) Has been cancelled
supersonic windows CI / build (21) (push) Has been cancelled
2025-07-07 17:19:59 +08:00
jerryjzhang
6f497b142e
[fix][chat]Memory deletion should disable it first.
supersonic CentOS CI / build (21) (push) Has been cancelled
supersonic mac CI / build (21) (push) Has been cancelled
supersonic ubuntu CI / build (21) (push) Has been cancelled
supersonic windows CI / build (21) (push) Has been cancelled
2025-07-02 18:59:56 +08:00
jerryjzhang
79a44b27ee
[fix][heaadless]Fix NPE issues.
supersonic CentOS CI / build (21) (push) Has been cancelled
supersonic mac CI / build (21) (push) Has been cancelled
supersonic ubuntu CI / build (21) (push) Has been cancelled
supersonic windows CI / build (21) (push) Has been cancelled
2025-06-28 08:51:04 +08:00
jerryjzhang
76cc5ee111
[opt][heaadless]Add user field to QueryStatement for consistency.
supersonic CentOS CI / build (21) (push) Waiting to run
supersonic mac CI / build (21) (push) Waiting to run
supersonic ubuntu CI / build (21) (push) Waiting to run
supersonic windows CI / build (21) (push) Waiting to run
2025-06-27 19:46:00 +08:00
jerryjzhang
320fcf04bd
[fix][heaadless]bizName of ModelResp is not necessarily equal to table name.
supersonic CentOS CI / build (21) (push) Has been cancelled
supersonic mac CI / build (21) (push) Has been cancelled
supersonic ubuntu CI / build (21) (push) Has been cancelled
supersonic windows CI / build (21) (push) Has been cancelled
2025-06-25 23:14:16 +08:00
jerryjzhang
75fc83010c
[fix][heaadless]Fix dim value replacement.
2025-06-25 22:22:12 +08:00
superhero
37673c82da
Merge pull request #2303 from Willy-J/fixbug2
...
supersonic CentOS CI / build (21) (push) Has been cancelled
supersonic mac CI / build (21) (push) Has been cancelled
supersonic ubuntu CI / build (21) (push) Has been cancelled
supersonic windows CI / build (21) (push) Has been cancelled
(fix)(headless) add empty check for metric alias to prevent incorrect DataFormatType assignment
2025-06-23 17:31:03 +08:00
superhero
3ae0d645a7
Merge pull request #2307 from guilinlewis/lewis-pr
...
(improvement)(common|headless|chat|auth) 鉴权优化与召回优化
2025-06-23 17:29:21 +08:00
superhero
256a6bcb3f
Merge pull request #2306 from 1985312383/master
...
(improvement)(headless | chat | launchers | webapp) Added assistant function! Call LLM to optimize SQL code performance before final SQL execution
2025-06-23 17:25:43 +08:00
guilinlewis
1faf84e372
(improvement)(common|headless|chat|auth) 鉴权优化与召回优化
...
1 修复生成的用户token 一生成就失效的问题
2 如果用户设置的token ,需校验是否数据库存在,因为用户可设置一年的token 有泄露风险
3 结果解析优化, 去除不可以解析的情况,解析问题需要改写后的问,
4 召回样例,用相似度,保住至少有一个样例是高相似度的
5 数据集召回,填加完全匹配格式筛选逻辑
2025-06-23 10:03:17 +08:00
guilinlewis
7e6639df83
(improvement)(common|headless|chat|auth) 鉴权优化与召回优化
...
1 修复生成的用户token 一生成就失效的问题
2 如果用户设置的token ,需校验是否数据库存在,因为用户可设置一年的token 有泄露风险
3 结果解析优化, 去除不可以解析的情况,解析问题需要改写后的问,
4 召回样例,用相似度,保住至少有一个样例是高相似度的
5 数据集召回,填加完全匹配格式筛选逻辑
2025-06-23 09:47:48 +08:00
柯慕灵
075ae4c0af
Merge branch 'master' of https://github.com/1985312383/supersonic
2025-06-21 05:19:52 +08:00
柯慕灵
08133ccbfb
Update LLMPhysicalSqlCorrector.java
...
修正为合适的prompt
2025-06-21 05:19:42 +08:00
柯慕灵
164d2a9e23
update supersonic-build.bat
...
增加路径创建时的判断,增加环境检测,修正打包的路径问题,与supersonic-daemen.bat 命令,符合文档中的运行方式
2025-06-21 05:00:54 +08:00
柯慕灵
f899d23b63
add new chat corrector
...
在助理最终执行物理SQL前,加入一步LLM优化性能功能
2025-06-21 04:57:04 +08:00
柯慕灵
944beddafc
Merge branch 'tencentmusic:master' into master
2025-06-21 04:50:36 +08:00
Willy-J
019d737f07
(fix)(headless) add empty check for metric alias to prevent incorrect DataFormatType assignment
2025-06-18 15:03:40 +08:00
supersonicbi
0721df2e66
(fix)(headless)Add null handling to avoid NPEs.
supersonic CentOS CI / build (21) (push) Has been cancelled
supersonic mac CI / build (21) (push) Has been cancelled
supersonic ubuntu CI / build (21) (push) Has been cancelled
supersonic windows CI / build (21) (push) Has been cancelled
2025-06-15 19:15:25 +08:00
Willy-J
303392f492
(fix)(headless) use database name as catalog when catalog is empty ( #2291 )
supersonic CentOS CI / build (21) (push) Has been cancelled
supersonic mac CI / build (21) (push) Has been cancelled
supersonic ubuntu CI / build (21) (push) Has been cancelled
supersonic windows CI / build (21) (push) Has been cancelled
2025-06-12 13:56:22 +08:00
柯慕灵
e5a41765b4
fix windows daemon.bat path configuration ( #2289 )
supersonic CentOS CI / build (21) (push) Waiting to run
supersonic mac CI / build (21) (push) Waiting to run
supersonic ubuntu CI / build (21) (push) Waiting to run
supersonic windows CI / build (21) (push) Waiting to run
2025-06-11 10:29:13 +08:00
柯慕灵
87355533b4
fix windows daemon.bat path configuration
2025-06-11 09:20:09 +08:00
FredTsang
06fb6ba744
(feat)(chat-sdk) Optimize ChatMsg chart conditions ( #2286 )
supersonic CentOS CI / build (21) (push) Has been cancelled
supersonic mac CI / build (21) (push) Has been cancelled
supersonic ubuntu CI / build (21) (push) Has been cancelled
supersonic windows CI / build (21) (push) Has been cancelled
2025-06-08 07:35:19 +08:00
FredTsang
9ffdba956e
(feat)(chat-sdk) extract formatByDataFormatType() ( #2287 )
...
* feat(Chat/constants.ts): rm unused code
* feat(chat-sdk): extract formatByDataFormatType()
2025-06-08 07:34:51 +08:00
supersonicbi
df70a3cf15
(fix)(headless)Empty filters should not give prompt info.
supersonic CentOS CI / build (21) (push) Has been cancelled
supersonic mac CI / build (21) (push) Has been cancelled
supersonic ubuntu CI / build (21) (push) Has been cancelled
supersonic windows CI / build (21) (push) Has been cancelled
2025-06-06 21:07:17 +08:00
FredTsang
2552e2ae4b
(bug)(webapp) support negative number ( #2284 )
supersonic CentOS CI / build (21) (push) Has been cancelled
supersonic mac CI / build (21) (push) Has been cancelled
supersonic ubuntu CI / build (21) (push) Has been cancelled
supersonic windows CI / build (21) (push) Has been cancelled
2025-06-03 20:34:19 +08:00
wanglongqiang
4bfa10ba7c
Update DataModelNode.java ( #2279 )
2025-05-29 22:12:41 +08:00
superhero
958aca945d
Merge pull request #2282 from feelshana/develop_0.0.1
...
(fix)(common)记忆管理中更新sql,启用->待定,待定->启用向量库不更新
2025-05-29 18:24:24 +08:00
feelshana
fae9118c28
(feature)(chat)agent记忆管理启用的few-shot优先,避免shffle过程的随机性导致被全局的few-shot替代
2025-05-29 17:21:00 +08:00
feelshana
c24ba59bb5
(fix)(common)记忆管理中更新sql,启用->待定,待定->启用向量库不更新
2025-05-29 16:57:38 +08:00
guilinlewis
90c4f66770
(bug)(webapp) ( #2278 )
...
supersonic CentOS CI / build (21) (push) Has been cancelled
supersonic mac CI / build (21) (push) Has been cancelled
supersonic ubuntu CI / build (21) (push) Has been cancelled
supersonic windows CI / build (21) (push) Has been cancelled
添加判空条件,防止上下文为空的情况
2025-05-27 14:42:07 +08:00
guilinlewis
b9dd6bb7c5
(improvement)(headless | chat |webapp) ( #2266 )
...
supersonic CentOS CI / build (21) (push) Waiting to run
supersonic mac CI / build (21) (push) Waiting to run
supersonic ubuntu CI / build (21) (push) Waiting to run
supersonic windows CI / build (21) (push) Waiting to run
1 在使用多轮对话改写时,内容上面的问题,替换成改写的内容,可以让用户知道该回答原来什么问题
2 解决表格内容太长导致显示的问题
3 框架的字典都是以_开头的, 添加判断,如果配置了非 _ 开头的字典而引起的报错
4 大模型分析结果时,因为textResult 是必填的参数,所以如果发现 textResult 未null 就不做分析了
2025-05-26 21:25:43 +08:00
WDEP
dff64b62f4
(fix)(chat)Fixed level 2 drilldown dimension error ( #2276 )
2025-05-26 21:19:31 +08:00
supersonicbi
8eeed87bac
(feature)(headless)Add oracle engine type and db adaptor.
supersonic CentOS CI / build (21) (push) Waiting to run
supersonic mac CI / build (21) (push) Waiting to run
supersonic ubuntu CI / build (21) (push) Waiting to run
supersonic windows CI / build (21) (push) Waiting to run
2025-05-26 10:36:29 +08:00
supersonicbi
e171bdd97f
(fix)(headless)Fix showType determination and date field setting in metric query.
...
supersonic CentOS CI / build (21) (push) Has been cancelled
supersonic mac CI / build (21) (push) Has been cancelled
supersonic ubuntu CI / build (21) (push) Has been cancelled
supersonic windows CI / build (21) (push) Has been cancelled
(fix)(headless)Fix showType determination and date field setting in metric query.
2025-05-24 16:08:05 +08:00
wanglongqiang
0709575cd9
when sql script has variables, generate sql can't be executed, this commit supports variable replement ( #2259 )
supersonic CentOS CI / build (21) (push) Has been cancelled
supersonic mac CI / build (21) (push) Has been cancelled
supersonic ubuntu CI / build (21) (push) Has been cancelled
supersonic windows CI / build (21) (push) Has been cancelled
2025-05-20 22:35:28 +08:00
QJ_wonder
be0447ae15
修复headless中字段查询及多轮对话使用问题 ( #2252 )
...
* (fix)(headless)修复生成的SQL字段不在数据集内,导致查询异常的问题,由原来的字段数量判断更改为查询字段是否包含维度和度量字段
* (fix)(headless) <修复开启多轮对话会使用默认的gpt-4o-mini账号去进行过程检测而不是使用配置好的本地大模型的问题>
* 修复维度值导入字典时,维度值和度量值为英文名导致字段不匹配的问题
修复维度值导入字典时,维度值和度量值为英文名导致字段不匹配的问题。
维度值导入字典时会遍历调用到SqlQueryParser方法,这时的维度值或度量值为Bizname而非name,新增一个set用于添加Bizname,并在判断中新加入Bizname名的判断,只要两个条件符合一个即可
---------
Co-authored-by: unknown <qiji2@DC=corp,DC=conbagroup,DC=com.com>
Co-authored-by: QJ_wonder <38885395+xinpiannanhai@users.noreply.github.com >
2025-05-20 22:34:54 +08:00
WDEP
1b8cd7f0d3
(fix)(chat-sdk)Fix the pie chart display conditions ( #2255 )
2025-05-20 22:26:13 +08:00
WDEP
2fd82cc259
(fix)(supersonic-fe)Fix the issue of field display in model construction ( #2254 )
2025-05-20 22:25:25 +08:00
jerryjzhang
00814a3807
[fix][heaadless]Avoid duplicate semantic fields in modelDetail.
supersonic CentOS CI / build (21) (push) Has been cancelled
supersonic mac CI / build (21) (push) Has been cancelled
supersonic ubuntu CI / build (21) (push) Has been cancelled
supersonic windows CI / build (21) (push) Has been cancelled
2025-05-17 16:43:15 +08:00
supersonicbi
08705c9d3b
(improvement)(chat)Remove unused DO objects.
...
supersonic CentOS CI / build (21) (push) Has been cancelled
supersonic mac CI / build (21) (push) Has been cancelled
supersonic ubuntu CI / build (21) (push) Has been cancelled
supersonic windows CI / build (21) (push) Has been cancelled
(improvement)(chat)Remove unused DO objects.
2025-05-11 09:38:31 +08:00
supersonicbi
1c9cf788cb
(feature)(auth)Support deletion of user.
2025-05-07 14:11:01 +08:00
supersonicbi
1ab5d9c7e6
(improvement)(chat)Default s2.parser.field.count.threshold set to 0.
supersonic CentOS CI / build (21) (push) Has been cancelled
supersonic mac CI / build (21) (push) Has been cancelled
supersonic ubuntu CI / build (21) (push) Has been cancelled
supersonic windows CI / build (21) (push) Has been cancelled
2025-05-06 15:56:50 +08:00
supersonicbi
2b13866c0b
(improvement)(common)Support more date string formats.
2025-05-06 15:56:03 +08:00
supersonicbi
e812884802
(fix)(chat)Chat only should return queries with empty query result.
2025-05-06 09:53:07 +08:00
supersonicbi
e2ae7e21ad
(improvement)(common)Remove unused chat model parameters.
supersonic CentOS CI / build (21) (push) Waiting to run
supersonic mac CI / build (21) (push) Waiting to run
supersonic ubuntu CI / build (21) (push) Waiting to run
supersonic windows CI / build (21) (push) Waiting to run
2025-05-05 19:42:29 +08:00
beat4ocean
3fc1ec42be
[Improvement][headless] Implement Generational ZGC ( #2236 )
supersonic CentOS CI / build (21) (push) Waiting to run
supersonic mac CI / build (21) (push) Waiting to run
supersonic ubuntu CI / build (21) (push) Waiting to run
supersonic windows CI / build (21) (push) Waiting to run
2025-05-05 15:51:49 +08:00
beat4ocean
c4992501bd
[Improvement][headless] Only expose OPEN_AI/OLLAMA/DIFY chat model providers. ( #2237 )
2025-05-05 15:51:26 +08:00
beat4ocean
acffc03c79
[Improvement][headless] Replace deprecated LangChain4j APIs ( #2235 )
2025-05-05 15:47:51 +08:00
WDEP
763def2de0
dev_add_show-pie ( #2241 )
...
Great, thanks!
2025-05-05 15:47:18 +08:00
WDEP
d0a67af684
fix_show-markdown ( #2243 )
2025-05-05 15:46:32 +08:00
supersonicbi
be8b56bdde
(improvement)(common)Only expose OPEN_AI/OLLAMA/DIFY chat model providers.
supersonic CentOS CI / build (21) (push) Has been cancelled
supersonic mac CI / build (21) (push) Has been cancelled
supersonic ubuntu CI / build (21) (push) Has been cancelled
supersonic windows CI / build (21) (push) Has been cancelled
2025-04-27 12:59:23 +08:00
supersonicbi
9f2c0c7699
(improvement)(headless)Add default jdbc URL for typical database types.
2025-04-27 12:58:36 +08:00
supersonicbi
c1fa9d7442
(improvement)(headless)Support ordering in chat model and database tables.
2025-04-27 12:57:25 +08:00
superhero
0d5da763b3
Merge pull request #2234 from beat4ocean/master
...
supersonic CentOS CI / build (21) (push) Waiting to run
supersonic mac CI / build (21) (push) Waiting to run
supersonic ubuntu CI / build (21) (push) Waiting to run
supersonic windows CI / build (21) (push) Waiting to run
[Fix][headless-fe] Error when copying access token
2025-04-27 09:42:42 +08:00
beat4ocean
d1b4863a27
[Fix][headless-fe] Error when copying access token
2025-04-26 10:31:26 +08:00
supersonicbi
dce9a8a58c
(fix)(chat)Fix NPE in getParseInfo.
supersonic CentOS CI / build (21) (push) Has been cancelled
supersonic mac CI / build (21) (push) Has been cancelled
supersonic ubuntu CI / build (21) (push) Has been cancelled
supersonic windows CI / build (21) (push) Has been cancelled
2025-04-25 20:41:04 +08:00
jerryjzhang
fbf048cb00
(fix)(headless)Fix show type and retrieve issues.
supersonic CentOS CI / build (21) (push) Has been cancelled
supersonic mac CI / build (21) (push) Has been cancelled
supersonic ubuntu CI / build (21) (push) Has been cancelled
supersonic windows CI / build (21) (push) Has been cancelled
2025-04-21 14:41:31 +08:00
jerryjzhang
48a8f69cca
[fix][heaadless]Use columnName as fieldName.
supersonic CentOS CI / build (21) (push) Has been cancelled
supersonic mac CI / build (21) (push) Has been cancelled
supersonic ubuntu CI / build (21) (push) Has been cancelled
supersonic windows CI / build (21) (push) Has been cancelled
2025-04-15 21:25:04 +08:00
jerryjzhang
ecdf65da3e
(fix)(headless)Fix bizName and name NPE issue.
supersonic CentOS CI / build (21) (push) Waiting to run
supersonic mac CI / build (21) (push) Waiting to run
supersonic ubuntu CI / build (21) (push) Waiting to run
supersonic windows CI / build (21) (push) Waiting to run
2025-04-14 21:09:37 +08:00
poncheen
5585b9e222
Fix/ts errors in fe ( #2218 )
supersonic CentOS CI / build (21) (push) Has been cancelled
supersonic mac CI / build (21) (push) Has been cancelled
supersonic ubuntu CI / build (21) (push) Has been cancelled
supersonic windows CI / build (21) (push) Has been cancelled
2025-04-11 20:58:35 +08:00
Antgeek
97710a90c4
(improve)(benchmark) improve benchmark, add analysis of parsing results ( #2215 )
supersonic CentOS CI / build (21) (push) Has been cancelled
supersonic mac CI / build (21) (push) Has been cancelled
supersonic ubuntu CI / build (21) (push) Has been cancelled
supersonic windows CI / build (21) (push) Has been cancelled
2025-04-10 08:57:25 +08:00
jerryjzhang
0ab7643299
[fix][heaadless]Optimize logic of determine number types.
supersonic CentOS CI / build (21) (push) Waiting to run
supersonic mac CI / build (21) (push) Waiting to run
supersonic ubuntu CI / build (21) (push) Waiting to run
supersonic windows CI / build (21) (push) Waiting to run
2025-04-10 00:25:56 +08:00
Antgeek
d2aa73b85e
(fix)(headless) fix ModelCreateForm.tsx error ( #2214 )
supersonic CentOS CI / build (21) (push) Waiting to run
supersonic mac CI / build (21) (push) Waiting to run
supersonic ubuntu CI / build (21) (push) Waiting to run
supersonic windows CI / build (21) (push) Waiting to run
2025-04-08 20:49:37 +08:00
chixiaopao
8828964e53
(fix)(headless) fix dfs NullPointerException when model is null. ( #2212 )
supersonic CentOS CI / build (21) (push) Waiting to run
supersonic mac CI / build (21) (push) Waiting to run
supersonic ubuntu CI / build (21) (push) Waiting to run
supersonic windows CI / build (21) (push) Waiting to run
2025-04-07 20:55:41 +08:00
beat4ocean
b188da8595
[Fix] cannot save schema-mapping and semantic-S2SQL modification. ( #2210 )
supersonic CentOS CI / build (21) (push) Waiting to run
supersonic mac CI / build (21) (push) Waiting to run
supersonic ubuntu CI / build (21) (push) Waiting to run
supersonic windows CI / build (21) (push) Waiting to run
2025-04-07 08:57:06 +08:00
jerryjzhang
2e7ba468c9
(fix)(chat)Return chat id when creating new one.
supersonic CentOS CI / build (21) (push) Has been cancelled
supersonic mac CI / build (21) (push) Has been cancelled
supersonic ubuntu CI / build (21) (push) Has been cancelled
supersonic windows CI / build (21) (push) Has been cancelled
2025-04-05 18:43:16 +08:00
naimehao
d26c9180ed
fix headless-core ( #2208 )
supersonic CentOS CI / build (21) (push) Has been cancelled
supersonic mac CI / build (21) (push) Has been cancelled
supersonic ubuntu CI / build (21) (push) Has been cancelled
supersonic windows CI / build (21) (push) Has been cancelled
2025-04-04 08:19:20 +08:00
Antgeek
ca96aa725d
(fix)(headless) method getProperties maybe cause NullPointerException ( #2202 )
supersonic CentOS CI / build (21) (push) Has been cancelled
supersonic mac CI / build (21) (push) Has been cancelled
supersonic ubuntu CI / build (21) (push) Has been cancelled
supersonic windows CI / build (21) (push) Has been cancelled
2025-04-02 17:48:41 +08:00
kino
614917ba76
[Improvement] Reduce Docker image size #2204 ( #2205 )
2025-04-02 17:26:19 +08:00
jerryjzhang
1fed8ca4d9
(fix)(headless)Fix hash code issue of MetricSchemaResp and DimensionSchemaResp.
supersonic CentOS CI / build (21) (push) Has been cancelled
supersonic mac CI / build (21) (push) Has been cancelled
supersonic ubuntu CI / build (21) (push) Has been cancelled
supersonic windows CI / build (21) (push) Has been cancelled
2025-03-30 07:20:07 +08:00
beat4ocean
232a202275
[Improvement] Upgrade dependencies and fix vulnerabilities. ( #2190 )
supersonic CentOS CI / build (21) (push) Has been cancelled
supersonic mac CI / build (21) (push) Has been cancelled
supersonic ubuntu CI / build (21) (push) Has been cancelled
supersonic windows CI / build (21) (push) Has been cancelled
2025-03-28 09:07:49 +08:00
jerryjzhang
791c493a6a
Merge remote-tracking branch 'origin/master'
supersonic CentOS CI / build (21) (push) Waiting to run
supersonic mac CI / build (21) (push) Waiting to run
supersonic ubuntu CI / build (21) (push) Waiting to run
supersonic windows CI / build (21) (push) Waiting to run
2025-03-28 01:19:01 +08:00
jerryjzhang
f9d4ce2128
[fix][auth]Fix last_login of user not being selected.
2025-03-28 01:18:48 +08:00
coosir
8abfc923a0
(fix)(supersonic-fe) support needMultiply100 for bar chart to show correct percentage value ( #2189 )
supersonic CentOS CI / build (21) (push) Has been cancelled
supersonic mac CI / build (21) (push) Has been cancelled
supersonic ubuntu CI / build (21) (push) Has been cancelled
supersonic windows CI / build (21) (push) Has been cancelled
2025-03-26 10:11:52 +08:00
beat4ocean
e6598a79bb
[Fix] Fix MetricServiceImpl and PromptHelper NPE issue ( #2191 )
supersonic CentOS CI / build (21) (push) Waiting to run
supersonic mac CI / build (21) (push) Waiting to run
supersonic ubuntu CI / build (21) (push) Waiting to run
supersonic windows CI / build (21) (push) Waiting to run
2025-03-25 13:34:35 +08:00
jerryjzhang
d2a43a99c8
(feature)(headless)Support offset clause in struct query.
supersonic CentOS CI / build (21) (push) Has been cancelled
supersonic mac CI / build (21) (push) Has been cancelled
supersonic ubuntu CI / build (21) (push) Has been cancelled
supersonic windows CI / build (21) (push) Has been cancelled
2025-03-23 14:30:56 +08:00
iridescentpeo
db8f340e2d
修复同一模型被多个数据集引用时: ( #2183 )
2025-03-23 14:14:08 +08:00
Kun Gu
2e81b190a4
将utf8的编码修改为utf8mb4,解决部分因为字符出现的BUG ( #2182 )
supersonic CentOS CI / build (21) (push) Has been cancelled
supersonic mac CI / build (21) (push) Has been cancelled
supersonic ubuntu CI / build (21) (push) Has been cancelled
supersonic windows CI / build (21) (push) Has been cancelled
2025-03-21 22:54:34 +08:00
guilinlewis
81cd60d2da
fix-common-因缓存无法存记忆 ( #2181 )
2025-03-21 22:30:38 +08:00
jerryjzhang
3ffc8c3d9e
(improvement)(headless)Make rule-based corrector switchable.
2025-03-21 22:10:41 +08:00
jerryjzhang
18db24c011
(fix)(headless)Fix issue of dimension value not replaced by alias. #2074
2025-03-21 21:49:47 +08:00
Hwting
cd698ac367
Update docker-compose.yml ( #2184 )
2025-03-21 21:38:29 +08:00
jerryjzhang
58b640b087
(fix)(headless)Fix issue of dimension value not replaced by alias.
2025-03-21 21:33:40 +08:00
jerryjzhang
1f28aaeaed
(feature)(auth)Add last_login field to User.
2025-03-21 20:58:59 +08:00
jerryjzhang
35b835172b
(fix)(headless)Updating dimension should update modelDetail as well.
supersonic CentOS CI / build (21) (push) Has been cancelled
supersonic mac CI / build (21) (push) Has been cancelled
supersonic ubuntu CI / build (21) (push) Has been cancelled
supersonic windows CI / build (21) (push) Has been cancelled
2025-03-19 10:05:04 +08:00
jerryjzhang
1c85bcecc5
Merge remote-tracking branch 'origin/master'
supersonic CentOS CI / build (21) (push) Has been cancelled
supersonic mac CI / build (21) (push) Has been cancelled
supersonic ubuntu CI / build (21) (push) Has been cancelled
supersonic windows CI / build (21) (push) Has been cancelled
2025-03-14 23:11:51 +08:00
jerryjzhang
c3483ae340
(fix)(assembly)Increase minimum heap size to avoid not enough space issue.
2025-03-14 23:11:44 +08:00
williamhliu
a5051c7225
(improvement)(supersonic-fe) remove listColumnsBySql ( #2173 )
supersonic CentOS CI / build (21) (push) Waiting to run
supersonic mac CI / build (21) (push) Waiting to run
supersonic ubuntu CI / build (21) (push) Waiting to run
supersonic windows CI / build (21) (push) Waiting to run
2025-03-14 08:51:37 +08:00
jerryjzhang
12f6cfa42d
(fix)(headless)Metric filters do not take effect in struct query.
supersonic CentOS CI / build (21) (push) Waiting to run
supersonic mac CI / build (21) (push) Waiting to run
supersonic ubuntu CI / build (21) (push) Waiting to run
supersonic windows CI / build (21) (push) Waiting to run
2025-03-13 18:53:13 +08:00
jerryjzhang
4c94f2b816
Merge remote-tracking branch 'origin/master'
2025-03-13 18:52:39 +08:00
jerryjzhang
c81aa5859d
(improvement)(headless)Add unit test case for variable if statement.
2025-03-13 18:52:30 +08:00
guilinlewis
21e213fb19
(improvement)(headless | chat ) 向量数据被重置后,记忆不会再次添加到向量数据库 ( #2164 )
supersonic CentOS CI / build (21) (push) Waiting to run
supersonic mac CI / build (21) (push) Waiting to run
supersonic ubuntu CI / build (21) (push) Waiting to run
supersonic windows CI / build (21) (push) Waiting to run
2025-03-12 22:19:51 +08:00
jerryjzhang
f67bf3eeac
(fix)(chat)Fix bug in creating chat model.
2025-03-12 16:47:40 +08:00
jerryjzhang
9d13038599
(fix)(headless)Fix schema corrector in that aliases should not be replaced.
2025-03-12 16:31:43 +08:00
beat4ocean
0c8c2d4804
[fix][headless] Fix issue filterSql is not working. ( #2157 )
supersonic CentOS CI / build (21) (push) Waiting to run
supersonic mac CI / build (21) (push) Waiting to run
supersonic ubuntu CI / build (21) (push) Waiting to run
supersonic windows CI / build (21) (push) Waiting to run
2025-03-12 13:53:08 +08:00
williamhliu
f05a4b523c
(fix)(supersonic-fe) show tip when register failed and replace icon when login failed and fix metric style issue ( #2160 )
2025-03-12 08:22:46 +08:00
jerryjzhang
b7369abcca
[improvement][docker]Facilitate database configuration when running with docker.
supersonic CentOS CI / build (21) (push) Waiting to run
supersonic mac CI / build (21) (push) Waiting to run
supersonic ubuntu CI / build (21) (push) Waiting to run
supersonic windows CI / build (21) (push) Waiting to run
2025-03-11 23:14:40 +08:00
jerryjzhang
b40cb13740
(fix)(chat)Should check permission when returning data set tree.
supersonic CentOS CI / build (21) (push) Waiting to run
supersonic mac CI / build (21) (push) Waiting to run
supersonic ubuntu CI / build (21) (push) Waiting to run
supersonic windows CI / build (21) (push) Waiting to run
2025-03-11 15:32:12 +08:00
williamhliu
6f8cf9853b
(fix)(supersonic-fe) fix the issue where there is no prompt when saving the dataset ( #2154 )
supersonic CentOS CI / build (21) (push) Waiting to run
supersonic mac CI / build (21) (push) Waiting to run
supersonic ubuntu CI / build (21) (push) Waiting to run
supersonic windows CI / build (21) (push) Waiting to run
2025-03-11 10:36:03 +08:00
williamhliu
75906037ac
(fix)(supersonic-fe) fix the issue where there is no prompt when saving the dataset ( #2152 )
2025-03-11 09:19:22 +08:00
jerryjzhang
b58e041e8d
[improvement][chat]Adopt accept pattern to parsers and executors.
supersonic CentOS CI / build (21) (push) Waiting to run
supersonic mac CI / build (21) (push) Waiting to run
supersonic ubuntu CI / build (21) (push) Waiting to run
supersonic windows CI / build (21) (push) Waiting to run
2025-03-11 00:27:06 +08:00
jerryjzhang
93d585c0d5
[feature][common]Add permission management to chat model.
2025-03-10 23:58:19 +08:00
jerryjzhang
0dbf56d357
[fix][chat]Fix query time cost bug.
2025-03-10 23:21:07 +08:00
zyclove
a3293e6788
fix:java.lang.NullPointerException: Cannot invoke "com.tencent.supersonic.common.pojo.DateConf.getDateField()" because "dateConf" is null ( #2142 )
supersonic CentOS CI / build (21) (push) Has been cancelled
supersonic mac CI / build (21) (push) Has been cancelled
supersonic ubuntu CI / build (21) (push) Has been cancelled
supersonic windows CI / build (21) (push) Has been cancelled
2025-03-09 13:44:07 +08:00
jerryjzhang
a99f5985f5
(improvement)(headless)Set fields of model detail when restoring model.
supersonic CentOS CI / build (21) (push) Waiting to run
supersonic mac CI / build (21) (push) Waiting to run
supersonic ubuntu CI / build (21) (push) Waiting to run
supersonic windows CI / build (21) (push) Waiting to run
2025-03-09 10:58:49 +08:00
jerryjzhang
91243005bc
(fix)(launcher)Change join_condition to type text to avoid "value too long for column".
2025-03-09 09:18:29 +08:00
jerryjzhang
a76b5a4300
(improvement)(headless)Add unit to measure.
2025-03-09 09:15:13 +08:00
jerryjzhang
c1f9df963c
(improvement)(headless)Add expr to semantic column.
2025-03-09 08:31:48 +08:00
Shaofeng Shi
954aa4eea5
fix: https://github.com/tencentmusic/supersonic/issues/2132 for Trino syntax ( #2144 )
supersonic CentOS CI / build (21) (push) Waiting to run
supersonic mac CI / build (21) (push) Waiting to run
supersonic ubuntu CI / build (21) (push) Waiting to run
supersonic windows CI / build (21) (push) Waiting to run
2025-03-08 21:41:35 +08:00
jerryjzhang
33bd0de604
(improvement)(headless)Set fields of model detail when creating model.
2025-03-08 21:16:10 +08:00
jerryjzhang
881d891d70
(license)Update communication email address.
supersonic CentOS CI / build (21) (push) Has been cancelled
supersonic mac CI / build (21) (push) Has been cancelled
supersonic ubuntu CI / build (21) (push) Has been cancelled
supersonic windows CI / build (21) (push) Has been cancelled
2025-03-06 09:31:51 +08:00
jerryjzhang
d9db455dab
(improvement)(headless)Optimize compatibility and robustness in ontology query translation.
supersonic CentOS CI / build (21) (push) Waiting to run
supersonic mac CI / build (21) (push) Waiting to run
supersonic ubuntu CI / build (21) (push) Waiting to run
supersonic windows CI / build (21) (push) Waiting to run
2025-03-05 20:47:57 +08:00
jerryjzhang
e0dc3fbf1a
(improvement)(headless)Optimize compatibility and robustness in ontology query translation.
...
(improvement)(headless)Optimize compatibility and robustness in ontology query translation.
2025-03-05 17:11:59 +08:00
zyclove
efddf4cacf
fix: https://github.com/tencentmusic/supersonic/issues/2132 ( #2137 )
2025-03-05 14:54:16 +08:00
jerryjzhang
732222ab98
(fix)(headless)Fix database permission check.
...
(fix)(headless)Fix database permission check.
2025-03-05 14:39:53 +08:00
jerryjzhang
5b994c4f8f
(fix)(github)Upgrade actions/cache from 2 to 4.
2025-03-05 12:51:15 +08:00
Dack Wang
5d2ebdf680
(fix)(README) 404 docs link ( #2133 )
2025-03-05 12:36:56 +08:00
coosir
f1bc18ef65
Update docker-compose.yml ( #2127 )
...
supersonic CentOS CI / build (21) (push) Waiting to run
supersonic mac CI / build (21) (push) Waiting to run
supersonic ubuntu CI / build (21) (push) Waiting to run
supersonic windows CI / build (21) (push) Waiting to run
fix data persistence issue
2025-03-05 08:36:04 +08:00
jerryjzhang
8f361f9932
(improvement)(auth)Use interface in place of impl class.
supersonic CentOS CI / build (21) (push) Waiting to run
supersonic mac CI / build (21) (push) Waiting to run
supersonic ubuntu CI / build (21) (push) Waiting to run
supersonic windows CI / build (21) (push) Waiting to run
2025-03-04 17:56:41 +08:00
jerryjzhang
f532088e38
(feature)(releaes)Start 1.0.0-SNAPSHOT release.
supersonic CentOS CI / build (21) (push) Waiting to run
supersonic mac CI / build (21) (push) Waiting to run
supersonic ubuntu CI / build (21) (push) Waiting to run
supersonic windows CI / build (21) (push) Waiting to run
2025-03-04 10:11:00 +08:00
zyclove
f7ce9480bb
fix:java.io.NotSerializableException: com.tencent.supersonic.common.pojo.Order ( #2121 )
supersonic CentOS CI / build (21) (push) Waiting to run
supersonic mac CI / build (21) (push) Waiting to run
supersonic ubuntu CI / build (21) (push) Waiting to run
supersonic windows CI / build (21) (push) Waiting to run
2025-03-03 16:56:23 +08:00
jerryjzhang
f8104687cc
(fix)(launcher)Fix mysql schema DDL.
supersonic CentOS CI / build (21) (push) Waiting to run
supersonic mac CI / build (21) (push) Waiting to run
supersonic ubuntu CI / build (21) (push) Waiting to run
supersonic windows CI / build (21) (push) Waiting to run
2025-03-03 11:12:49 +08:00
jerryjzhang
6eba693982
(fix)(docker)Fix Dockerfile.
...
supersonic CentOS CI / build (21) (push) Waiting to run
supersonic mac CI / build (21) (push) Waiting to run
supersonic ubuntu CI / build (21) (push) Waiting to run
supersonic windows CI / build (21) (push) Waiting to run
(fix)(docker)Fix Dockerfile.
2025-03-02 21:54:17 +08:00
jerryjzhang
b871ae542a
(fix)(assembly)Fix windows daemon script.
2025-03-02 18:36:02 +08:00
jerryjzhang
3ca48e1ca1
(release)Release 0.9.10.
supersonic CentOS CI / build (21) (push) Waiting to run
supersonic mac CI / build (21) (push) Waiting to run
supersonic ubuntu CI / build (21) (push) Waiting to run
supersonic windows CI / build (21) (push) Waiting to run
2025-03-02 11:56:23 +08:00
jerryjzhang
ea7238304d
(fix)(docker)Fix Dockerfile by removing apt-get install.
...
(fix)(docker)Fix Dockerfile.
(fix)(docker)Fix Dockerfile.
2025-03-02 11:28:27 +08:00
williamhliu
1746db53c1
(fix)(supersonic-fe) fix the issue where adding, deleting, and modifying domain and model do not automatically update data ( #2116 )
supersonic CentOS CI / build (21) (push) Waiting to run
supersonic mac CI / build (21) (push) Waiting to run
supersonic ubuntu CI / build (21) (push) Waiting to run
supersonic windows CI / build (21) (push) Waiting to run
2025-03-01 16:16:29 +08:00
jerryjzhang
90c2f8b374
(fix)(headless)Fix occasional NPE in SqlBuilder.
supersonic CentOS CI / build (21) (push) Has been cancelled
supersonic mac CI / build (21) (push) Has been cancelled
supersonic ubuntu CI / build (21) (push) Has been cancelled
supersonic windows CI / build (21) (push) Has been cancelled
2025-02-28 17:11:05 +08:00
jerryjzhang
bd64bf1f62
(improvement)(headless)Optimize relationship probe in translation of multi-table join scenarios.
supersonic CentOS CI / build (21) (push) Waiting to run
supersonic mac CI / build (21) (push) Waiting to run
supersonic ubuntu CI / build (21) (push) Waiting to run
supersonic windows CI / build (21) (push) Waiting to run
2025-02-27 21:53:14 +08:00
jerryjzhang
56cfddea60
(improvement)(format)Follow the code style.
supersonic CentOS CI / build (21) (push) Has been cancelled
supersonic mac CI / build (21) (push) Has been cancelled
supersonic ubuntu CI / build (21) (push) Has been cancelled
supersonic windows CI / build (21) (push) Has been cancelled
2025-02-26 19:19:25 +08:00
jerryjzhang
0aa002882d
(improvement)(license)Change license from MIT to Apache 2.0.
2025-02-26 19:17:06 +08:00
zyclove
5e3bafb953
feat:Support kyuubi presto trino ( #2109 )
2025-02-26 17:33:14 +08:00
zyclove
11ff99cdbe
fix: Caused by: java.io.NotSerializableException: DateConf、SchemaNameLengthComparator、SqlEvaluation and etc. ( #2110 )
2025-02-26 17:32:20 +08:00
mislayming
f9198cb8e0
(improvement)(chat) Enhancing the capability of embedding with LLM-based secondary judgment. ( #2096 )
2025-02-24 12:55:39 +08:00
jerryjzhang
b5aa6e046e
(feature)(chat)Support agent-level permission management.
supersonic CentOS CI / build (21) (push) Has been cancelled
supersonic mac CI / build (21) (push) Has been cancelled
supersonic ubuntu CI / build (21) (push) Has been cancelled
supersonic windows CI / build (21) (push) Has been cancelled
2025-02-24 09:25:12 +08:00
williamhliu
29271f7278
(feature)(supersonic-fe) add permission manage in agent ( #2095 )
2025-02-24 08:18:48 +08:00
jerryjzhang
50ed340ae0
(fix)(headless)Fix NPE issue.
supersonic CentOS CI / build (21) (push) Waiting to run
supersonic mac CI / build (21) (push) Waiting to run
supersonic ubuntu CI / build (21) (push) Waiting to run
supersonic windows CI / build (21) (push) Waiting to run
2025-02-23 14:55:56 +08:00
jerryjzhang
75f623404d
(fix)(headless)Fix aggregator parsing of struct query.
supersonic CentOS CI / build (21) (push) Has been cancelled
supersonic mac CI / build (21) (push) Has been cancelled
supersonic ubuntu CI / build (21) (push) Has been cancelled
supersonic windows CI / build (21) (push) Has been cancelled
2025-02-21 20:04:12 +08:00
jerryjzhang
94e853f57e
[improvement][headless]Support dataSetNames that contain dash.
...
supersonic CentOS CI / build (21) (push) Waiting to run
supersonic mac CI / build (21) (push) Waiting to run
supersonic ubuntu CI / build (21) (push) Waiting to run
supersonic windows CI / build (21) (push) Waiting to run
[improvement][headless]Support dataSetNames that contain dash.
[improvement][headless]Support dataSetNames that contain dash.
2025-02-21 01:25:02 +08:00
jerryjzhang
5fa3607874
[fix][chat]Fix NPE issue.
2025-02-21 00:07:14 +08:00
jerryjzhang
1e01f3ef60
(improvement)(headless)Optimize metric matching in populating data format.
supersonic CentOS CI / build (21) (push) Waiting to run
supersonic mac CI / build (21) (push) Waiting to run
supersonic ubuntu CI / build (21) (push) Waiting to run
supersonic windows CI / build (21) (push) Waiting to run
2025-02-20 19:06:55 +08:00
beat4ocean
1155ac10d8
[fix][project] Fix the issue of SpringDoc not working. ( #2081 )
2025-02-20 18:31:50 +08:00
jacktpy
5a22590661
[fix]修复快速创建模型时不能自动创建维度 ( #2083 )
2025-02-20 18:24:33 +08:00
jerryjzhang
fc67411618
(fix)(launcher)Fix database initialization script of mysql and psotgresql.
supersonic CentOS CI / build (21) (push) Waiting to run
supersonic mac CI / build (21) (push) Waiting to run
supersonic ubuntu CI / build (21) (push) Waiting to run
supersonic windows CI / build (21) (push) Waiting to run
2025-02-20 12:31:17 +08:00
jacktpy
c03be2f5d8
[fix]修复创建模型catalog校验异常 ( #2077 )
2025-02-20 11:02:40 +08:00
jerryjzhang
08a2e889e7
[feature][headless]Introduce TranslatorConfig to make result limit configurable via system parameter.
supersonic CentOS CI / build (21) (push) Waiting to run
supersonic mac CI / build (21) (push) Waiting to run
supersonic ubuntu CI / build (21) (push) Waiting to run
supersonic windows CI / build (21) (push) Waiting to run
2025-02-19 23:25:56 +08:00
jerryjzhang
87fa778416
[fix][launcher]Fix S2VisitsDemo to avoid broken demo.
2025-02-19 22:00:55 +08:00
jerryjzhang
b70b7ed01a
(improvement)(launcher)Auto increment init user.
supersonic CentOS CI / build (21) (push) Waiting to run
supersonic mac CI / build (21) (push) Waiting to run
supersonic ubuntu CI / build (21) (push) Waiting to run
supersonic windows CI / build (21) (push) Waiting to run
2025-02-19 18:11:36 +08:00
jerryjzhang
335e1f9ada
(fix)(headless)Fix updating measure agg doesn't take effect.
2025-02-19 18:11:02 +08:00
Hyman_bz
33268bf3d9
feat: add support starrocks and multiple catalog ( #2066 )
2025-02-19 18:00:22 +08:00
beat4ocean
86b9d2013a
[fix][headless-fe] Fix the issue of incorrect time sorting in charts. ( #2069 )
2025-02-19 17:34:31 +08:00
jerryjzhang
aced1dfd3e
(fix)(launcher)Fix swagger docs.
2025-02-19 14:15:09 +08:00
jerryjzhang
d1e5e8777a
(improvement)(chat)Try to find all fields in the same model to avoid unnecessary join.
supersonic CentOS CI / build (21) (push) Waiting to run
supersonic mac CI / build (21) (push) Waiting to run
supersonic ubuntu CI / build (21) (push) Waiting to run
supersonic windows CI / build (21) (push) Waiting to run
2025-02-18 21:29:39 +08:00
jerryjzhang
b743585d3e
(fix)(headless)Fix NPE issue.
2025-02-18 19:07:39 +08:00
weimengdalao
9aa305ca7a
[fix][headless]fix Check if metricFilters is empty not dimensionFilters ( #2064 )
2025-02-18 12:49:43 +08:00
jerryjzhang
fe51882031
Merge remote-tracking branch 'origin/master'
2025-02-18 12:48:35 +08:00
jerryjzhang
17a3dd052c
(improvement)(chat)LLM might output table or column with `` enclose, should handle with it.
2025-02-18 12:48:26 +08:00
jerryjzhang
2e71b9b892
[improvement][docker]Deprecate and remove db_init container in docker-compose.yml.
supersonic CentOS CI / build (21) (push) Waiting to run
supersonic mac CI / build (21) (push) Waiting to run
supersonic ubuntu CI / build (21) (push) Waiting to run
supersonic windows CI / build (21) (push) Waiting to run
2025-02-17 22:55:22 +08:00
jerryjzhang
a067d2cace
Merge remote-tracking branch 'origin/master'
2025-02-17 21:21:49 +08:00
jerryjzhang
32793ecf69
(improvement)(chat)Determine if with statement is supported and send explicitly message in the prompt to the LLM.
2025-02-17 21:21:43 +08:00
zyclove
43b96edc77
fix: Cannot find module 'antd/lib/avatar/avatar' with antd 5.24.0 ( #2062 )
supersonic CentOS CI / build (21) (push) Waiting to run
supersonic mac CI / build (21) (push) Waiting to run
supersonic ubuntu CI / build (21) (push) Waiting to run
supersonic windows CI / build (21) (push) Waiting to run
2025-02-17 16:17:36 +08:00
jerryjzhang
f31db98aba
(improvement)(project)Introduce aibi-env.sh script to simplify user settings.
...
(improvement)(project)Introduce aibi-env.sh script to simplify user settings.
(improvement)(project)Introduce aibi-env.sh script to simplify user settings.
2025-02-17 14:36:15 +08:00
jerryjzhang
348d6df6a2
[fix][headless]Fix table name of SqlQuery.
supersonic CentOS CI / build (21) (push) Waiting to run
supersonic mac CI / build (21) (push) Waiting to run
supersonic ubuntu CI / build (21) (push) Waiting to run
supersonic windows CI / build (21) (push) Waiting to run
2025-02-16 20:27:51 +08:00
jerryjzhang
91768892cf
[fix][chat]Fix parse state when error message is returned.
supersonic CentOS CI / build (21) (push) Waiting to run
supersonic mac CI / build (21) (push) Waiting to run
supersonic ubuntu CI / build (21) (push) Waiting to run
supersonic windows CI / build (21) (push) Waiting to run
2025-02-16 18:18:21 +08:00
jerryjzhang
0868a18b08
Merge branch 'master' of https://github.com/tencentmusic/supersonic
2025-02-16 15:40:13 +08:00
jerryjzhang
46316cadcf
[fix][headless]Adjust none operator enum.
2025-02-16 15:38:53 +08:00
williamhliu
f804371134
(fix) 修复修改密码问题 ( #2060 )
...
supersonic CentOS CI / build (21) (push) Waiting to run
supersonic mac CI / build (21) (push) Waiting to run
supersonic ubuntu CI / build (21) (push) Waiting to run
supersonic windows CI / build (21) (push) Waiting to run
Co-authored-by: williamhliu <williamhliu@tencent.com >
2025-02-16 10:56:51 +08:00
jerryjzhang
d6620e6ea7
[fix][headless]Adjust none operator enum.
2025-02-16 10:40:11 +08:00
jerryjzhang
cc2d6a21c2
[fix][headless]Fix NPE issue.
supersonic CentOS CI / build (21) (push) Has been cancelled
supersonic mac CI / build (21) (push) Has been cancelled
supersonic ubuntu CI / build (21) (push) Has been cancelled
supersonic windows CI / build (21) (push) Has been cancelled
2025-02-14 21:32:36 +08:00
beat4ocean
19395f369a
[fix][headless] Fix models cannot be deleted if related indicators/dimensions are marked as deleted. ( #2056 )
2025-02-14 21:31:26 +08:00
zyclove
baae7f74b8
【feat】Optimize the web app build script to include checks for the build results, preventing partial successes. ( #2058 )
2025-02-14 21:22:42 +08:00
zyclove
e9d9c4591d
feat:add create index scripts for opensearch ( #2055 )
2025-02-14 21:22:01 +08:00
jerryjzhang
6cc145935d
[fix][auth]Fix user registration and resetPassword issue.
supersonic CentOS CI / build (21) (push) Waiting to run
supersonic mac CI / build (21) (push) Waiting to run
supersonic ubuntu CI / build (21) (push) Waiting to run
supersonic windows CI / build (21) (push) Waiting to run
2025-02-14 00:28:36 +08:00
zyclove
89e07509de
【bug】Webapp fix error TS2551: Property 'nameEn' does not exist on type 'ColumnType'. Did you mean 'name'? ( #2051 )
supersonic CentOS CI / build (21) (push) Waiting to run
supersonic mac CI / build (21) (push) Waiting to run
supersonic ubuntu CI / build (21) (push) Waiting to run
supersonic windows CI / build (21) (push) Waiting to run
2025-02-13 14:05:55 +08:00
zyclove
d942d35c93
feat:add opensearch ( #2049 )
supersonic CentOS CI / build (21) (push) Waiting to run
supersonic mac CI / build (21) (push) Waiting to run
supersonic ubuntu CI / build (21) (push) Waiting to run
supersonic windows CI / build (21) (push) Waiting to run
2025-02-12 20:30:58 +08:00
jianjun.xu
198c7c69e6
[fix][headless] The output on the front-end dimension page is abnormal after the model management is modified ( #2048 )
2025-02-12 20:29:17 +08:00
zyclove
cb139a54e8
feat:add openapi supports ApiVersion ( #2050 )
2025-02-12 20:28:10 +08:00
Hwwwww
f412ae4539
[fix][headless] Fix having and alias column not enclosed in backticks. ( #2042 )
supersonic CentOS CI / build (21) (push) Has been cancelled
supersonic mac CI / build (21) (push) Has been cancelled
supersonic ubuntu CI / build (21) (push) Has been cancelled
supersonic windows CI / build (21) (push) Has been cancelled
2025-02-10 18:55:32 +08:00
Hwwwww
3ca46bee36
[fix][headless] Fix order by and group by not enclosed in backticks. ( #2041 )
supersonic CentOS CI / build (21) (push) Waiting to run
supersonic mac CI / build (21) (push) Waiting to run
supersonic ubuntu CI / build (21) (push) Waiting to run
supersonic windows CI / build (21) (push) Waiting to run
2025-02-10 12:55:05 +08:00
Hwwwww
a8157ee769
[fix][headless] Solve the problem of SQL execution error when alias is Chinese ( #2039 )
supersonic CentOS CI / build (21) (push) Waiting to run
supersonic mac CI / build (21) (push) Waiting to run
supersonic ubuntu CI / build (21) (push) Waiting to run
supersonic windows CI / build (21) (push) Waiting to run
2025-02-09 22:59:35 +08:00
jerryjzhang
eef7b3c443
[improvement][chat]Make a few code restructure.
supersonic CentOS CI / build (21) (push) Has been cancelled
supersonic mac CI / build (21) (push) Has been cancelled
supersonic ubuntu CI / build (21) (push) Has been cancelled
supersonic windows CI / build (21) (push) Has been cancelled
2025-02-08 14:39:23 +08:00
jerryjzhang
c34b85c8a4
[improvement][chat]Introduce new chat workflow state.
supersonic CentOS CI / build (21) (push) Waiting to run
supersonic mac CI / build (21) (push) Waiting to run
supersonic ubuntu CI / build (21) (push) Waiting to run
supersonic windows CI / build (21) (push) Waiting to run
2025-02-08 09:24:23 +08:00
jerryjzhang
be2e380b4c
[fix][headless]Fix published metrics issue.
supersonic CentOS CI / build (21) (push) Waiting to run
supersonic mac CI / build (21) (push) Waiting to run
supersonic ubuntu CI / build (21) (push) Waiting to run
supersonic windows CI / build (21) (push) Waiting to run
2025-02-07 15:35:30 +08:00
jianjun.xu
eeaebe06aa
[fix][chat-server] Compatible history data ( #2033 )
2025-02-07 14:48:48 +08:00
jianjun.xu
4ab9cd715d
Fixed abnormal message rendering caused by abnormal value of indicator name field, Supplement for PR #2030 ( #2031 )
supersonic CentOS CI / build (21) (push) Waiting to run
supersonic mac CI / build (21) (push) Waiting to run
supersonic ubuntu CI / build (21) (push) Waiting to run
supersonic windows CI / build (21) (push) Waiting to run
2025-02-07 10:18:52 +08:00
jerryjzhang
fd306db3fe
[fix][chat]Fix compatibility issue.
2025-02-07 09:52:03 +08:00
Ron Zhang
30adaa3f20
feat: 修复Bug #2029 ( #2030 )
2025-02-07 09:28:06 +08:00
jerryjzhang
cc66ebd684
[improvement][chat]Add queryId to QueryNLReq.
supersonic CentOS CI / build (21) (push) Has been cancelled
supersonic mac CI / build (21) (push) Has been cancelled
supersonic ubuntu CI / build (21) (push) Has been cancelled
supersonic windows CI / build (21) (push) Has been cancelled
2025-02-05 17:24:48 +08:00
Jun Zhang
ef161fe1f2
[improvement][headless]Add ANY agg operator and remove table name from bizName of field. ( #2028 )
supersonic CentOS CI / build (21) (push) Has been cancelled
supersonic mac CI / build (21) (push) Has been cancelled
supersonic ubuntu CI / build (21) (push) Has been cancelled
supersonic windows CI / build (21) (push) Has been cancelled
2025-02-02 19:43:43 +08:00
Jun Zhang
0417f12324
[fix][headless]Fix schema corrector test cases. ( #2027 )
2025-02-02 15:52:23 +08:00
Jun Zhang
d294fec2a0
[fix](headless)Fix a number of issues. ( #2026 )
supersonic CentOS CI / build (21) (push) Waiting to run
supersonic mac CI / build (21) (push) Waiting to run
supersonic ubuntu CI / build (21) (push) Waiting to run
supersonic windows CI / build (21) (push) Waiting to run
2025-02-02 12:50:29 +08:00
Jun Zhang
de92b357df
(Fix)(headless)Fix expression replacement issue. ( #2024 )
supersonic CentOS CI / build (21) (push) Has been cancelled
supersonic mac CI / build (21) (push) Has been cancelled
supersonic ubuntu CI / build (21) (push) Has been cancelled
supersonic windows CI / build (21) (push) Has been cancelled
2025-01-30 08:54:42 +08:00
LXW
be5eeae707
(improvement)(headless) Opt logic of obtaining faker user ( #2014 )
...
supersonic CentOS CI / build (21) (push) Has been cancelled
supersonic mac CI / build (21) (push) Has been cancelled
supersonic ubuntu CI / build (21) (push) Has been cancelled
supersonic windows CI / build (21) (push) Has been cancelled
* (improvement)(headless) opt logic of obtaining faker user
* (improvement)(headless) Fill in default values for data set creating
* (improvement)(headless) modify dataEvent type when creating model
---------
Co-authored-by: lxwcodemonkey
2025-01-19 14:59:33 +08:00
jerryjzhang
65f0096724
[fix][headless]Fix expr conversion issue.
supersonic CentOS CI / build (21) (push) Has been cancelled
supersonic mac CI / build (21) (push) Has been cancelled
supersonic ubuntu CI / build (21) (push) Has been cancelled
supersonic windows CI / build (21) (push) Has been cancelled
2025-01-17 20:43:05 +08:00
jerryjzhang
416488b919
[fix][headless]Fix create model exception.
supersonic CentOS CI / build (21) (push) Has been cancelled
supersonic mac CI / build (21) (push) Has been cancelled
supersonic ubuntu CI / build (21) (push) Has been cancelled
supersonic windows CI / build (21) (push) Has been cancelled
2025-01-16 11:17:29 +08:00
jerryjzhang
8900fde4a3
[improvement][headless]Remove unnecessary model name checks.
supersonic CentOS CI / build (21) (push) Waiting to run
supersonic mac CI / build (21) (push) Waiting to run
supersonic ubuntu CI / build (21) (push) Waiting to run
supersonic windows CI / build (21) (push) Waiting to run
2025-01-15 20:14:35 +08:00
jerryjzhang
2b28aeea6f
[fix][headless]Fix a set of known issues.
supersonic CentOS CI / build (21) (push) Waiting to run
supersonic mac CI / build (21) (push) Waiting to run
supersonic ubuntu CI / build (21) (push) Waiting to run
supersonic windows CI / build (21) (push) Waiting to run
2025-01-14 20:31:59 +08:00
jerryjzhang
329756056c
[improvement][headless]Opt code format.
supersonic CentOS CI / build (21) (push) Has been cancelled
supersonic mac CI / build (21) (push) Has been cancelled
supersonic ubuntu CI / build (21) (push) Has been cancelled
supersonic windows CI / build (21) (push) Has been cancelled
2025-01-11 09:25:27 +08:00
jianjun.xu
715adb5260
[fix][queryStat] bug Fixes exceptions caused by code merging ( #2004 )
supersonic CentOS CI / build (21) (push) Waiting to run
supersonic mac CI / build (21) (push) Waiting to run
supersonic ubuntu CI / build (21) (push) Waiting to run
supersonic windows CI / build (21) (push) Waiting to run
2025-01-10 16:07:29 +08:00
jerryjzhang
da6d28c18c
[improvement][docker]Support multi-platform builds.
supersonic CentOS CI / build (21) (push) Waiting to run
supersonic mac CI / build (21) (push) Waiting to run
supersonic ubuntu CI / build (21) (push) Waiting to run
supersonic windows CI / build (21) (push) Waiting to run
2025-01-09 14:45:01 +08:00
jerryjzhang
cd863705a4
[improvement][chat]Opt log infos.
supersonic CentOS CI / build (21) (push) Waiting to run
supersonic mac CI / build (21) (push) Waiting to run
supersonic ubuntu CI / build (21) (push) Waiting to run
supersonic windows CI / build (21) (push) Waiting to run
2025-01-08 20:46:44 +08:00
czeeland
f264b3160f
[improvement]QueryUtils.isNumberType method add type real、tinyint、smallint for database fields ( #2001 )
2025-01-08 20:45:39 +08:00
jerryjzhang
61e22c2104
[improvement][headless]Add sql field in the OntologyQuery.
2025-01-08 19:43:32 +08:00
jerryjzhang
6e4260f9f1
[improvement][headless]Enable ErrorMsgRewriteProcessor by default.
2025-01-08 19:38:58 +08:00
czeeland
ab74acc84a
[improvement][headless]Update the model without updating the names of metrics and dimensions. ( #1999 )
supersonic CentOS CI / build (21) (push) Waiting to run
supersonic mac CI / build (21) (push) Waiting to run
supersonic ubuntu CI / build (21) (push) Waiting to run
supersonic windows CI / build (21) (push) Waiting to run
2025-01-08 16:25:58 +08:00
jerryjzhang
4e653c1fb1
[improvement][headless]Expression replacement logic supports more complex sql.
supersonic CentOS CI / build (21) (push) Has been cancelled
supersonic mac CI / build (21) (push) Has been cancelled
supersonic ubuntu CI / build (21) (push) Has been cancelled
supersonic windows CI / build (21) (push) Has been cancelled
2025-01-05 16:09:42 +08:00
jerryjzhang
6fcfdc15e1
[improvement][headless]Remove deprecated tag related constructs.
2025-01-05 15:42:54 +08:00
jerryjzhang
4738b9d01b
[improvement][headless]Release brand new version of Translator module.
supersonic CentOS CI / build (21) (push) Waiting to run
supersonic mac CI / build (21) (push) Waiting to run
supersonic ubuntu CI / build (21) (push) Waiting to run
supersonic windows CI / build (21) (push) Waiting to run
2025-01-05 00:00:18 +08:00
jerryjzhang
e0f7ec0f40
[improvement][headless]Add modelId to QueryColumn.
supersonic CentOS CI / build (21) (push) Waiting to run
supersonic mac CI / build (21) (push) Waiting to run
supersonic ubuntu CI / build (21) (push) Waiting to run
supersonic windows CI / build (21) (push) Waiting to run
2025-01-04 22:25:49 +08:00
jerryjzhang
7b46ef64fd
[fix][headless]Fix getModelList filter issue.
2025-01-04 22:25:45 +08:00
lxwcodemonkey
6af345044a
(fix)(headless) fix schemaItem useCnt always 0
2025-01-04 22:25:39 +08:00
lxwcodemonkey
4821f31e15
(improvement)(headless) Avoiding incorrect showType caused by converting header fields to lowercase
2025-01-04 22:25:32 +08:00
Jun Zhang
be59b051fc
[fix][headless]Fix logic bug in s2sql parsing. ( #1996 )
supersonic CentOS CI / build (21) (push) Waiting to run
supersonic mac CI / build (21) (push) Waiting to run
supersonic ubuntu CI / build (21) (push) Waiting to run
supersonic windows CI / build (21) (push) Waiting to run
2025-01-04 14:58:48 +08:00
jerryjzhang
83cb6967e7
[improvement][headless]Setup thread pool for data event listeners.
2025-01-04 14:37:48 +08:00
jerryjzhang
22f6190e7c
[improvement][chat]Introduce parameter to control # of semantic fields should be sent to the LLM.
supersonic CentOS CI / build (21) (push) Waiting to run
supersonic mac CI / build (21) (push) Waiting to run
supersonic ubuntu CI / build (21) (push) Waiting to run
supersonic windows CI / build (21) (push) Waiting to run
2025-01-03 22:44:12 +08:00
RickyZZQ
43140e695b
[fix]Fix user feedback for query memory bug ( #1992 )
supersonic CentOS CI / build (21) (push) Waiting to run
supersonic mac CI / build (21) (push) Waiting to run
supersonic ubuntu CI / build (21) (push) Waiting to run
supersonic windows CI / build (21) (push) Waiting to run
2025-01-03 09:05:28 +08:00
jerryjzhang
a46e89af56
[improvement][headless]Simplify query sql and fix demo.
supersonic CentOS CI / build (21) (push) Has been cancelled
supersonic mac CI / build (21) (push) Has been cancelled
supersonic ubuntu CI / build (21) (push) Has been cancelled
supersonic windows CI / build (21) (push) Has been cancelled
2024-12-31 09:13:56 +08:00
jerryjzhang
a2f54d4c80
[improvement][headless]Remove unnecessary Database class
supersonic CentOS CI / build (21) (push) Waiting to run
supersonic mac CI / build (21) (push) Waiting to run
supersonic ubuntu CI / build (21) (push) Waiting to run
supersonic windows CI / build (21) (push) Waiting to run
2024-12-29 21:58:39 +08:00
jerryjzhang
24eaffb2d5
[improvement][headless]Adapt to new master version.
2024-12-29 19:44:37 +08:00
jerryjzhang
739514ddfa
[fix][chat&headless]Adapt to new master.
2024-12-29 10:45:18 +08:00
jerryjzhang
6486257c9e
[improvement][chat&headless]Remove deprecated system time fields.
2024-12-29 03:22:42 +08:00
HB
6f5e477e3c
[fix][queryStat] Fields that are inconsistent between the table Filed and DO ( #1986 )
2024-12-28 15:15:06 +08:00
yxm-coding
683f01c33b
修复Network中所有前端路由资源请求均报404错误 #1982 ( #1985 )
2024-12-27 20:54:53 +08:00
yxm-coding
3e1e5ae209
fix(launchers): update addViewController to correctly redirect to the front-end page when accessing the domain while logged in ( #1981 )
2024-12-27 15:35:50 +08:00
jerryjzhang
0612833618
[fix][chat]Fix logic in s2sql parsing.
2024-12-27 14:18:20 +08:00
jerryjzhang
7145f27671
[fix][chat]Fix logic in s2sql parsing.
2024-12-27 14:12:10 +08:00
jerryjzhang
920d8f280a
[improvement][headless]Add more checks to accept() of QueryParsers.
2024-12-27 11:57:23 +08:00
jerryjzhang
ade03627ce
[improvement][headless]Support s2sql with union all statements.
2024-12-27 11:25:33 +08:00
lexluo09
a23d1071a3
[improvement][chat] Optimize the logic for obtaining the generic thread pool ( #1979 )
2024-12-26 23:37:55 +08:00
pisces
ce9ae1c0c1
feat(chat-sdk/chatitem): 消息支持导出图表图片 ( #1937 )
2024-12-26 23:30:29 +08:00
jerryjzhang
d834e98a66
[improvement][chat]Introduce AllFieldMapper to increase parsing robustness when normal pipeline fails.
2024-12-26 23:28:59 +08:00
jerryjzhang
94267f6028
[improvement][chat]Introduce AllFieldMapper to increase parsing robustness when normal pipeline fails.
...
[improvement][chat]Introduce `AllFieldMapper` to increase parsing robustness when normal pipeline fails.
2024-12-26 23:20:43 +08:00
jerryjzhang
a4d2df4063
[improvement][project]Adapt docker related scripts to new version.
2024-12-26 15:02:28 +08:00
jerryjzhang
8e03531424
[improvement][project]Adapt docker related scripts to new version.
2024-12-26 14:23:08 +08:00
jerryjzhang
16600ed6f0
[improvement][chat]Support reviewing query memory based on direct user feedback.
2024-12-26 09:49:47 +08:00
jerryjzhang
d04a086c88
[improvement][chat]Support reviewing query memory based on direct user feedback.
2024-12-26 09:47:13 +08:00
jerryjzhang
68963b9ec9
[improvement][project]Adjust files based on code style.
2024-12-26 09:12:12 +08:00
jerryjzhang
265e51c429
[fix][chat]Memory enabled by the review task should be stored in embedding store.
2024-12-26 09:03:32 +08:00
jerryjzhang
d40400d2a4
[fix][chat]Memory enabled by the review task should be stored in embedding store.
2024-12-26 00:11:12 +08:00
lexluo09
c483bb891a
[fix][chat] Fix the issue with the order of parallel execution in the map. ( #1976 )
2024-12-25 20:52:52 +08:00
zehuiHuang
6738aba19e
Issues 1974 ( #1975 )
...
* [fix][common]Support 'BETWEEN AND' query condition parameter parsing `CURRENT`. #1972
2024-12-25 19:33:40 +08:00
zehuiHuang
493a8035cd
[fix][common]Support 'BETWEEN AND' query condition parameter parsing CURRENT. #1972 ( #1973 )
2024-12-25 19:33:26 +08:00
lwhy
b425c49c5b
[fix][headless] Unexpected update of dimensions when modifying a model ( #1971 )
2024-12-25 19:33:10 +08:00
jerryjzhang
4dca6eec5a
[improvement][project]Adjust github issue forms.
2024-12-23 20:24:35 +08:00
pisces
642d6a02e1
feat(chat-sdk/chatitem): 消息支持导出图表图片 ( #1937 )
2024-12-23 09:05:56 +08:00
jerryjzhang
5de5b0a5e2
[fix][headless]Fix issue in determining mysql version to support with statement.
2024-12-22 21:40:58 +08:00
jerryjzhang
214d90772d
[improvement][headless]Move discovery of query models from SemanticNode to SqlQueryParser.
...
[improvement][headless]Move discovery of query models from SemanticNode to `SqlQueryParser`.
2024-12-22 21:15:23 +08:00
jerryjzhang
d8b8c4e6b9
[improvement][headless]Move discovery of query models from SemanticNode to QueryParser.
2024-12-22 17:45:32 +08:00
jerryjzhang
10a510409f
[fix][headless]Fix issue in determining mysql version to support with statement.
2024-12-21 22:50:55 +08:00
jerryjzhang
19c1d306df
[fix][headless]Fix issue in determining mysql version to support with statement.
2024-12-21 22:50:22 +08:00
lexluo09
8c6ae62522
[improvement][chat] Change the embedding to execute in parallel ( #1967 )
2024-12-21 20:32:03 +08:00
jerryjzhang
758d170bbf
[fix][project]Use SpringDoc to support swagger in Spring 3.x
2024-12-21 19:48:38 +08:00
jerryjzhang
7dc013dfb3
[fix][project]Use SpringDoc to support swagger in Spring 3.x
2024-12-21 19:48:20 +08:00
lexluo09
72780f9acf
[improvement][common] The thread pool adopts a generic thread pool configuration. ( #1966 )
2024-12-21 19:01:53 +08:00
jerryjzhang
7b49412bde
Merge branch 'master' of github.com:tencentmusic/supersonic
2024-12-21 18:49:41 +08:00
jerryjzhang
9f63aca132
[fix][chat]Fix minor logic issue.
2024-12-21 18:49:27 +08:00
jerryjzhang
933b54085c
[fix][chat]Fix minor logic issue.
2024-12-21 18:49:07 +08:00
lexluo09
f7fce0217f
[improvement][chat] Use a generic thread pool to perform concurrent mapping. ( #1965 )
2024-12-21 11:58:02 +08:00
jerryjzhang
c2d155705f
Merge remote-tracking branch 'origin/master'
2024-12-20 12:43:36 +08:00
jerryjzhang
5faf5f3ac4
[improvement][project]Adjust github issue forms.
2024-12-20 12:43:22 +08:00
jerryjzhang
d88d8b3beb
[project]Adjust the LICENSE to impose stricter restrictions in commercial scenarios.
2024-12-19 22:49:03 +08:00
jerryjzhang
caf03588c6
[project]Adjust the LICENSE to impose stricter restrictions in commercial scenarios.
2024-12-19 22:48:13 +08:00
jerryjzhang
4cb2256351
[improvement][headless]Merge function of QueryConverter abstraction to QueryParser.
2024-12-19 21:45:24 +08:00
lexluo09
8b69d57c4b
[improvement][chat] Fix the issue with the DatabaseMatchStrategy variable under multi-threading ( #1963 )
2024-12-19 10:04:17 +08:00
jerryjzhang
91856ddebd
[improvement][chat]Inject schema info into the prompt of LLMSqlCorrector.
2024-12-19 09:55:32 +08:00
jerryjzhang
94e97c9a1d
[improvement][chat]Use accept() pattern to improve code readability.
2024-12-19 09:47:38 +08:00
jerryjzhang
9faa858c22
[improvement][chat]Use accept() pattern to improve code readability.
2024-12-19 09:34:38 +08:00
jerryjzhang
6fcd105249
[improvement][chat]Inject schema info into the prompt of LLMSqlCorrector.
2024-12-18 12:04:06 +08:00
jerryjzhang
1d0f5612b7
[fix][headless]Fix NEP problem.
2024-12-18 09:05:32 +08:00
wwsheng009
b57eed47e2
SAP HANA DATABASE Source support improvement[优化SAPhana数据库的支持] ( #1959 )
...
* (improvement)(database) update the support for sap hana database source
* (fix)(common) add the default timeout for ZhipuAiEmbeddingModel,avoid the program error
2024-12-17 21:52:19 +08:00
jerryjzhang
aa3b8997bd
[improvement][headless]Merge function of QueryConverter abstraction to QueryParser.
2024-12-17 19:45:37 +08:00
jerryjzhang
84944fa341
[improvement][headless]Support count(1) as metric calculation expression.
2024-12-17 16:36:12 +08:00
jerryjzhang
b4c19533a4
[improvement][headless]bizName of dimension and metric shall not be the same as the field name in the database table.
2024-12-17 15:18:08 +08:00
jerryjzhang
831fbfe475
[improvement][headless]Refactor translator module to make code logic cleaner and more readable.
2024-12-15 21:03:57 +08:00
Jun Zhang
62b64c74a3
Merge branch 'tencentmusic:master' into aibi
2024-12-15 18:26:41 +08:00
jerryjzhang
ed5c129a4a
[improvement][headless]Enhance translation of derived metrics and refactor translator code.
2024-12-15 17:25:33 +08:00
jerryjzhang
14087825df
Merge branch 'master' of github.com:supersonicbi/supersonic into ssmaster
2024-12-15 08:49:47 +08:00
jerryjzhang
f9cc395e49
[improvement][headless]Refactor translator module to make code logic cleaner and more readable.
2024-12-15 08:48:48 +08:00
lxwcodemonkey
d014a27aff
[improvement][Headless] Publish event when creating and updating model
2024-12-14 17:46:01 +08:00
wwsheng009
2e28a4c7a5
Sap hanadb support,SAP HANA数据库适配支持 ( #1958 )
supersonic CentOS CI / build (21) (push) Has been cancelled
supersonic mac CI / build (21) (push) Has been cancelled
supersonic ubuntu CI / build (21) (push) Has been cancelled
supersonic windows CI / build (21) (push) Has been cancelled
2024-12-13 09:06:21 +08:00
jerryjzhang
9f8793bfe2
[improvement][headless]Remove fixed TimeEnums fields.
2024-12-12 00:27:09 +08:00
Jun Zhang
a8868ba9ab
Merge branch 'tencentmusic:master' into master
2024-12-11 22:48:14 +08:00
jerryjzhang
8c44c9f42f
[improvement][headless]Remove fixed TimeEnums fields.
2024-12-11 21:33:43 +08:00
jerryjzhang
f97ac1da83
[improvement][headless]Introduce DerivedMetricConverter and optimize metric creation in S2VisitsDemo.
2024-12-11 17:51:02 +08:00
mislayming
07f6be51c7
SpringBoot3升级 ( #1947 )
supersonic CentOS CI / build (21) (push) Has been cancelled
supersonic mac CI / build (21) (push) Has been cancelled
supersonic ubuntu CI / build (21) (push) Has been cancelled
supersonic windows CI / build (21) (push) Has been cancelled
2024-12-11 17:09:20 +08:00
Jun Zhang
4062a13126
Merge branch 'tencentmusic:master' into master
2024-12-11 09:06:51 +08:00
Jun Zhang
f6622319a4
[project]Fix centos unit tests. ( #1955 )
supersonic CentOS CI / build (21) (push) Waiting to run
supersonic mac CI / build (21) (push) Waiting to run
supersonic ubuntu CI / build (21) (push) Waiting to run
supersonic windows CI / build (21) (push) Waiting to run
2024-12-11 09:06:30 +08:00
jerryjzhang
2567742115
[project]Fix centos unit tests.
2024-12-11 09:05:30 +08:00
Jun Zhang
215391bb2d
Merge branch 'tencentmusic:master' into master
2024-12-10 22:48:56 +08:00
Jun Zhang
4a6938956b
[project]Only sanity test with JDK 21. ( #1952 )
supersonic CentOS CI / build (21) (push) Waiting to run
supersonic mac CI / build (21) (push) Waiting to run
supersonic ubuntu CI / build (21) (push) Waiting to run
supersonic windows CI / build (21) (push) Waiting to run
2024-12-10 21:15:38 +08:00
jerryjzhang
e586983ff1
[project]Only sanity test with JDK 21.
...
[project]Only sanity test with JDK 21.
2024-12-10 19:39:18 +08:00
Jun Zhang
a12486591b
Merge branch 'tencentmusic:master' into master
2024-12-10 19:25:58 +08:00
mislayming
848b4a1e44
(fix)(chat-api) 小范围整理一下lombok标签,增加默认构造函数避免高版本json框架无法实例化报错 ( #1951 )
2024-12-10 19:14:32 +08:00
mislayming
a298c670ed
(improvement)(auth) 增强UserStrategy的可配置性 ( #1949 )
2024-12-10 19:09:22 +08:00
Jun Zhang
f2f7caa32c
Merge branch 'tencentmusic:master' into master
2024-12-09 22:13:50 +08:00
siriusbo
3db9a0dcec
[improvement][headless-core] 提升join准确性,修复join条件错误问题 ( #1945 )
supersonic CentOS CI / build (11) (push) Waiting to run
supersonic CentOS CI / build (21) (push) Waiting to run
supersonic CentOS CI / build (8) (push) Waiting to run
supersonic mac CI / build (11) (push) Waiting to run
supersonic mac CI / build (21) (push) Waiting to run
supersonic mac CI / build (8) (push) Waiting to run
supersonic ubuntu CI / build (11) (push) Waiting to run
supersonic ubuntu CI / build (21) (push) Waiting to run
supersonic ubuntu CI / build (8) (push) Waiting to run
supersonic windows CI / build (11) (push) Waiting to run
supersonic windows CI / build (21) (push) Waiting to run
supersonic windows CI / build (8) (push) Waiting to run
2024-12-09 22:13:27 +08:00
pisces
09ea5db0ba
fix(agent): 助理管理列表切换分页后启用禁用状态展示错误 ( #1946 )
supersonic CentOS CI / build (11) (push) Waiting to run
supersonic CentOS CI / build (21) (push) Waiting to run
supersonic CentOS CI / build (8) (push) Waiting to run
supersonic mac CI / build (11) (push) Waiting to run
supersonic mac CI / build (21) (push) Waiting to run
supersonic mac CI / build (8) (push) Waiting to run
supersonic ubuntu CI / build (11) (push) Waiting to run
supersonic ubuntu CI / build (21) (push) Waiting to run
supersonic ubuntu CI / build (8) (push) Waiting to run
supersonic windows CI / build (11) (push) Waiting to run
supersonic windows CI / build (21) (push) Waiting to run
supersonic windows CI / build (8) (push) Waiting to run
2024-12-09 18:46:52 +08:00
Jun Zhang
8000ee5237
Merge branch 'tencentmusic:master' into master
2024-12-08 13:32:53 +08:00
Jun Zhang
e55f43c737
[improvement]Use QueryWrapper in place of hard-coded SQLs ( #1944 )
...
supersonic CentOS CI / build (11) (push) Waiting to run
supersonic CentOS CI / build (21) (push) Waiting to run
supersonic CentOS CI / build (8) (push) Waiting to run
supersonic mac CI / build (11) (push) Waiting to run
supersonic mac CI / build (21) (push) Waiting to run
supersonic mac CI / build (8) (push) Waiting to run
supersonic ubuntu CI / build (11) (push) Waiting to run
supersonic ubuntu CI / build (21) (push) Waiting to run
supersonic ubuntu CI / build (8) (push) Waiting to run
supersonic windows CI / build (11) (push) Waiting to run
supersonic windows CI / build (21) (push) Waiting to run
supersonic windows CI / build (8) (push) Waiting to run
* [improvement][launcher]Use API to get element ID avoiding hard-code.
* [fix][launcher]Fix mysql scripts.
* [improvement][launcher]Support DuckDB database and refactor translator code structure.
* [improvement][headless-fe] Revamped the interaction for semantic modeling routing and successfully implemented the switching between dimension and dataset management.
* [improvement][Headless] Add table ddl in Dbschema
* [improvement][Headless] Add get database by type
* [improvement][Headless] Supports automatic batch creation of models based on db table names.
* [improvement][Headless] Supports getting domain by bizName
* [improvement][launcher]Refactor unit tests and demo data.
* [fix][launcher]Change default vector dimension to 512.
* [improvement](Dict) add dimValueAliasMap info for KnowledgeBaseService
* [improvement][headless]Use QueryWrapper to replace hard-code SQL in mapper xml.
* [improvement][chat]Introduce ChatMemory to delegate ChatMemoryDO.
* [fix][common]Fix embedding store sys configs.
* [fix][common]Fix postgres schema, using varchar instead of char.
* [improvement][launcher]Change supersonic docker deployment from mysql to postgres.
* [Fix][launcher]Fix a number of issues related to semantic modeling.
* [Fix][headless]Fix the evaluation logic of agg type.
* [fix][assembly]Fix Dockerfile and add docker compose run script.
* [fix][chat]Fix "multiple assignments to same column "similar_queries".
* [improvement][headless]Use LamdaQueryWrapper to avoid hard-coded column names.
* [improvement][headless]Refactor headless infra to support advanced semantic modelling.
* [improvement][headless]Change class name `Dim` to `Dimension`.
* [improvement][chat]Introduce `TimeFieldMapper` to always map time field.
* [fix][headless]Remove unnecessary dimension existence check.
* [fix][chat]Fix adjusted filters don't take effect.
---------
2024-12-08 13:32:29 +08:00
jerryjzhang
43ba1a0ba6
[fix][chat]Fix adjusted filters don't take effect.
2024-12-08 13:27:34 +08:00
jerryjzhang
4bd521020a
[fix][headless]Remove unnecessary dimension existence check.
2024-12-08 10:26:34 +08:00
jerryjzhang
aa400176a5
[improvement][chat]Introduce TimeFieldMapper to always map time field.
2024-12-04 23:48:43 +08:00
jerryjzhang
c98c5ade9e
[improvement][headless]Change class name Dim to Dimension.
...
[improvement][headless]Change class name `Dim` to `Dimension`.
2024-12-04 22:06:41 +08:00
jerryjzhang
28d5f38ffb
[improvement][headless]Refactor headless infra to support advanced semantic modelling.
2024-12-04 14:56:34 +08:00
jerryjzhang
9e24fd04a5
[fix][launcher]Fix mysql sql script.
2024-12-03 19:56:08 +08:00
jerryjzhang
02c6a7d404
[improvement][headless]Use LamdaQueryWrapper to avoid hard-coded column names.
2024-12-03 19:47:49 +08:00
jerryjzhang
fe57a4e5cf
[fix][chat]Fix "multiple assignments to same column "similar_queries".
2024-12-03 19:33:41 +08:00
jerryjzhang
79ab1be306
[fix][assembly]Fix Dockerfile and add docker compose run script.
2024-12-03 19:11:02 +08:00
jerryjzhang
3e903b862e
[Fix][headless]Fix the evaluation logic of agg type.
2024-12-02 23:39:53 +08:00
jerryjzhang
0ce79cbfc0
[Fix][launcher]Fix a number of issues related to semantic modeling.
2024-12-02 21:38:15 +08:00
tristanliu
cf79ac9ece
[fix][chat-sdk] fix build warning
2024-12-02 14:20:36 +08:00
jerryjzhang
02f0063846
[improvement][launcher]Change supersonic docker deployment from mysql to postgres.
2024-12-02 12:57:47 +08:00
jerryjzhang
b8924ed45e
[fix][common]Fix postgres schema, using varchar instead of char.
2024-12-02 09:33:33 +08:00
jerryjzhang
27c6b8ecb1
[fix][common]Fix embedding store sys configs.
2024-12-02 08:50:31 +08:00
jerryjzhang
7de3662259
[improvement][chat]Introduce ChatMemory to delegate ChatMemoryDO.
2024-12-02 01:31:37 +08:00
jerryjzhang
ba4d92e11c
Merge remote-tracking branch 'ssbi/master' into ssmaster
2024-12-02 00:00:50 +08:00
jerryjzhang
350b6089dc
[improvement][headless]Use QueryWrapper to replace hard-code SQL in mapper xml.
2024-12-02 00:00:35 +08:00
daikon12
350567755a
Merge remote-tracking branch 'origin/master'
2024-12-01 23:49:04 +08:00
daikon12
efac1efdb0
[improvement](Dict) add dimValueAliasMap info for KnowledgeBaseService
2024-12-01 23:48:51 +08:00
jerryjzhang
4592131b55
[fix][launcher]Change default vector dimension to 512.
2024-12-01 23:17:38 +08:00
jerryjzhang
b3b1498af7
[fix][launcher]Change default vector dimension to 512.
2024-12-01 23:02:43 +08:00
Jun Zhang
83cfae609e
Merge branch 'tencentmusic:master' into master
2024-12-01 21:08:59 +08:00
Jun Zhang
0fc29304a8
[improvement][launcher]Refactor unit tests and demo data. ( #1935 )
2024-12-01 21:08:26 +08:00
Jun Zhang
89d2ac802d
Merge branch 'tencentmusic:master' into master
2024-12-01 21:06:59 +08:00
jerryjzhang
dee9b119eb
[improvement][launcher]Refactor unit tests and demo data.
2024-12-01 20:54:55 +08:00
jerryjzhang
a232c2bc4f
[improvement][launcher]Refactor unit tests and demo data.
2024-12-01 20:45:39 +08:00
jerryjzhang
0f1c50167d
[improvement][launcher]Refactor unit tests and demo data.
...
[improvement][launcher]Refactor unit tests and demo data.
[improvement][launcher]Refactor unit tests and demo data.
[improvement][launcher]Refactor unit tests and demo data.
2024-12-01 20:14:25 +08:00
pisces
1c73453c5f
perf: 在中文输入法的情况下,正在输入的过程中按下回车导致消息直接发送 ( #1933 )
2024-12-01 20:14:25 +08:00
pisces
639d1a78da
perf: 在中文输入法的情况下,正在输入的过程中按下回车导致消息直接发送 ( #1933 )
2024-12-01 10:52:28 +08:00
lxwcodemonkey
5837a5b3ae
[improvement][Headless] Supports getting domain by bizName
2024-11-30 23:17:49 +08:00
lxwcodemonkey
6ecc5a9362
[improvement][Headless] Supports automatic batch creation of models based on db table names.
2024-11-30 22:22:56 +08:00
lxwcodemonkey
8299084c95
[improvement][Headless] Add get database by type
2024-11-30 21:16:46 +08:00
lxwcodemonkey
bb60c93824
Merge remote-tracking branch 'origin/master'
2024-11-30 20:57:28 +08:00
lxwcodemonkey
d22a7d1cc6
[improvement][Headless] Add table ddl in Dbschema
2024-11-30 20:56:58 +08:00
Jun Zhang
4358ffe4a1
Merge branch 'tencentmusic:master' into master
2024-11-30 20:04:20 +08:00
Jun Zhang
82c63a7f22
[improvement][headless-fe] Revamped the interaction for semantic modeling routing and successfully implemented the switching between dimension and dataset management. ( #1934 )
...
Co-authored-by: tristanliu <tristanliu@tencent.com >
2024-11-30 20:03:41 +08:00
tristanliu
50accb152a
Merge branch 'master' into feature/detail_style_rebuild
2024-11-30 17:56:58 +08:00
tristanliu
66ed711416
[improvement][headless-fe] Revamped the interaction for semantic modeling routing and successfully implemented the switching between dimension and dataset management.
2024-11-30 17:55:50 +08:00
lxwcodemonkey
4076d37b9b
Merge remote-tracking branch 'origin/master'
2024-11-30 15:29:35 +08:00
Jun Zhang
67377bc7dc
Merge branch 'tencentmusic:master' into master
2024-11-30 08:46:30 +08:00
Jun Zhang
593597fe26
Refactor translator module ( #1932 )
...
* [improvement][Chat] Support agent permission management #1143
* [improvement][chat]Iterate LLM prompts of parsing and correction.
* [improvement][headless]Clean code logic of headless core.
* (fix) (chat) 记忆管理更新不生效 (#1912 )
* [improvement][headless-fe] Added null-check conditions to the data formatting function.
* [improvement][headless]Clean code logic of headless translator.
* [improvement][headless-fe] Added permissions management for agents.
* [improvement][headless-fe] Unified the assistant's permission settings interaction to match the system style.
* [improvement](Dict)Support returns dict task list of dimensions by page
* [improvement][headless-fe] Revised the interaction for semantic modeling routing and implemented the initial version of metric management switching.
* [improvement][launcher]Set system property `s2.test` in junit tests in order to facilitate conditional breakpoints.
* [improvement][headless] add validateAndQuery interface in SqlQueryApiController
* [improvement][launcher]Use API to get element ID avoiding hard-code.
* [improvement][launcher]Support DuckDB database and refactor translator code structure.
---------
Co-authored-by: lxwcodemonkey <jolunoluo@tencent.com >
Co-authored-by: tristanliu <tristanliu@tencent.com >
Co-authored-by: daikon12 <1059907724@qq.com >
Co-authored-by: lexluo09 <39718951+lexluo09@users.noreply.github.com >
2024-11-30 00:27:33 +08:00
jerryjzhang
a058dc8b6e
[improvement][launcher]Support DuckDB database and refactor translator code structure.
2024-11-30 00:23:16 +08:00
jerryjzhang
13d4fc3feb
[fix][launcher]Fix mysql scripts.
2024-11-29 14:50:32 +08:00
tristanliu
b4669cf110
[improvement][headless-fe] code stash
2024-11-28 20:29:12 +08:00
jerryjzhang
c80794e8fc
[fix][launcher]Fix mysql scripts.
2024-11-28 09:44:49 +08:00
jerryjzhang
111304486b
[improvement][launcher]Use API to get element ID avoiding hard-code.
2024-11-27 22:26:30 +08:00
lexluo09
25559fdaa5
[improvement][headless] add validateAndQuery interface in SqlQueryApiController
2024-11-27 15:03:00 +08:00
jerryjzhang
dad065d0ba
[improvement][headless]Clean code logic of headless translator.
2024-11-27 11:29:29 +08:00
jerryjzhang
7bf1ba09c5
[fix][launcher]Struct unit tests must specify date filter.
2024-11-26 23:54:46 +08:00
Jun Zhang
97867ca015
Merge branch 'tencentmusic:master' into master
2024-11-26 23:22:36 +08:00
jerryjzhang
9bccbae3bc
[improvement][launcher]Set system property s2.test in junit tests in order to facilitate conditional breakpoints.
2024-11-26 23:21:59 +08:00
wangk
224c114d20
fix:重启服务后存在多个闲聊助手 ( #1928 )
2024-11-26 21:41:20 +08:00
tristanliu
1de999dc1d
Merge branch 'master' into feature/fontend_route_rebuild
...
# Conflicts:
# webapp/packages/supersonic-fe/src/pages/SemanticModel/View/components/DataSetTable.tsx
# webapp/packages/supersonic-fe/src/pages/SemanticModel/View/index.tsx
# webapp/packages/supersonic-fe/src/pages/SemanticModel/components/DomainManagerTab.tsx
2024-11-26 20:32:34 +08:00
tristanliu
2eca2d1c14
[improvement][headless-fe] Revised the interaction for semantic modeling routing and implemented the initial version of metric management switching.
2024-11-26 20:28:24 +08:00
jerryjzhang
40bfcdce2c
[improvement][headless]Clean code logic of headless translator.
2024-11-26 15:21:57 +08:00
jerryjzhang
b84dde3799
[improvement][headless]Clean code logic of headless translator.
2024-11-26 11:16:48 +08:00
jerryjzhang
91b16f95ff
[improvement][headless]Add company demo schema and data to integration test.
...
[improvement][headless]Clean code logic of headless translator.
2024-11-25 23:51:39 +08:00
jerryjzhang
860fd5d299
[improvement][headless]Clean code logic of headless translator.
2024-11-25 21:12:03 +08:00
daikon12
c22e3ef2e8
[improvement](Dict)Support returns dict task list of dimensions by page
2024-11-24 16:20:57 +08:00
lxwcodemonkey
296ce5cc55
[improvement][Chat] Support agent permission management #1143
2024-11-24 11:32:57 +08:00
Siri-Ray
722f40cdf7
(improvement)(auth) Add user email info to jwt claim ( #1921 )
2024-11-24 09:41:33 +08:00
tristanliu
0edadd01eb
[improvement][headless-fe] route rebuild stash
2024-11-23 17:23:16 +08:00
Jun Zhang
a942132b83
Merge branch 'tencentmusic:master' into master
2024-11-23 09:09:59 +08:00
Jun Zhang
cb183b7ac8
[improvement][Chat] Support agent permission management ( #1923 )
...
* [improvement][Chat] Support agent permission management #1143
* [improvement][chat]Iterate LLM prompts of parsing and correction.
* [improvement][headless-fe] Added null-check conditions to the data formatting function.
* [improvement][headless]Clean code logic of headless translator.
---------
Co-authored-by: lxwcodemonkey <jolunoluo@tencent.com >
Co-authored-by: tristanliu <tristanliu@tencent.com >
2024-11-23 09:09:04 +08:00
pisces
244052e806
fix(semanticModel): model options not exist when creating new dataset ( #1919 )
2024-11-22 10:37:15 +08:00
tristanliu
46d64d78f3
[improvement][headless-fe] Unified the assistant's permission settings interaction to match the system style.
2024-11-22 10:24:08 +08:00
tristanliu
62fc2dd18a
[improvement][headless-fe] Added permissions management for agents.
2024-11-21 18:09:31 +08:00
jerryjzhang
be05f977d5
[improvement][headless]Clean code logic of headless translator.
2024-11-21 09:09:24 +08:00
jerryjzhang
d7586a5d3b
[improvement][headless]Clean code logic of headless translator.
2024-11-20 22:23:53 +08:00
pisces
e990b37433
fix: 新建模型,存在多个度量的情况下,度量的扩展配置均会显示成第1个度量中的值; ( #1909 )
...
* fix(semantic-model): 新建模型,存在多个度量的情况下,度量的扩展配置均会显示成第1个度量中的值
* refactor(semantic-model): 新建模型,扩展配置的取值方式,find重构成解构
---------
Co-authored-by: tristanliu <37809633+sevenliu1896@users.noreply.github.com >
2024-11-20 12:04:05 +08:00
jerryjzhang
eb502e740c
Merge remote-tracking branch 'ssbi/master' into ssmaster
2024-11-19 20:14:02 +08:00
jerryjzhang
62a4d60a0b
[improvement][headless]Clean code logic of headless core.
2024-11-19 20:13:49 +08:00
tristanliu
8d63ed170a
[improvement][headless-fe] Added null-check conditions to the data formatting function.
2024-11-19 14:28:29 +08:00
Jun Zhang
f4f0e58bfb
Merge branch 'tencentmusic:master' into master
2024-11-18 23:11:35 +08:00
解(xie)先生🌽
534da49309
(fix) 同环比计算为null时最新日期的数据被覆盖前端显示一直为0
2024-11-18 23:10:37 +08:00
Jun Zhang
8c6da5dc54
Merge branch 'tencentmusic:master' into master
2024-11-18 19:29:36 +08:00
解(xie)先生🌽
159d91fd0f
(fix) (chat) 记忆管理更新不生效 ( #1912 )
2024-11-18 19:27:42 +08:00
解(xie)先生🌽
5a8c20a00b
(fix) (chat) 记忆管理更新不生效 ( #1912 )
2024-11-18 14:39:34 +08:00
jerryjzhang
cd889b479c
[improvement][headless]Clean code logic of headless core.
2024-11-17 22:54:45 +08:00
jerryjzhang
a0f53359ef
[improvement][chat]Iterate LLM prompts of parsing and correction.
2024-11-17 09:06:42 +08:00
lxwcodemonkey
36d221ab74
[improvement][Chat] Support agent permission management #1143
2024-11-16 21:54:59 +08:00
Jun Zhang
e8c9855163
[improvement][launcher]Clean code logic of s2demos and remove tag-related constructs.
2024-11-16 17:23:35 +08:00
Jun Zhang
ba1938f04b
Merge fixes and improvements ( #1910 )
...
Co-authored-by: tristanliu <tristanliu@tencent.com >
2024-11-16 13:57:54 +08:00
zhaodongsheng
5e22b412c6
(fix) CoreDictionaryPath Incorrect Assignment ( #1903 )
2024-11-14 22:34:59 +08:00
LXW
87729956e8
(improvement)(Headless) Refactor the SemanticModeller to rule first and then llm, and automatically infer field types in the rule method. ( #1900 )
...
Co-authored-by: lxwcodemonkey
2024-11-11 00:10:58 +08:00
jerryjzhang
ea6a9ebc5f
[improvement][launcher]Refactor built-in demos.
2024-11-10 21:29:49 +08:00
jerryjzhang
14a19a901f
[improvement][project]Simplify code logic in multiple modules.
2024-11-10 14:31:12 +08:00
lexluo09
ca4545bb15
[improvement][chat] Only vector retrieval is enabled in loose mode ( #1899 )
2024-11-10 10:39:17 +08:00
Jun Zhang
e0e167fd40
[improvement][chat]Refactor code logic in rule-based parsing.
2024-11-09 15:49:08 +08:00
lexluo09
d4a9d5a7e6
[fix][chat] The terms in the descriptor of the term no longer undergo descriptor mapping ( #1897 )
2024-11-09 14:16:55 +08:00
Jun Zhang
c9c6dc4e44
Merge a number of fixes and improvements ( #1896 )
2024-11-09 00:23:02 +08:00
yudong
524ec38edc
[improvement][chat]记忆评估性能优化 ( #1887 )
2024-11-08 23:06:43 +08:00
xiao liang
9edcb9f91c
chat接口,匹配数据集逻辑错误,导致智能匹配第一个数据集 ( #1884 )
2024-11-04 17:10:41 +08:00
jerryjzhang
6f2af79756
[improvement][chat]Move processor related logic from headless to chat.
2024-11-04 16:27:26 +08:00
tristanliu
7be885d9c8
[improvement][headless-fe] Fixed a logic error in the editing process of dimension value aliases in the question-answering dialogue of the assistant module ( #1880 )
...
* [improvement][semantic-fe] Updating the logic for the fieldName.
* [improvement][semantic-fe] Adjusting the position of the metrics tab.
* [improvement][semantic-fe] Changing the 字段名称 to 英文名称.
* [improvement][semantic-fe] Fix metric measurement deletion.
* [improvement][semantic-fe] UI optimization for metric details page.
* [improvement][semantic-fe] UI optimization for metric details page.
* [improvement][semantic-fe] UI adjustment for metric details page.
* [improvement][semantic-fe] The granularity field in the time type of model editing now supports setting it as empty.
* [improvement][semantic-fe] Added field type and metric type to the metric creation options.
* [improvement][semantic-fe] The organization structure selection feature has been added to the permission management.
* [improvement][semantic-fe] Improved user experience for the metric list.
* [improvement][semantic-fe] fix update the metric list.
* [improvement][headless-fe] Added view management functionality.
* [improvement][headless-fe] The view management functionality has been added. This feature allows users to create, edit, and manage different views within the system.
* [improvement][headless-fe] Added model editing side effect detection.
* [improvement][headless-fe] Fixed the logic error in view editing.
* [improvement][headless-fe] Fixed the issue with initializing dimension associations in metric settings.
* [improvement][headless-fe] Added the ability to hide the Q&A settings entry point.
* [improvement][headless-fe] Fixed the issue with selecting search results in metric field creation.
* [improvement][headless-fe] Added search functionality to the field list in model editing.
* [improvement][headless-fe] fix the field list in model editing
* [improvement][headless-fe] Restructured the data for the dimension value settings interface.
* [improvement][headless-fe] Added dynamic variable functionality to model creation based on SQL scripts.
* [improvement][headless-fe] Added support for passing dynamic variables as parameters in the executeSql function.
* [improvement][headless-fe] Resolved the issue where users were unable to select all options for dimensions, metrics, and fields in the metric generation process.
* [improvement][headless-fe] Replaced the term "view" with "dataset"
* [improvement][headless-fe] Added the ability to export metrics and dimensions to a specific target.
* [improvement][headless-fe] Enhanced dataset creation to support the tag mode.
* [improvement][headless-fe] Added tag value setting.
* [improvement][headless-fe] Optimized the tag setting system.
* [improvement][headless-fe] Optimized the tag setting system.
* [improvement][headless-fe] Updated the data initialization for model editing to use API requests instead.
* [improvement][headless-fe] Added search functionality to model management.
* [improvement][headless-fe] Removed field null validation during model editing.
* [improvement][headless-fe] Updated the batch operation button component.
* [improvement][headless-fe] Optimized the logic for initializing indicators in dimension value settings.
* [improvement][headless-fe] Adjusted the length of the input field for model editing names.
* [improvement][headless-fe] Lock the version of the @ant-design/pro-table component and replace it with @ant-design/pro-components.
* [improvement][headless-fe] Optimized the style of the metrics market and tags market.
* [improvement][headless-fe] The quick creation of model fields now defaults to using the "comment" field for filling.
* [improvement][headless-fe] The quick creation of model fields now defaults to using the "comment" field for filling
* [improvement][headless-fe] The quick creation of model fields now defaults to using the "comment" field for filling.
* [improvement][headless-fe] Fixed the issue where the conditions for metric measurement creation were not being saved correctly.
* [improvement][headless-fe] Default value setting for hiding dimensions.
* [improvement][headless-fe] Updated the file imports in the project.
* [improvement][headless-fe] Adjusted the logic for displaying the tab in the theme domain.
* [improvement][headless-fe] Added term management functionality.
* [improvement][headless-fe] When creating a model, the current metric operator now allows for clearance.
* [improvement][headless-fe] Term management interface transformation
* [improvement][headless-fe] Migrating scaffold version to @umi/max
* [improvement][headless-fe] remove modle column
* [improvement][headless-fe] 1.Added configuration for the large language model in the agent; 2.upgraded React version from 17 to 18; 3.modified some UI effects.
* [improvement][headless-fe] Added a simplified mode to the question-answering system.
* [improvement][headless-fe] remove pnpm-lock
* [improvement][headless-fe] add pnpm-lock
* [improvement][headless-fe] Fixed the issue with passing the modelId during initialization.
* [improvement][headless-fe] Fixed the issue with abnormal comments during model creation.
* [improvement][headless-fe] fix build bugs
* [improvement][headless-fe] change build config
* [improvement][headless-fe] route config change
* [improvement][headless-fe] Optimized data updating when switching domains.
* [improvement][headless-fe] css change
* [improvement][semantic-fe] logo css change
* [improvement][semantic-fe] system config add defaultValue support
* [improvement][semantic-fe] tag mode wording change
* [improvement][semantic-fe] fix metric edit page init error
* [improvement][supersonic-fe] Updated the way chat projects are imported in supersonic-fe.
* [improvement][chat-engine] Added a background silent mode for watching chat projects.
* [improvement][supersonic-fe] fix proxy url
* [improvement][headless-fe] agent setting update
* [improvement][headless-fe] Agent configuration: Added connectivity testing for large models.
* [improvement][headless-fe] Chat: Enabled integration with agent configuration.
* [improvement][headless-fe] SQL formatter: Updated the import method.
* [improvement][headless-fe] login fixed
* [improvement][headless-fe] Agent: Optimized the logic for saving.
* [improvement][headless-fe] Model management: Integrated into the main theme domain.
* [improvement][headless-fe] Sensitivity: Added bulk modification functionality.
* [improvement][headless-fe] wording change
* [improvement][headless-fe] Prompt configuration: Added the ability to configure prompts.
* [improvement][headless-fe] Added the ability to configure embedding models.
* [improvement][headless-fe] hidden configure embedding models.
* [improvement][headless-fe] Connection test prompt update for large language model settings.
* [improvement][headless-fe] add memory review config
* [improvement][headless-fe] Rollback of data structure for large language model configuration.
* [improvement][headless-fe] Added dependency relationships between various items in system configuration.
* [improvement][headless-fe] Added password parsing to the generation rules of system settings.
* [improvement][headless-fe] Added slider parsing to the generation rules of system settings.
* [improvement][headless-fe] Optimized the logic for initializing values in system settings.
* [improvement][headless-fe] Optimized the time format
* [improvement][headless-fe] Unified the SQL generation method for data sets to ensure consistency and improve efficiency.
* [improvement][headless-fe] Added support for data sets with non-partitioned time fields
* [improvement][headless-fe] Added support for editing time formats in dimension settings
* [improvement][headless-fe] Rolled back the time parameter in the metric details page to its previous state
* [improvement][headless-fe] Fixed the issue with hidden field validation when editing dimensions
* [improvement][headless-fe] Added a connectivity test for large models in the system settings
* [improvement][headless-fe] Changed the METRIC type in ChatContextType queryType to AGGREGATE
* [improvement][headless-fe] Added query and batch delete operations to the terminology management feature
* [improvement][headless-fe] Enhanced the memory management feature by adding sorting functionality and other optimization features.
* [improvement][headless-fe] Resolved the compatibility issue with the backend service where the updatedAt and other time fields were not being properly converted to the updated_at format for sorting purposes.
* [improvement][headless-fe] Added a configuration interface for large language models
* [improvement][headless-fe] Introduced a new configuration option in the assistant module specifically for large model applications.
* [improvement][headless-fe] Replaced the agentConfig with toolConfig
* [improvement][headless-fe] Resolved the issue with the test connection parameters for the large model configuration.
* [improvement][headless-fe] Implemented a new feature where the tool configuration types can be fetched from the backend API
* [improvement][headless-fe] Updated the dimension value settings to retrieve and display values from a dictionary.
* [improvement][headless-fe] Adjusted the pageSize of the dimension value settings list to 20.
* [improvement][headless-fe] Introduced a revamped configuration for the large model in the assistant module.
* [improvement][headless-fe] Added new functionality to the assistant's memory management system
* [improvement][headless-fe] Optimized the management of CSS styles in the assistant module.
* [improvement][headless] fixed build config
* [improvement][headless-fe] Revamped the dimension value settings in the assistant module.
* [improvement][headless-fe] Optimized the initialization process of dimension value settings in the assistant module.
* [improvement][headless-fe] Added support for user confirmation mode in the question-answering dialogue of the assistant module.
* [improvement][headless-be] As part of the ongoing improvements to the question-answering dialogue, the datasetId will now be included as a parameter in the API endpoint /api/chat/query/search for querying the question-answering dataset.
* [improvement][headless-be] Optimized the logic for intent confirmation and streamlined mode in the question-answering dialogue of the assistant module.
* [improvement][headless-be] rollback proxy config
* [improvement][headless-fe] Enhanced the display of errMsg and textSummary in the question-answering dialogue of the assistant module
* [improvement][headless-fe] Fixed a logic error in the editing process of dimension value aliases in the question-answering dialogue of the assistant module
---------
Co-authored-by: tristanliu <tristanliu@tencent.com >
2024-11-04 11:21:26 +08:00
jerryjzhang
9a05b5cce6
[improvement][headless]Deprecate and remove entity-related abstraction and logic.#1876
2024-11-04 10:17:30 +08:00
lexluo09
3b65b1c80b
[improvement][headless] Remove entities from the dictionary and search interface ( #1878 )
2024-11-04 10:06:10 +08:00
jerryjzhang
1e5bf7909e
[improvement][headless]Deprecate and remove entity-related abstraction and logic.#1876
2024-11-04 09:53:18 +08:00
lexluo09
6a4458a572
[improvement][build] Optimize pushing images through GitHub Actions ( #1875 )
2024-11-02 21:33:15 +08:00
lexluo09
1867447b6e
[improvement][build] Support manual pushing of images through GitHub Actions ( #1874 )
2024-11-02 18:09:11 +08:00
jerryjzhang
ff7fb50030
[release]Kick off v0.9.10 snapshot.
2024-11-01 22:59:54 +08:00