jipeli
901770f02c
(improvement)(Headless) refactor code by spi ( #818 )
2024-03-14 12:16:03 +08:00
LXW
f93bee81cb
(improvement)(Chat) Move chat-core to headless ( #805 )
...
Co-authored-by: jolunoluo
2024-03-12 22:20:30 +08:00
LXW
a41da3f5fe
(improvement)(Headless)(Chat) Change View to DataSet ( #782 )
...
* (improvement)(Headless)(Chat) Change view to dataSet
---------
Co-authored-by: jolunoluo <jolunoluo@tencent.com >
2024-03-04 11:48:41 +08:00
lexluo
c7c70208ff
(improvement)(Headless) Adding SQL, view, tag, and metric APIs, along with the addition of GrammarCorrector.
2024-02-27 14:06:20 +08:00
mainmain
f50a3157d5
(improvement)add corrector additional information switch and evalution time cost ( #743 )
2024-02-23 15:05:13 +08:00
daikon
9600456bae
headless integrates knowledge ( #722 )
2024-02-05 20:30:57 +08:00
LXW
0c4c6d83ef
(improvement)(headless) Remove MetricCheckProcessor in chat and MetricDrillDownChecker in headless ( #716 )
...
(improvement)(headless) remove MetricCheckProcessor in chat and MetricDrillDownChecker in headless
---------
Co-authored-by: jolunoluo
2024-02-04 14:28:24 +08:00
lexluo09
1004f71ba4
[improvement][Chat] MetricRatio of Chat has been migrated to the processor, Rule and LLM queries now support unified ratio queries. ( #711 )
2024-02-01 22:32:48 +08:00
lexluo09
491c76368c
[improvement][Chat] Add TimeCorrector and rename the associated SqlParserHelper. ( #707 )
2024-02-01 15:29:07 +08:00
LXW
24b442baef
(improvement)(headless)(chat) Add views and adapt chat and headless ( #700 )
...
* (improvement)(headless)(chat) Add views and adapt chat and headless
---------
Co-authored-by: jolunoluo
2024-01-30 20:43:53 +08:00
lexluo09
023e84c420
(improvement)(chat) Split chat into three modules: server, api, and core. ( #594 )
2024-01-04 16:56:49 +08:00
LXW
4dae84034e
(improvement)(chat) Rename SimilarMetricProcessor, SimilarQueryProcessor to MetricRecommendProcessor, QueryRecommendProcessor ( #513 )
...
Co-authored-by: jolunoluo
2023-12-15 14:56:44 +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
fda5a577d6
(improvement)(chat) rename QueryResponder to ExecuteResultProcessor and add ResultProcessor ( #504 )
...
Co-authored-by: jolunoluo
2023-12-13 22:16:42 +08:00
lexluo09
73899e3174
[improvement](chat) Change llmparser to pyllm, retrieve LLMProxy from environment variables, defaulting to JavaLLMProxy. ( #497 )
2023-12-12 14:29:35 +08:00
lexluo09
0c6efada43
[improvement](chat) Merge HanlpDictMapper and FuzzyNameMapper into KeywordMapper. ( #493 )
...
Co-authored-by: lexluo <lexluo@tencent.com >
2023-12-11 17:22:57 +08:00
lexluo09
899047dbd1
[improvement](chat) Adjust related packages, add other SqlGeneration implementations, and rename EmbedLLMProxy to JavaLLMProxy. ( #489 )
2023-12-11 10:24:22 +08:00
lexluo09
abbe8c84a1
[improvement](python) LLM related services support Java service invocation ( #484 )
2023-12-08 19:24:58 +08:00
LXW
507c02a8fd
(improvement)(chat) Remove redundant maven dependencies and classes ( #453 )
...
Co-authored-by: jolunoluo
2023-11-30 19:36:18 +08:00
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