jerryjzhang
d76216a2ec
[improvement][chat]Refactor certain packages to make code cleaner
2023-11-30 10:05:45 +08:00
jerryjzhang
82cfb3050d
[improvement][chat]Rename LLMInterpreter as LLMProxy
2023-11-29 16:57:48 +08:00
jerryjzhang
8171d754e0
[improvement][chat]Rename PostProcessor to ResponseProcessor
2023-11-29 10:28:49 +08:00
LXW
95e3138ab2
(improvement)(chat) Merge ParseResponder into PostProcessor, and change ExecuteResponder to QueryResponder ( #448 )
...
Co-authored-by: jolunoluo
2023-11-29 10:08:25 +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
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
46a9e5b097
[improvement](chat) Added query type parsing, supporting metrics, entities, and other query types. ( #392 )
2023-11-16 17:08:56 +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
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
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
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
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
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
lexluo09
03a4719aed
[improvement][chat]llm parser corrector is simplified by sql distribution ( #120 )
2023-09-21 21:57:06 +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
lexluo09
559ef974b0
(improvement)(project) support for modifying filter conditions and fix group by pushdown and add windows scipt ( #49 )
...
Co-authored-by: lexluo <lexluo@tencent.com >
2023-09-03 23:51:47 +08:00
mainmain
e1911bc81b
[release][project] supersonic 0.7.3 version backend update ( #40 )
...
* [improvement] add some features
* [improvement] revise CHANGELOG
---------
Co-authored-by: zuopengge <hwzuopengge@tencent.com >
2023-08-29 20:06:34 +08:00
mainmain
cf1b5336c3
[improvement](supersonic) based on version 0.7.2 ( #34 )
...
Co-authored-by: zuopengge <hwzuopengge@tencent.com >
2023-08-20 17:30:35 +08:00
jipeli
b1952d64ab
[improvement][project] supersonic 0.7.2 version backend update ( #28 )
...
Co-authored-by: jipengli <jipengli@tencent.com >
2023-08-15 08:56:18 +08:00
SunDean
aa0a100a85
[improvement][project] supersonic 0.7.0 version backend update ( #24 )
...
* [improvement][project] supersonic 0.7.0 version backend update
* [improvement][project] supersonic 0.7.0 version backend update
* [improvement][project] supersonic 0.7.0 version readme update
---------
Co-authored-by: jolunoluo <jolunoluo@tencent.com >
2023-08-05 22:17:56 +08:00
daikon
e2b2d31429
[improvement][project] supersonic 0.7.0 version backend update ( #20 )
...
Co-authored-by: kanedai <kanedai@tencent.com >
2023-07-31 11:09:58 +08:00
lexluo09
041daad1e4
[improvement][project] supersonic 0.6.0 version update ( #16 )
...
Co-authored-by: lexluo <lexluo@tencent.com >
2023-07-16 21:32:33 +08:00
lexluo
404163f391
[improvement][project] global refactor , code format , support llm , support fuzzy detect ,support query filter and so on.
2023-07-08 15:00:03 +08:00