jipeli
207d6cba43
[improvement][semantic] add materialization aggOption default function ( #240 )
...
Co-authored-by: jipengli <jipengli@tencent.com >
2023-10-17 12:30:43 +08:00
jipeli
40ba179703
(feature)(semantic) add materialization optimizer ( #239 )
...
Co-authored-by: jipengli <jipengli@tencent.com >
2023-10-16 22:07:45 +08:00
tristanliu
5b8fde70ca
[improvement][semantic-fe] optimize the presentation of metric trend permissions ( #238 )
...
* [improvement][semantic-fe] Add model alias setting & Add view permission restrictions to the model permission management tab.
[improvement][semantic-fe] Add permission control to the action buttons for the main domain; apply high sensitivity filtering to the authorization of metrics/dimensions.
[improvement][semantic-fe] Optimize the editing mode in the dimension/metric/datasource components to use the modelId stored in the database for data, instead of relying on the data from the state manager.
* [improvement][semantic-fe] Add time granularity setting in the data source configuration.
* [improvement][semantic-fe] Dictionary import for dimension values supported in Q&A visibility
* [improvement][semantic-fe] Modification of data source creation prompt wording"
* [improvement][semantic-fe] metric market experience optimization
* [improvement][semantic-fe] enhance the analysis of metric trends
* [improvement][semantic-fe] optimize the presentation of metric trend permissions
2023-10-16 07:16:39 -05:00
lexluo09
e3232f0198
(improvement)(chat) support sub-query in having ( #237 )
2023-10-16 20:05:05 +08:00
tristanliu
c5536aa25d
[improvement][semantic-fe] enhance the analysis of metric trends ( #234 )
...
* [improvement][semantic-fe] Add model alias setting & Add view permission restrictions to the model permission management tab.
[improvement][semantic-fe] Add permission control to the action buttons for the main domain; apply high sensitivity filtering to the authorization of metrics/dimensions.
[improvement][semantic-fe] Optimize the editing mode in the dimension/metric/datasource components to use the modelId stored in the database for data, instead of relying on the data from the state manager.
* [improvement][semantic-fe] Add time granularity setting in the data source configuration.
* [improvement][semantic-fe] Dictionary import for dimension values supported in Q&A visibility
* [improvement][semantic-fe] Modification of data source creation prompt wording"
* [improvement][semantic-fe] metric market experience optimization
* [improvement][semantic-fe] enhance the analysis of metric trends
2023-10-16 06:10:37 -05:00
lexluo09
37bb9ff767
(improvement)(semantic) format code in RecommendServiceImpl ( #233 )
2023-10-16 18:07:06 +08:00
LXW
f2e8207245
(improvement)(semantic) support metric relate dimension setting ( #229 )
...
Co-authored-by: jolunoluo
2023-10-16 16:43:09 +08:00
lexluo09
86bf40c8fb
(feature)(chat) optimized code in GroupByCorrector ( #226 )
v0.7.5
2023-10-16 12:11:59 +08:00
lexluo09
f90ab22119
(feature)(chat) add aggregate to metric in GroupByCorrector ( #225 )
2023-10-16 10:45:40 +08:00
williamhliu
8e7d224b7b
(feature)(webapp) modify chat sdk setupProxy config ( #224 )
...
* (feature)(webapp) use nativeQuery field to determine whether it is a selection
* (feature)(webapp) modify chat sdk version
* (feature)(webapp) modify setupProxy target
* (feature)(webapp) modify setupProxy target
* (feature)(webapp) modify setupProxy target
* (feature)(webapp) modify chat sdk setupProxy config
2023-10-14 17:31:19 +08:00
williamhliu
29925a90ca
(feature)(webapp) modify chat sdk setupProxy config ( #223 )
2023-10-14 17:14:40 +08:00
williamhliu
fdf48d7bfd
(feature)(webapp) use nativeQuery field to determine whether it is a selection ( #222 )
2023-10-14 16:37:28 +08:00
LXW
d9efe8f137
(improvement)(semantic) modify demo data to adapt to sql splicing ( #221 )
...
Co-authored-by: jolunoluo
2023-10-13 22:13:35 +08:00
lexluo09
6afb2f0914
(improvement)(chat) deal webapp copy in start ( #220 )
2023-10-13 21:11:05 +08:00
lexluo09
82ab9e3a6a
(improvement)(chat) reduce log in build.sh and set dir in individual ( #219 )
2023-10-13 20:25:30 +08:00
lexluo09
f5ca33859c
(improvement)(chat) remove setEnvToWeb in moveAllToRuntime ( #218 )
2023-10-13 19:58:54 +08:00
LXW
a0b4fb33c1
(improvement)(chat) solved query recall add embedding url check ( #217 )
...
Co-authored-by: jolunoluo
2023-10-13 19:53:22 +08:00
williamhliu
40705181a0
(fix)(webapp) fix the issue of missing agentId in the parameter passing of recommended similar questions in the history record ( #216 )
2023-10-13 19:43:18 +08:00
lexluo09
308178f299
(improvement)(project) update the changelog (update to 0.7.5) ( #215 )
2023-10-13 19:20:03 +08:00
lexluo09
410f2c93b9
(improvement)(chat) update version to 0.7.5 and reduce log in supersonic-daemon.sh ( #214 )
2023-10-13 19:16:31 +08:00
williamhliu
767abc2b90
(feature)(webapp) add filter modify and similar questions ( #213 )
2023-10-13 18:31:00 +08:00
lexluo09
ab19b18169
(improvement)(chat) fix supersonic sh set envToWeb ( #212 )
2023-10-13 17:54:36 +08:00
lexluo09
406fe995c9
(improvment)(chat) add relative path to supersonic-common.sh ( #211 )
2023-10-13 17:32:29 +08:00
lexluo09
151963ea79
(improvement)(chat) support nested query sql ( #210 )
2023-10-13 17:24:10 +08:00
lexluo09
5583426115
(improvement)(chat) optimize start stop build scripts and the runtime dir does not exist move all to runtime ( #209 )
2023-10-13 16:32:59 +08:00
LXW
9d1707eba1
(improvement)(script) build runtime directory in supersonic-daemon.bat ( #208 )
...
Co-authored-by: jolunoluo
2023-10-13 15:34:27 +08:00
lexluo09
f605cf0ef9
(improvment)(chat) if exist count() in dsl,set query to NATIVE and only order by field and group by field can add to select ( #206 )
2023-10-13 14:25:24 +08:00
LXW
119e5b8c58
(improvement)(chat) solved query code compatible with checkstyle ( #205 )
...
Co-authored-by: jolunoluo
2023-10-13 13:27:46 +08:00
lexluo09
de764f3353
(improvment)(chat) refactor the jsqlparser code ( #204 )
2023-10-13 11:45:04 +08:00
LXW
e4280e5516
(improvment)(chat) semantic parse info dimension filters support UNION and AND splicing methods ( #203 )
...
Co-authored-by: jolunoluo
2023-10-13 11:33:03 +08:00
LXW
886ee32e2f
(improvment)(chat) remove low-scoring queries from recommended questions ( #202 )
...
Co-authored-by: jolunoluo
2023-10-13 11:17:52 +08:00
LXW
7544780ff7
(improvment)(chat) remove the parse in candidate parse that has the same score as selectparse ( #201 )
...
Co-authored-by: jolunoluo
2023-10-13 10:05:51 +08:00
mainmain
26beff1080
(improvement)(chat) dsl supports revision ( #200 )
2023-10-12 21:45:40 +08:00
LXW
88b8130d37
(improvment)(semantic) dimension and metric list support alias and createdBy query ( #199 )
...
Co-authored-by: jolunoluo
2023-10-12 17:12:12 +08:00
LXW
e7b8c68dba
(improvment)(chat) optimize parse performance ( #197 )
...
* (improvment)(chat) optimize parse performance
---------
Co-authored-by: jolunoluo
2023-10-12 11:51:57 +08:00
lexluo09
b753eda9b9
(improvement)(chat) set native value in parser and execute , optimized the executeDirectQuery code ( #196 )
2023-10-12 11:38:48 +08:00
lexluo09
e6f2ce2598
(improvement)(chat) if there is no group by in dsl,set MetricTable's aggOption to NATIVE ( #195 )
2023-10-11 23:51:09 +08:00
lexluo09
a191bbbf6e
(improvement)(chat) update load bench mark demo - to _ ( #194 )
2023-10-11 15:17:13 +08:00
jipeli
65f48dd789
Merge pull request #193 from jipeli/master
...
(improvement)(semantic) metric table add agg option
2023-10-11 14:51:46 +08:00
jipengli
c14d4e59d4
(improvement)(semantic) metric table add agg option
2023-10-11 14:45:20 +08:00
lexluo09
6b2a14e589
(improvement)(chat) The group by field can be added even if the group by field already exists ( #192 )
2023-10-11 13:14:42 +08:00
lexluo09
d6cefaa6d2
(improvement)(chat) If the number of aggregated fields is equal to the number of queried fields, do not add fields to select ( #191 )
2023-10-11 11:08:45 +08:00
mainmain
278af3ce34
(improvement)(chat) dsl supports revision and fix queryDimensionValue performance ( #188 )
2023-10-10 21:28:42 +08:00
lexluo09
3b1cbd4fd7
(improvement)(chat) group by corrector remove aggregate fields ( #186 )
2023-10-10 17:42:19 +08:00
lexluo09
500652da36
(improvement)(chat) support add parenthesis and add arenthesis in sys_imp_date ( #184 )
2023-10-10 16:13:48 +08:00
lexluo09
eee39f56a8
(improvement)(chat) support updateFieldValueByLinkingValue and fix EntityListQuery NullPointerException ( #182 )
2023-10-10 11:16:52 +08:00
lexluo09
719b797037
(improvement)(chat) support remove InExpression and partly complete fillResponse if queryResults exist primaryEntityBizName ( #181 )
2023-10-09 18:07:14 +08:00
Bowen Liang
7cb8208065
use default python and pip ( #178 )
2023-10-09 15:28:20 +08:00
Bowen Liang
a03ababc80
show commands in scripts ( #177 )
2023-10-09 15:26:01 +08:00
jerryjzhang
a3565a0ae9
[improvement][docs]Update README to add wechat account
2023-10-09 14:11:45 +08:00