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
lexluo09
05b1a7ec3b
[improvement](chat) remove nativeQuery config in chat ( #394 )
2023-11-16 21:51:08 +08:00
lexluo09
46a9e5b097
[improvement](chat) Added query type parsing, supporting metrics, entities, and other query types. ( #392 )
2023-11-16 17:08:56 +08:00
LXW
36c8938ff7
(improvement) (common) add sys parameter setting ( #384 )
...
Co-authored-by: jolunoluo
2023-11-14 21:41:59 +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
lexluo09
551a376b00
(improvement)(chat) add linking value switch and rename use.s2SQL.switch parameters ( #376 )
2023-11-13 20:22:25 +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
lexluo09
cf788316c3
(improvement)(chat) updateParseInfo after selectQueries and add update mysql s2_agent table LLM_S2QL -> LLM_S2SQL ( #359 )
2023-11-10 16:43:23 +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
e0088e8f8f
update work to doXXX and integrate the SemanticCorrector code ( #351 )
2023-11-09 22:17:13 +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
acee0a36da
(improvement)(chat) fix test error ( #349 )
2023-11-09 20:48:40 +08:00
jerryjzhang
6ad74bb206
[improvement][chat]Use one RuleBasedParser to encapsulate all rule-based semantic parsers
2023-11-09 16:13:30 +08:00
Scott
608a4f7a2f
(fix):fix compile error ( #344 )
2023-11-09 15:37:26 +08:00
jerryjzhang
cd972d0850
[improvement][chat] Remove deprecated executeQuery method
2023-11-09 14:28:34 +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
LXW
84b7c2c062
(improvement)(chat) add similar metric recall execute responder ( #317 )
...
Co-authored-by: jolunoluo
2023-11-03 17:32:55 +08:00
lexluo09
2f812372d7
add switch to translate S2QL into SQL ( #314 )
2023-11-02 20:58:45 +08:00
LXW
70784598e1
(fix)(config) fix SwaggerConfig checkstyle ( #312 )
...
Co-authored-by: jolunoluo
2023-11-02 18:57:47 +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
Scott
bfac71a7d0
(chore):add swagger config ( #308 )
2023-11-02 14:47:11 +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
mainmain
e4e39e0496
(improvement)(chat) add traceId and time cost for show ( #272 )
2023-10-24 16:21:30 +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
mainmain
9879c99873
(improvement)(chat) add cspider demo ( #262 )
2023-10-19 10:47:39 +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
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
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
d9efe8f137
(improvement)(semantic) modify demo data to adapt to sql splicing ( #221 )
...
Co-authored-by: jolunoluo
2023-10-13 22:13:35 +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
a191bbbf6e
(improvement)(chat) update load bench mark demo - to _ ( #194 )
2023-10-11 15:17:13 +08:00
LXW
69242f9f2d
(improvement)(chat) add responder to fill additional information, such as entity information ( #173 )
...
* (improvement)(chat) add responder to fill additional information, such as entity information
---------
Co-authored-by: jolunoluo
2023-10-08 12:00:28 +08:00
jerryjzhang
b565b9c4e5
[improvement][chat]Rename SemanticLayer to SemanticInterpreter
2023-10-08 09:33:41 +08:00
lexluo09
2a6391a2ee
(improvement)(chat) add metric aggregate only in select not exit metirc ( #164 )
2023-09-28 17:59:37 +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
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
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
mainmain
0982c013d1
[improvement](chat) dsl dimensionfilter can revise and add dsl permission ( #118 )
2023-09-21 21:57:26 +08:00
lexluo09
03a4719aed
[improvement][chat]llm parser corrector is simplified by sql distribution ( #120 )
2023-09-21 21:57:06 +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
682d35b2b2
(improvement)(chat) update llm url to llmParser in chat project ( #92 )
2023-09-14 22:59:11 +08:00
lexluo09
30f5fc9ab1
(improvement)(project) rename llm to llmParser and optimizing python start scripts and optimizing and optimizing build/start scripts ( #91 )
2023-09-14 22:30:06 +08:00
daikon
592870f397
[knowledge](improve) add knowledge base dimension value task manage ( #88 )
2023-09-14 14:01:38 +08:00
jerryjzhang
b6d984475c
[improvement][launcher]Rename service and binary names
2023-09-14 10:06:43 +08:00