lexluo09
|
acee0a36da
|
(improvement)(chat) fix test error (#349)
|
2023-11-09 20:48:40 +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 |
|
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 |
|
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 |
|
lexluo09
|
8f37c3175f
|
(improvement)(semantic) If the field of the "AS" statement is equal to the alias, then do not replace the alias (#304)
|
2023-10-31 21:12:47 +08:00 |
|
mainmain
|
ae9aa1ba0f
|
(improvement)(chat) fix in replace bug (#302)
|
2023-10-31 15:54:15 +08:00 |
|
lexluo09
|
688d26c457
|
(improvement)(semantic) optimized llms2qlParser code and support prior exts to llm (#300)
|
2023-10-27 13:03:55 +08:00 |
|
mainmain
|
80cce47f58
|
[improvement] add dimensionValue alias for sql execute (#296)
|
2023-10-26 21:13:43 +08:00 |
|
lexluo09
|
d533496b2a
|
(improvement)(semantic) support multi sub-query in select (#288)
|
2023-10-25 17:36:46 +08:00 |
|
lexluo09
|
9a3c71df4a
|
(improvement)(chat) modelId similarity >=1 and change hanlpHelper FILE_SPILT to fit windows (#284)
|
2023-10-24 16:34:04 +08:00 |
|
mainmain
|
e4e39e0496
|
(improvement)(chat) add traceId and time cost for show (#272)
|
2023-10-24 16:21:30 +08:00 |
|
lexluo09
|
dd63b78937
|
(improvement)(chat) support InExpression in DimensionFilter and fix removeWhereExpression error (#266)
|
2023-10-20 16:01:43 +08:00 |
|
LXW
|
dc4fbb1a14
|
(improvement)(config) remove semantic url in standalone yaml (#258)
Co-authored-by: jolunoluo
|
2023-10-18 19:44:35 +08:00 |
|
mainmain
|
7d770d2a6d
|
(improvement)(chat) dsl supports revision (#254)
|
2023-10-18 17:44:14 +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
|
40ba179703
|
(feature)(semantic) add materialization optimizer (#239)
Co-authored-by: jipengli <jipengli@tencent.com>
|
2023-10-16 22:07:45 +08:00 |
|
lexluo09
|
e3232f0198
|
(improvement)(chat) support sub-query in having (#237)
|
2023-10-16 20:05:05 +08:00 |
|
lexluo09
|
151963ea79
|
(improvement)(chat) support nested query sql (#210)
|
2023-10-13 17:24:10 +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 |
|
mainmain
|
26beff1080
|
(improvement)(chat) dsl supports revision (#200)
|
2023-10-12 21:45:40 +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
|
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 |
|
lexluo09
|
8487966888
|
(improvement)(chat) suppoprt show having filter and sum(metirc) filter (#176)
|
2023-10-08 21:46:49 +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 |
|
lexluo09
|
155cf22841
|
(improvement)(chat) remove tableCorrector and add replaceFieldNameByValue test (#162)
|
2023-09-27 21:03:40 +08:00 |
|
mainmain
|
e688422ec3
|
(improvement)(semantic) perfect dsl permission (#161)
|
2023-09-27 21:01:44 +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 |
|
lexluo09
|
f931951ad5
|
(improvement)(chat) support corrector fieldName by fieldValue in like (#153)
|
2023-09-27 14:13:13 +08:00 |
|
lexluo09
|
24e8e756de
|
(improvement)(chat) add default aggregate to all metric and add group by to dimension and add metric filter in having (#150)
|
2023-09-27 00:05:45 +08:00 |
|
lexluo09
|
5c4e80c8f8
|
(improvement)(chat) filter nature throw detectModelIds in mapper and add loginSql (#144)
|
2023-09-25 21:56:47 +08:00 |
|
jolunoluo
|
553963a10a
|
(improvement)(common) increase http connection time
|
2023-09-25 21:29:30 +08:00 |
|
lexluo09
|
3addfb9a87
|
(improvement)(common) support addAggregateToField and addGroupBy and convert metricFilter to Having (#140)
|
2023-09-25 16:18:58 +08:00 |
|
jolunoluo
|
ccfdec8b45
|
(improvement)(semantic) create model demo data through api instead of data-h2.sql
(improvement)(semantic) create benchmark demo data through api instead of data-h2.sql
|
2023-09-25 15:16:14 +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 |
|
lexluo09
|
a87304b22b
|
(improvement)(chat) dsl corrector support add agg metric in having (#95)
|
2023-09-15 17:54:51 +08:00 |
|
lexluo09
|
3701ade05f
|
(improvement)(chat) dsl parser and corrector support having function (#94)
|
2023-09-15 15:38:33 +08:00 |
|
daikon
|
592870f397
|
[knowledge](improve) add knowledge base dimension value task manage (#88)
|
2023-09-14 14:01:38 +08:00 |
|
lexluo09
|
6a98ce9d28
|
(improvement)(chat) remove domain in wordservice and the model id takes precedence over the number of model aliases (#87)
|
2023-09-13 21:25:31 +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 |
|
lexluo09
|
7fce9bacc2
|
(improvement)(chat) two display modes are supported in dsl: group by and details (#74)
|
2023-09-12 13:21:23 +08:00 |
|
daikon
|
a8add4c013
|
[release](project)update version 0.7.4 backend (#66)
|
2023-09-10 21:26:46 +08:00 |
|