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 |
|
lexluo09
|
16c3de44e4
|
(improvement)(chat) Overall code optimization for the corrector (#345)
|
2023-11-09 16:03:05 +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 |
|
yangde
|
67f658ced2
|
(fix)(semantic) Fixed monday time fetch under MysqlAdaptor (#340)
|
2023-11-09 10:30:02 +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 |
|
LXW
|
aa6c658a9a
|
(improvement) optimize schema data change monitoring (#333)
Co-authored-by: jolunoluo
|
2023-11-06 22:11:56 +08:00 |
|
lexluo09
|
910384d17f
|
(improvement)(chat) Support semantic understanding, optimize the overall code of the mapper. (#321)
|
2023-11-05 13:14:07 +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 |
|
lexluo09
|
2f812372d7
|
add switch to translate S2QL into SQL (#314)
|
2023-11-02 20:58:45 +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 |
|
daikon
|
e44e7ca8d5
|
[improvement](materialization) materializationZipperUtils support array type (#289)
|
2023-10-25 20:21:24 +08:00 |
|
LXW
|
0fa31f84a3
|
(improvement)(semantic) compatible with old versions of clickhouse (#285)
Co-authored-by: jolunoluo
|
2023-10-24 18:26:49 +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 |
|
LXW
|
f4638b48d5
|
(improvement)(chat) async save time statistic and update parse info (#264)
Co-authored-by: jolunoluo
|
2023-10-20 11:23:13 +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
|
968d50e071
|
(improvement)(chat) show case filter by user name (#245)
Co-authored-by: jolunoluo
|
2023-10-17 17:52:27 +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 |
|
LXW
|
f2e8207245
|
(improvement)(semantic) support metric relate dimension setting (#229)
Co-authored-by: jolunoluo
|
2023-10-16 16:43:09 +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 |
|
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
|
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 |
|
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 |
|