LXW
d7fafa361d
(improvement)(chat) Switching metric supports default aggregation method of metric ( #534 )
...
Co-authored-by: jolunoluo
2023-12-18 18:51:21 +08:00
LXW
64615cbef9
(improvement)(semantic) Querying dimension values supports models without time dimensions ( #528 )
...
Co-authored-by: jolunoluo
2023-12-18 13:18:18 +08:00
jipeli
c86cd9f901
[improvement][semantic] refactor zipper source type ( #518 )
...
Co-authored-by: jipengli <jipengli@tencent.com >
2023-12-15 21:47:35 +08:00
LXW
e9a479e2df
(improvement)(chat) Add DrillDownDimensionProcessor and SimilarQueryProcessor to obtain recommended dimensions and similar queries ( #511 )
...
Co-authored-by: jolunoluo
2023-12-15 10:27:33 +08:00
LXW
f89be48e98
(improvement)(semantic) save metric default query config ( #503 )
...
Co-authored-by: jolunoluo
2023-12-13 21:29:15 +08:00
lexluo09
abbe8c84a1
[improvement](python) LLM related services support Java service invocation ( #484 )
2023-12-08 19:24:58 +08:00
LXW
4280aad0a7
(improvement)(semantic) Supply and compatible with mysql demo data ( #464 )
...
Co-authored-by: jolunoluo
2023-12-02 23:17:27 +08:00
mainmain
e469c449b4
[improvement] supersonic adapt checkstyle ( #451 )
2023-11-30 11:41:55 +08:00
LXW
db88127da9
(fix)(semantic) Modify data type of s2_collect in schema-mysql.sql and fixed startup problem when database data is empty ( #442 )
...
Co-authored-by: jolunoluo
2023-11-28 13:55:19 +08:00
lexluo09
7c7ccadcfd
[improvement](chat) fix checkstyle error in CollectService ( #439 )
2023-11-28 00:39:22 +08:00
LXW
02b9dc6947
(improvement)(chat) Update ConfigureDemo and dict txt for test ( #438 )
...
Co-authored-by: jolunoluo
2023-11-28 00:31:54 +08:00
jipeli
27bb1b322e
(improvement) Move out the datasource and merge the datasource with the model, and adapt the chat module ( #423 )
...
Co-authored-by: jolunoluo <jolunoluo@tencent.com >
2023-11-27 11:05:24 +08:00
lexluo09
aa433baa06
[improvement](python) LLM parsing related services support Python service and Java service invocation ( #418 )
2023-11-24 15:59:29 +08:00
LXW
291c00749a
(improvement)(semantic) Support dimension search by tag or not, compatible with historical data ( #414 )
...
Co-authored-by: jolunoluo
2023-11-22 10:31:35 +08:00
LXW
6763ea0f7b
(improvement)(semantic) Support dimension search by tag or not ( #413 )
...
Co-authored-by: jolunoluo
2023-11-21 22:06:36 +08:00
LXW
91718592d4
(improvement)(semantic) Add is_tag label to the dimension and Specify entity alias on datasource primary-key ( #411 )
...
Co-authored-by: jolunoluo
2023-11-21 11:44:27 +08:00
lexluo09
2c23c2f574
[improvement](chat) Fix the shutdown issue with the Python service. ( #405 )
2023-11-20 13:24:38 +08:00
daikon
dd115f9d37
[improvement](knowledge) add dataSource filter sql for fillKnowledgeDimValue ( #402 )
...
Co-authored-by: kanedai <kanedai@tencent.com >
2023-11-18 16:12:31 +08:00
LXW
8f19584ad7
(improvement)(semantic)Simplify datasource related code and support setting filter SQL for dict generation ( #397 )
...
* (improvement) (semantic) Simplify datasource related code and support setting filtering SQL for dict generation
* (improvement) (semantic) Remove the semicolon at the end of the datasource SQL
* (improvement) (common) Update sys parameter init
---------
Co-authored-by: jolunoluo
2023-11-17 17:52:28 +08:00
LXW
5ccde0206c
(feature) (chat) add llm examples in chat config ( #379 )
...
Co-authored-by: jolunoluo
2023-11-14 16:27:10 +08:00
LXW
1ad2c5402b
(feature) (common) add sys parameter setting ( #377 )
...
Co-authored-by: jolunoluo
2023-11-13 22:07:18 +08:00
LXW
731238de08
Feature/Refactor querySelect to queryRanker and fix some errors in integration tests ( #369 )
...
* (fix) (chat) fix the context saving failure caused by the loss of default values caused by @builder
* (fix) (chat) fix date and metrics result in parse info in integration test
* (improvement) (chat) refactor querySelect to queryRanker
---------
Co-authored-by: jolunoluo
2023-11-12 22:47:58 +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
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
LXW
0fa31f84a3
(improvement)(semantic) compatible with old versions of clickhouse ( #285 )
...
Co-authored-by: jolunoluo
2023-10-24 18:26:49 +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
LXW
968d50e071
(improvement)(chat) show case filter by user name ( #245 )
...
Co-authored-by: jolunoluo
2023-10-17 17:52:27 +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
de764f3353
(improvment)(chat) refactor the jsqlparser code ( #204 )
2023-10-13 11:45:04 +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
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
df7fea9ee3
(improvement)(chat) add addAggregateToMetric in GlobalAfterCorrector and fix getAgg null ( #152 )
2023-09-27 12:55:59 +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
LXW
ff5479f1a2
add metric and dimension name check ( #149 )
...
* (improvement)(semantic) add metric and dimension name check
* (improvement)(chat) opt QueryResponder recalling history similar solved query
---------
Co-authored-by: jolunoluo
2023-09-26 20:17:52 +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
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
jipeli
071ef8432e
[improvement][semantic] add get metric agg function ( #110 )
2023-09-20 21:39:59 +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
LXW
7bc64bc53b
(fix)(semantic) fix database db name modify error ( #99 )
2023-09-19 09:11:14 +08:00
daikon
a8add4c013
[release](project)update version 0.7.4 backend ( #66 )
2023-09-10 21:26:46 +08:00