LXW
|
8ed7e91221
|
(improvement) (semantic) support metric data batch download (#358)
Co-authored-by: jolunoluo
|
2023-11-10 16:35:17 +08:00 |
|
lexluo09
|
e537b738e4
|
(improvement)(chat) Make s2ql switch compatible, executeDirectQuery also needs to perform corrections, and update ParserInfo. (#355)
|
2023-11-10 14:31:02 +08:00 |
|
lexluo09
|
63a526709d
|
(improvement)(chat) fix count_distinct error in struct query and not init S2SqlByStruct if isUseS2SqlSwitch is false (#353)
|
2023-11-09 23:02:17 +08:00 |
|
lexluo09
|
7d33c49db8
|
Modify s2ql to s2sql and add LLMSemanticQuery containing S2SQLQuery and MetricInterpretQuery. (#350)
|
2023-11-09 21:59:27 +08:00 |
|
LXW
|
2aeeb1a14e
|
(improvement) (semantic) query dimension value support specifying time range (#343)
Co-authored-by: jolunoluo
|
2023-11-09 11:50:19 +08:00 |
|
lexluo09
|
0365886270
|
(improvement)(chat) Rules and large model queries should be queried using s2sql (#334)
|
2023-11-07 16:23:31 +08:00 |
|
yangde
|
2fe56e7462
|
(improvement)(chat) Special handling for count_distinct operator during SQL correcting and explaining (#320)
|
2023-11-04 12:58:25 +08:00 |
|
daikon
|
b8989e204f
|
[improvement](knowledge) support knowledge scenes without dates (#318)
Co-authored-by: kanedai <kanedai@tencent.com>
|
2023-11-03 17:34:03 +08:00 |
|
LXW
|
ad20380283
|
Feature/model data embedding for chat and support status for metric and dimension (#311)
* (improvement)(semantic) add offline status for metric and dimension
* (improvement)(chat) add metric recall
---------
Co-authored-by: jolunoluo
|
2023-11-02 18:44:58 +08:00 |
|
lexluo09
|
b9f5e0a354
|
(improvement)(project) The Corrector is integrated into the Semantic module as an intermediate step for translating S2QL into SQL (#306)
|
2023-11-01 22:34:55 +08:00 |
|
jipeli
|
372e4acc2c
|
(improvement)(semantic) fixed withAs not supported on CK version lower than 20.4 (#305)
Co-authored-by: jipengli <jipengli@tencent.com>
|
2023-11-01 17:57:38 +08:00 |
|
mainmain
|
ae9aa1ba0f
|
(improvement)(chat) fix in replace bug (#302)
|
2023-10-31 15:54:15 +08:00 |
|
mainmain
|
80cce47f58
|
[improvement] add dimensionValue alias for sql execute (#296)
|
2023-10-26 21:13:43 +08:00 |
|
mainmain
|
e4e39e0496
|
(improvement)(chat) add traceId and time cost for show (#272)
|
2023-10-24 16:21:30 +08:00 |
|
LXW
|
cd901fbc68
|
(fix)(semantic) fix query response show type (#282)
Co-authored-by: jolunoluo
|
2023-10-24 10:50:09 +08:00 |
|
lexluo09
|
8fde378534
|
llm Corrector group by optimize (#280)
|
2023-10-23 23:13:20 +08:00 |
|
jipeli
|
cbf84876de
|
(improvement)(semantic) add dimension array dataType (#269)
Co-authored-by: jipengli <jipengli@tencent.com>
|
2023-10-23 10:23:00 +08:00 |
|
Scott
|
a1d56fc7e4
|
(fix):Fix Java string escape error (#263)
|
2023-10-20 10:27:49 +08:00 |
|
lexluo09
|
34eb94320e
|
(feature)(chat) support querying of dimension aliases and metric aliases (#260)
|
2023-10-18 21:35:12 +08:00 |
|
LXW
|
2e4954a4e8
|
(improvement)(chat) chat history record save query sql (#253)
* (improvement)(chat) history record save query sql
* (improvement)(semantic) update easyexcel version
---------
Co-authored-by: jolunoluo
|
2023-10-18 15:06:29 +08:00 |
|
lexluo09
|
8d81f63e08
|
(feature)(project) change dsl to s2ql in project and queryMode to llmParser (#250)
|
2023-10-18 09:53:01 +08:00 |
|
LXW
|
a9bb1c1f68
|
(feature)add metric check parser in chat and add metric check convert in semantic, download metric data in semantic (#241)
* (improvement)(chat) add metric check parser
* (improvement)(semantic) support metric data download
---------
Co-authored-by: jolunoluo
|
2023-10-17 13:20:20 +08:00 |
|
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 |
|
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 |
|
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
|
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 |
|
jipengli
|
c14d4e59d4
|
(improvement)(semantic) metric table add agg option
|
2023-10-11 14:45:20 +08:00 |
|
jipengli
|
ec1e63e2f2
|
(improvement)(semantic) fixed queryBySql execute error on mysql <=5.7
|
2023-10-09 12:00:25 +08:00 |
|
lexluo09
|
d9bab899fe
|
(improvement)(chat) remove space before function in semantic parser (#175)
|
2023-10-08 18:24:18 +08:00 |
|
lexluo09
|
4ccee8b107
|
(improvement)(chat) support remove where condition and fix simplifySql space error and addAggregateToMetric optimize (#170)
|
2023-10-07 21:51:37 +08:00 |
|
lexluo09
|
741ed4191b
|
(improvement)(chat) support show sum metric in chinese name and support multiple conditions in having and if not exist metirc than not addAggregateToMetric (#165)
|
2023-09-30 23:35:58 +08:00 |
|
mainmain
|
e688422ec3
|
(improvement)(semantic) perfect dsl permission (#161)
|
2023-09-27 21:01:44 +08:00 |
|
LXW
|
c03166b622
|
(improvement)(doc) remove sql.ddl in semantic and chat (#158)
Co-authored-by: jolunoluo
|
2023-09-27 18:16:35 +08:00 |
|
lexluo09
|
617db611c3
|
(improvement)(chat) logic sql show in chinese and convert to bizName in execute (#156)
|
2023-09-27 17:27:31 +08:00 |
|
mainmain
|
0982c013d1
|
[improvement](chat) dsl dimensionfilter can revise and add dsl permission (#118)
|
2023-09-21 21:57:26 +08:00 |
|
jipeli
|
6dfc728b5b
|
support foreign identify (#111)
* [improvement][semantic] add get metric agg function
* [improvement][semantic] support foreign identify
|
2023-09-20 22:20:00 +08:00 |
|
LXW
|
49ba0e3f41
|
(feature)support adding tag for metric and support super admin configuration (#108)
|
2023-09-20 17:00:38 +08:00 |
|
lexluo09
|
98656eb445
|
(improvement)(project) dsl support get topN dimension/metric by useCount and fix semanticService get dimension/metric usrCount error (#105)
|
2023-09-20 11:21:50 +08:00 |
|
lexluo09
|
a94a44826b
|
(improvement)(project) support explain in semantic and show explain sql in web and fix chat start error (#103)
|
2023-09-19 16:38:24 +08:00 |
|
LXW
|
bc69d2221a
|
(improvement)(semantic) support dimension value query in SemanticLayer (#90)
|
2023-09-14 14:01:51 +08:00 |
|
lexluo09
|
2c621a1338
|
(improvement)(chat) remove group by dimension and add FunctionAliasReplaceVisitor in dsl (#77)
* (improvement)(chat) remove group by dimension in join case
* (improvement)(chat) add FunctionAliasReplaceVisitor in dsl
---------
|
2023-09-12 17:10:43 +08:00 |
|
daikon
|
a8add4c013
|
[release](project)update version 0.7.4 backend (#66)
|
2023-09-10 21:26:46 +08:00 |
|
lexluo09
|
559ef974b0
|
(improvement)(project) support for modifying filter conditions and fix group by pushdown and add windows scipt (#49)
Co-authored-by: lexluo <lexluo@tencent.com>
|
2023-09-03 23:51:47 +08:00 |
|
mainmain
|
e1911bc81b
|
[release][project] supersonic 0.7.3 version backend update (#40)
* [improvement] add some features
* [improvement] revise CHANGELOG
---------
Co-authored-by: zuopengge <hwzuopengge@tencent.com>
|
2023-08-29 20:06:34 +08:00 |
|
mainmain
|
cf1b5336c3
|
[improvement](supersonic) based on version 0.7.2 (#34)
Co-authored-by: zuopengge <hwzuopengge@tencent.com>
|
2023-08-20 17:30:35 +08:00 |
|
jipeli
|
b1952d64ab
|
[improvement][project] supersonic 0.7.2 version backend update (#28)
Co-authored-by: jipengli <jipengli@tencent.com>
|
2023-08-15 08:56:18 +08:00 |
|