lexluo09
aa433baa06
[improvement](python) LLM parsing related services support Python service and Java service invocation ( #418 )
2023-11-24 15:59:29 +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
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
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
LXW
49ba0e3f41
(feature)support adding tag for metric and support super admin configuration ( #108 )
2023-09-20 17:00:38 +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
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
lexluo09
f00da45824
(improvement)(chat) remove FunctionAliasReplaceVisitor in chat config ( #80 )
2023-09-12 20:20:10 +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
daikon
a8add4c013
[release](project)update version 0.7.4 backend ( #66 )
2023-09-10 21:26:46 +08:00
lexluo09
728e7647dc
add llm default url config and add pandas in requirements.txt ( #59 )
2023-09-07 11:14:44 +08:00
jerryjzhang
90e62ddccc
[improvement](webapp) optimize filter css styles and modify menu name
...
Co-authored-by: williamhliu <williamhliu@tencent.com >
2023-09-04 15:35:17 +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
lexluo09
9723c2496e
[release][project]update mvn pom to 0.7.3 and recover llm code,start shell, and docs ( #43 )
...
Co-authored-by: lexluo <lexluo@tencent.com >
2023-08-30 14:18:52 +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
Scott
a6c4d10d70
[improvement][project]update scripts to build&run on macos ( #37 )
...
* [improvement][project]update scripts to build&run on macos
2023-08-28 19:05:17 +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
lexluo09
2732d8fee1
[fix](chat) add env bash to env.sh ( #30 )
...
Co-authored-by: lexluo <lexluo@tencent.com >
2023-08-15 18:08:45 +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
kanedai
b9890d1fd3
[improvement][chat] rename dictionaryInfo to knowledgeInfo
2023-06-21 17:06:00 +08:00
lexluo
b6f0df40a9
[improvement](chat) support query/search filter by web domainId and mapping add frequency/detectWord in mapping and metric dimensions orders filter duplicates
2023-06-15 18:15:44 +08:00
lexluo
9ac6ce1e36
[improvement](project) optimize pom version and shell and update the version to 0.5-SNAPSHOT
2023-06-12 21:42:15 +08:00
lexluo
57e173c8d6
[improvement](chat) add default chat data
2023-06-12 19:25:02 +08:00
jerryjzhang
dc4fc69b57
first commit
2023-06-12 18:44:01 +08:00