LXW
46733d1728
(improvement)(semantic) Batch download compatible with empty data ( #445 )
...
Co-authored-by: jolunoluo
2023-11-28 16:38:30 +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
Scott
0e492ef402
(fix):fix startup crash ( #441 )
...
* (fix):fix startup crash
2023-11-28 13:29:58 +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
jerryjzhang
667272b103
[improvement](chat)Rename some ParseResponder classes
2023-11-27 22:05:41 +08:00
lexluo09
41e585324d
[improvement](chat) remove Python service and rewrite it using a Java project ( #428 )
2023-11-27 17:40:10 +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
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
LXW
0143b0a1b2
(improvement)(chat)Add PostProcessor to do some logic after parser and corrector ( #403 )
...
* (improvement)(chat) Add PostProcessor to do some logic after parser and corrector
* (improvement)(chat) Add MetricCheckPostProcessor used to verify whether the dimensions involved in the query in metric mode can drill down on the metric
---------
Co-authored-by: jolunoluo
2023-11-20 09:58:25 +08:00
lexluo09
d6a386ad03
[improvement](project) Parameters are uniformly obtained from system settings, removing optimization.properties, and modifying SysParameter parameters ( #399 )
2023-11-17 18:11:07 +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
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
jerryjzhang
6ad74bb206
[improvement][chat]Use one RuleBasedParser to encapsulate all rule-based semantic parsers
2023-11-09 16:13:30 +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
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
mainmain
e4e39e0496
(improvement)(chat) add traceId and time cost for show ( #272 )
2023-10-24 16:21:30 +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
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
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
daikon
592870f397
[knowledge](improve) add knowledge base dimension value task manage ( #88 )
2023-09-14 14:01:38 +08:00
lexluo09
8d8440f724
(improvement)(chat) add FunctionAliasCorrector in dsl corrector ( #79 )
2023-09-12 17:30:53 +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