LXW
|
8a8370164f
|
(improvement)(Chat) Determine whether to enable LLM based on agent information (#810)
Co-authored-by: jolunoluo
|
2024-03-13 10:22:16 +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
|
bcc0f9caa9
|
(improvement)(Chat) llmSqlParser is adapted for tag mode, and rule parsing filters based on the dataset query type. (#804)
|
2024-03-12 17:03:08 +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 |
|
lexluo09
|
3ad18b0ee0
|
(improvement)(Chat)Integration of tags into chat. (#798)
|
2024-03-08 16:59:51 +08:00 |
|
lexluo09
|
3cccac58a1
|
[improvement](Headless) Adding change event to tags and integrating tag into embeddings (#792)
|
2024-03-06 16:13:20 +08:00 |
|
LXW
|
eaa4cc5a1b
|
(improvement)(Chat) Fix modelName to viewName in python (#786)
Co-authored-by: jolunoluo
|
2024-03-05 21:43:33 +08:00 |
|
lexluo09
|
b8ecfc6a99
|
[improvement](project) Adding tag abstraction to the dictionary and optimizing related code. (#785)
|
2024-03-05 18:00:48 +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 |
|
LXW
|
532a00518c
|
(improvement)(chat) Fix agent filter rule query (#777)
Co-authored-by: jolunoluo
|
2024-02-29 12:45:11 +08:00 |
|
lexluo09
|
eba3a8ad34
|
(improvement)(chat) In SchemaCorrector, removing filters from linkingValue that do not exist. (#775)
|
2024-02-29 10:25:14 +08:00 |
|
LXW
|
6b6e54e95f
|
(improvement)(chat) Fix modelId to viewId in QueryReq (#773)
Co-authored-by: jolunoluo
|
2024-02-27 21:42:40 +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 |
|
lexluo09
|
3893e897cb
|
(improvement)(chat) support TimeMode LAST, RECENT mode (#752)
|
2024-02-23 20:40:30 +08:00 |
|
lexluo09
|
e610dd8246
|
(improvement)(Headless) Embedding data related to metadata is not restored from persistent files. (#748)
|
2024-02-23 18:22:28 +08:00 |
|
lexluo09
|
c224b81160
|
(improvement)(chat) fix dding default date according to the query type (#746)
|
2024-02-23 17:36:25 +08:00 |
|
lexluo09
|
bfd0e040da
|
(improvement)(chat) Adding default date according to the query type (#745)
|
2024-02-23 17:25:13 +08:00 |
|
mainmain
|
f50a3157d5
|
(improvement)add corrector additional information switch and evalution time cost (#743)
|
2024-02-23 15:05:13 +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 |
|
lexluo09
|
16643e8d75
|
(improvement)(chat) Adding the Metric API to Headless. (#738)
|
2024-02-22 20:42:07 +08:00 |
|
lexluo09
|
d10801ef38
|
[improvement](Headless) Optimize the issue of integrating the Headless knowledge dictionary. (#731)
|
2024-02-20 20:36:57 +08:00 |
|
LXW
|
33240cc382
|
(fix)(headless) Add hadoop-hdfs dependency in pom to avoid no fileSystem for scheme: hdfs (#730)
Co-authored-by: jolunoluo
|
2024-02-20 20:12:30 +08:00 |
|
lexluo09
|
b85778babd
|
[improvement][Chat] Optimize the chat corrector code (#728)
|
2024-02-19 19:04:29 +08:00 |
|
mainmain
|
699a33b1c1
|
(improvement) improve evalution accuracy (#727)
|
2024-02-19 17:31:38 +08:00 |
|
lexluo09
|
fdb69547e6
|
[improvement][Headless] Embedding supports Chinese by default and fixes the issue of abnormal number recognition (#726)
|
2024-02-18 19:51:19 +08:00 |
|
lexluo09
|
39158d6877
|
(improvement)(headless) Headless integration embedding functionality, with support for viewId in embeddings. (#725)
|
2024-02-12 22:44:25 +08:00 |
|
daikon
|
9600456bae
|
headless integrates knowledge (#722)
|
2024-02-05 20:30:57 +08:00 |
|
mainmain
|
da5e7b9b75
|
(improvement) revise evaluation and fix null pointer (#715)
|
2024-02-04 20:16:07 +08:00 |
|
LXW
|
75853a8e9e
|
(improvement)(chat) Add domain tree for agent and plugin setting (#718)
Co-authored-by: jolunoluo
|
2024-02-04 17:20:23 +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 |
|
mainmain
|
4d4922d269
|
(improvement)(chat) fix embedding null pointer (#712)
|
2024-02-02 10:59:33 +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 |
|
LXW
|
c13a0e672c
|
(improvement)(chat) fix HeuristicViewResolver choosing view (#710)
Co-authored-by: jolunoluo
|
2024-02-01 22:02:37 +08:00 |
|
lexluo09
|
491c76368c
|
[improvement][Chat] Add TimeCorrector and rename the associated SqlParserHelper. (#707)
|
2024-02-01 15:29:07 +08:00 |
|
LXW
|
f29b1854ba
|
(improvement)(chat) Parse info compatible with front-end (#704)
* (improvement)(headless) Modify view demo data
* (improvement)(chat) Parse info compatible with front-end
---------
Co-authored-by: jolunoluo
|
2024-01-30 22:06:23 +08:00 |
|
LXW
|
7f15bacca4
|
(improvement)(headless) Modify view demo data (#703)
Co-authored-by: jolunoluo
|
2024-01-30 21:34:03 +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
|
954c67c947
|
[improvement][Headless] Add unit test cases and remove unnecessary logs. (#698)
|
2024-01-30 16:46:06 +08:00 |
|
mainmain
|
c398ac1a84
|
[improvement][supersonic] add text-to-sql evaluation (#696)
* [improvement] llm supports all models
* [improvement] alias convert to SemanticParseInfo
* [improvement] support join
* [improvement] add evaluation.py
* [improvement] add text2sql_evalution.py
* [improvement] add text2sql_evalution.py
* [improvement] add evalution
* [improvement] add evalution
* [improvement] add evalution
---------
Co-authored-by: zuopengge <hwzuopengge@tencent.com>
|
2024-01-30 10:46:45 +08:00 |
|
lexluo09
|
841db25198
|
[improvement][Headless] Fix the caching issue in struct queries and add headless test cases. (#689)
|
2024-01-25 11:31:15 +08:00 |
|
lexluo09
|
922201c181
|
[improvement][Headless] Simplify the QueryService interface, optimize Query permissions, and add integration testing. (#687)
|
2024-01-24 17:33:12 +08:00 |
|
Scott
|
48fb01f6bc
|
(chat)(fix):not add group by if already has distinct (#685)
|
2024-01-24 09:48:21 +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
|
42a6f61456
|
(improvement)(chat) Provide agent tool type list (#683)
Co-authored-by: jolunoluo
|
2024-01-23 11:45:15 +08:00 |
|
lexluo09
|
163e782f51
|
[improvement][headless] Merge struct and SQL query code, unify the queries. (#680)
|
2024-01-22 22:54:07 +08:00 |
|
LXW
|
b28eb637c8
|
(improvement)(chat) Put queryText to PluginParseResult (#673)
Co-authored-by: jolunoluo
|
2024-01-21 16:26:49 +08:00 |
|
lexluo09
|
9c6bd7cf19
|
(improvement)(Headless) Support optimizing and generating SQL based on the engine type. (#666)
|
2024-01-19 22:32:28 +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 |
|