LXW
6b7fdfec11
(improvement)(Headless) add ext info for model ( #1019 )
2024-05-20 20:58:27 +08:00
LXW
d513b6d2cc
(improvement)(launchers) Demo data initialization optimization ( #1015 )
2024-05-20 18:26:26 +08:00
LXW
53b6c03288
(improvement)(Chat) add extend config for agent ( #1010 )
2024-05-20 12:58:21 +08:00
LXW
55c625a915
(improvement)(Headless) Put term into dict and let it can be mapped by mapper ( #1002 )
2024-05-16 10:15:04 +08:00
LXW
7f52215ff8
(improvement)(Headless) Add terms management to help the model learn private domain knowledge ( #979 )
2024-05-11 14:26:14 +08:00
LXW
6b60bfe6bc
(improvement)(Headless) Fix model list auth checking ( #883 )
...
* (improvement)(Headless) Fix model list auth check
* (improvement)(Headless) Fix row permission
---------
Co-authored-by: jolunoluo
2024-04-03 20:36:49 +08:00
LXW
ff56fd1e46
(improvement)(Headless) Fix sql in schema-h2.sql of test profile ( #882 )
...
Co-authored-by: jolunoluo
2024-04-03 19:42:28 +08:00
LXW
10501b2d86
(improvement)(Headless) The model list does not return details to improve performance ( #870 )
...
Co-authored-by: jolunoluo
2024-04-02 11:01:34 +08:00
lexluo09
f6aefe2fb0
(improvement)(Headless) Modify metric category name, add information about whether metrics and dimensions are tags in fetchDataSetSchema ( #857 )
2024-03-25 15:37:11 +08:00
daikon
da3623c0fa
support query rule management ( #853 )
2024-03-21 18:16:26 +08:00
daikon
69a76ffc04
Tag market ( #835 )
2024-03-20 11:35:47 +08:00
daikon
7a4c19f5b6
add tagTest and pot TagCustomMapper.xml ( #833 )
2024-03-19 23:08:50 +08:00
lexluo09
5929c2aa90
(improvement)(Headless)Querying dimension values and dataSet interface with tag support. ( #832 )
2024-03-19 22:05:14 +08:00
daikon
bd95552854
(improvement)(headless) add tag logic ( #831 )
2024-03-19 19:40:06 +08:00
daikon
8994a6ddca
(improvement)(headless) add TagObject logic ( #829 )
2024-03-19 11:13:11 +08:00
lexluo09
8733231976
(improvement)(Headless) Abstracted tags from dimensions and metrics. ( #828 )
2024-03-18 12:07:49 +08:00
LXW
7f3cb5812c
(improvement)(Chat) Fix integrating test ( #824 )
...
Co-authored-by: jolunoluo
2024-03-15 13:04:05 +08:00
LXW
988a025cdf
(improvement)(Chat) Simplify processor in Headless and Chat ( #822 )
...
Co-authored-by: jolunoluo
2024-03-15 12:39:14 +08:00
lexluo09
30ee64efec
(improvement)(Chat) Fixed the issue of ineffective filtering in mapper detectDataSetIds, resolved the autocomplete feature, and changed METRIC_TAG to METRIC_ID. ( #819 )
2024-03-14 16:58:41 +08:00
LXW
f93bee81cb
(improvement)(Chat) Move chat-core to headless ( #805 )
...
Co-authored-by: jolunoluo
2024-03-12 22:20:30 +08:00
lexluo09
ae7acb4817
(improvement)(Headless) Dataset supports query mode settings, and the chat layer supports tag mode ( #802 )
2024-03-12 12:15:21 +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
LXW
2052352611
(improvement)(Chat) QueryFilterMapper obtain viewId from agent ( #778 )
...
Co-authored-by: jolunoluo
2024-03-01 11:46:44 +08:00
daikon
895f38b6f7
Dev 0.9 ( #774 )
2024-02-29 10:42:03 +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
LXW
e95a528219
(improvement)(headless) transfer term nature modelId to viewId before providing it to chat and put the modelId of metadata into the dict word instead of viewId ( #739 )
...
Co-authored-by: jolunoluo
2024-02-23 10:29:21 +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
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
26aefceb04
[improvement][Headless] Unit tests do not use the LLM parsing tool by default. ( #699 )
2024-01-30 17:40:28 +08:00
lexluo09
d9533c53ea
[improvement][Headless] Fix the issue with test metric recommendations, integrate testing with compilation. ( #692 )
2024-01-26 17:54:46 +08:00
lexluo09
9d6f96e6d4
[improvement][project] Keep the style consistent when displaying various SQL queries on the Chat page. ( #684 )
2024-01-23 15:10:48 +08:00
LXW
1ef1aa53a3
(improvement)(headless) Remove redundant user dimensions in demo data ( #663 )
...
Co-authored-by: jolunoluo
2024-01-19 21:10:32 +08:00
lexluo09
36edc0c1b4
(improvement)(test) Fix Python exemplar file name error and fix chat unit tests. ( #661 )
2024-01-19 18:12:01 +08:00
lexluo09
023e84c420
(improvement)(chat) Split chat into three modules: server, api, and core. ( #594 )
2024-01-04 16:56:49 +08:00
daikon
31f1fc315d
(improvement)(headless) Remove materialization logic ( #586 )
...
Co-authored-by: kanedai <kanedai@tencent.com >
2023-12-29 23:10:54 +08:00
LXW
fa38e37be3
(improvement)(headless) Add API interface to provide data services to other applications ( #561 )
...
Co-authored-by: jolunoluo
2023-12-21 22:10:29 +08:00
lexluo09
b44fa2bf3c
[improvement](chat) fix unit test not right ( #537 )
2023-12-18 21:27:12 +08:00
jipeli
c86cd9f901
[improvement][semantic] refactor zipper source type ( #518 )
...
Co-authored-by: jipengli <jipengli@tencent.com >
2023-12-15 21:47:35 +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
lexluo09
287a6561ff
[improvement](chat) Add an in_process provider and support offline loading of local embedding models. ( #505 )
2023-12-14 14:16:03 +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
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
23d926f195
[improvement](chat) remove ModelProvider and in_memory ( #491 )
2023-12-11 11:17:30 +08:00
lexluo09
a5c32ac064
[improvement](chat) Remove unnecessary pom imports, optimize code, and adapt the test project. ( #485 )
2023-12-08 20:03:42 +08:00
LXW
9679169e6f
(improvement)(semantic) Metric homepage download supports choosing whether to transform ( #477 )
...
Co-authored-by: jolunoluo
2023-12-06 18:02:20 +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
jerryjzhang
d76216a2ec
[improvement][chat]Refactor certain packages to make code cleaner
2023-11-30 10:05:45 +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