lexluo09
c98d15059b
[improvement][chat]Consider Chinese date fields in MetricCheckProcessor for data ( #460 )
2023-12-01 11:30:23 +08:00
LXW
a862a83272
(improvement)(chat) SemanticParseInfo removes elements whose model is empty ( #459 )
...
* (improvement)(chat) Update spi in test profile
* (improvement)(chat) SemanticParseInfo removes elements whose model is empty
* (improvement)(chat) MetricCheckProcessor compatible time dimension chName
---------
Co-authored-by: jolunoluo
2023-12-01 11:27:07 +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
mainmain
e469c449b4
[improvement] supersonic adapt checkstyle ( #451 )
2023-11-30 11:41:55 +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
57f7d0c67d
[improvement][chat]Restructure Agent&Tool package
2023-11-29 16:34:52 +08:00
LXW
c11a242f34
(improvement)(chat) Add model name set in ModelCluster ( #449 )
...
Co-authored-by: jolunoluo
2023-11-29 12:13:26 +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
lexluo09
3a30a1a317
[improvement](project) Support cspider multi-table association, fix dictionary loading, and repair InternalMetric exceptions. ( #446 )
2023-11-28 21:16:02 +08:00
LXW
4d095f9676
(fix)(chat) Fix query dimension value error ( #440 )
...
Co-authored-by: jolunoluo
2023-11-28 01:21:55 +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
lexluo09
4222d7e2b5
[improvement](chat) fix filter_condition size ==0 error in python service and update version to '0.8.0-SNAPSHOT' ( #437 )
2023-11-28 00:27:21 +08:00
lexluo09
d26089a249
[improvement](chat) fix checkstyle in ParseInfoUpdateProcessor ( #435 )
2023-11-27 23:15:36 +08:00
lexluo09
627683d437
[improvement](chat) fix ParseResponder class compile error ( #434 )
2023-11-27 23:06:58 +08:00
lexluo09
87e222eecc
[improvement](chat) QueryTypeParser tag optimize ( #433 )
2023-11-27 22:58:24 +08:00
jerryjzhang
667272b103
[improvement](chat)Rename some ParseResponder classes
2023-11-27 22:05:41 +08:00
lexluo09
52eca178d3
[improvement](chat) remove FilterCondition in LLMReq ( #430 )
2023-11-27 20:38:20 +08:00
lexluo09
f5a064aaad
[improvement](chat) add TAG to Element and Nature, fix MetricTagQuery queryMode ( #429 )
2023-11-27 17:51:54 +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
mainmain
c36082476f
(improvement)(chat) improve corrector and support sql union ( #427 )
2023-11-27 17:02:04 +08:00
lexluo09
4bc1378285
[improvement](python) fix examplar datediff('day') to datediff('month') ( #426 )
2023-11-27 16:29:05 +08:00
LXW
49ebb70cb3
(improvement)(chat) Modify the query types supported by agent rule-type tools to metric type and tag types ( #424 )
...
Co-authored-by: jolunoluo
2023-11-27 15:02:20 +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
fe2a424718
[improvement](project) Switch ENTITY to TAG uniformly in the queryType and semanticQuery ( #420 )
2023-11-24 18:17:48 +08:00
LXW
d79e30cd7a
(improvement)(knowledge) ModelSchema add tag type element ( #419 )
...
Co-authored-by: jolunoluo
2023-11-24 17:52:30 +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
c168925f03
(improvement)(chat) metric check compatible with count(*) ( #416 )
...
Co-authored-by: jolunoluo
2023-11-22 18:29:58 +08:00
mainmain
42c0bea8fc
[improvement](chat) rule and llm support replace metric ( #415 )
...
* [improvement] replace metric
* [improvement] replace metric
* [improvement] supports replace metric
---------
Co-authored-by: zuopengge
2023-11-22 15:05:10 +08:00
LXW
6763ea0f7b
(improvement)(semantic) Support dimension search by tag or not ( #413 )
...
Co-authored-by: jolunoluo
2023-11-21 22:06:36 +08:00
lexluo09
f917defea8
[improvement](chat) Converting bizName to Name requires consideration of the time field ( #412 )
2023-11-21 15:44:00 +08:00
mainmain
5b8fdbc6fd
[improvement](chat) rule and llm supports replace metric ( #408 )
2023-11-20 17:04:14 +08:00
LXW
980d317152
(improvement)(common) Add description for sys parameter ( #407 )
...
Co-authored-by: jolunoluo
2023-11-20 14:52:47 +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
daikon
dd115f9d37
[improvement](knowledge) add dataSource filter sql for fillKnowledgeDimValue ( #402 )
...
Co-authored-by: kanedai <kanedai@tencent.com >
2023-11-18 16:12:31 +08:00
lexluo09
f198ce1ef8
[improvement](chat) If there is no aggregate function in the S2SQL, add the field to the 'SELECT' statement. ( #401 )
2023-11-18 10:28:09 +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
05b1a7ec3b
[improvement](chat) remove nativeQuery config in chat ( #394 )
2023-11-16 21:51:08 +08:00
lexluo09
11cdcb29fa
[improvement](chat) When determining the query type, S2SQL is uniformly used for parsing. ( #393 )
2023-11-16 17:39:46 +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
lexluo09
5b3a9ffba8
[improvement](chat) remove duplicates from multiple SQL identified by LLM. ( #391 )
2023-11-16 09:59:54 +08:00
jerryjzhang
8688c8c2b3
[improvement][chat] Move python code out of chat-core module
2023-11-16 09:58:25 +08:00
lexluo09
aa448b1ba3
[improvement](chat) Add a LLMParserLayer to interact with a Python service and add comments to certain classes ( #388 )
2023-11-15 14:49:22 +08:00
jerryjzhang
7ef3d92f2c
[doc][chat]Add javadoc to rule-based semantic parsers
2023-11-15 10:41:59 +08:00
LXW
36c8938ff7
(improvement) (common) add sys parameter setting ( #384 )
...
Co-authored-by: jolunoluo
2023-11-14 21:41:59 +08:00
yangde
3271db4ca6
(fix)(chat) Fix NPE ( #382 )
2023-11-14 20:58:37 +08:00
Scott
d4374f7074
(fix):using virtual env and fix chromadb's version ( #381 )
2023-11-14 17:51:47 +08:00
jipeli
438ee539d6
(improvement)(chat) metricSemantic query without dateInfo not get queryRatio ( #380 )
...
Co-authored-by: jipengli <jipengli@tencent.com >
2023-11-14 17:02:27 +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