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