LXW
af0fe6d1b1
(improvement)(headless) Batch Update dimension sensitiveLevel ( #1275 )
...
Co-authored-by: lxwcodemonkey
2024-06-28 21:07:32 +08:00
LXW
e939869348
(improvement)(Demo) Remove model set in demo ( #1274 )
...
Co-authored-by: lxwcodemonkey
2024-06-28 19:50:09 +08:00
LXW
5bcb76a1de
(improvement)(Chat) Return agent info after creating agent ( #1272 )
...
Co-authored-by: lxwcodemonkey
2024-06-28 19:15:36 +08:00
lexluo09
528491717b
(improvement)(headless) Add support for the Ollama provider in the frontend and optimize the code ( #1270 )
2024-06-28 17:29:58 +08:00
LXW
b34268c236
(improvement)(Chat) Add encryption and decryption for llm api key ( #1267 )
...
* (improvement)(Chat) Add encryption and decryption for llm api key
* (improvement)(Chat) Change Plugin to ChatPlugin
---------
Co-authored-by: lxwcodemonkey
2024-06-28 15:51:31 +08:00
lexluo09
a3d4f18df4
(improvement)(project) Remove Python module and related Python code. ( #1263 )
2024-06-28 12:01:13 +08:00
LXW
26cd73518d
(fix)(Chat) Fix chat sample result save failed ( #1261 )
...
Co-authored-by: lxwcodemonkey
2024-06-28 11:19:53 +08:00
LXW
560c26fbf3
(improvement)(Chat) Refactor agent examples execution code ( #1258 )
...
Co-authored-by: lxwcodemonkey
2024-06-27 22:33:24 +08:00
lexluo09
391c0dccc8
(improvement)(headless) Add deduplication and persistence to InMemoryEmbeddingStore ( #1256 )
2024-06-27 22:24:49 +08:00
lexluo09
c5fbd0b827
(improvement)(config) fix application-local.yml package error ( #1251 )
2024-06-27 17:32:35 +08:00
LXW
89c63cd44d
(improvement)(Chat) Put agent examples into ChatMemory automatically ( #1249 )
...
Co-authored-by: lxwcodemonkey
2024-06-27 17:12:35 +08:00
lexluo09
bbd61ac937
(improvement)(config) Split the application-local.yml file based on functionality. ( #1250 )
2024-06-27 16:56:16 +08:00
lexluo09
90f7a79380
(improvement)(config) Remove the supersonic-env configuration file and use the llm-config.yaml file uniformly. ( #1238 )
2024-06-27 14:27:46 +08:00
LXW
9315dc35f9
(improvement)(launcher) Optimize demo data loading to avoid repeatedly writing data to mysql ( #1236 )
...
* (improvement)(launcher) Optimize demo data loading to avoid repeatedly writing data to mysql
Co-authored-by: lxwcodemonkey
2024-06-27 11:19:21 +08:00
jerryjzhang
a655110f5f
(feature)(chat&common)Introduce ChatMemory module to support dynamic few-shot exemplars.#1097
2024-06-27 11:08:14 +08:00
jerryjzhang
d9916c9dc0
(improvement)(chat)Turn on multi-turn conversation for SmallTalkDemo.
2024-06-26 10:33:18 +08:00
jerryjzhang
1e5cfb51df
(improvement)(chat)Add SmallTalkDemo and support multi-turn conversation in PLAIN_TEXT mode.
2024-06-26 10:19:45 +08:00
jerryjzhang
210163a82a
(improvement)(chat)Merge MultiTurnParser into NL2SQLParser.
2024-06-26 09:39:19 +08:00
jerryjzhang
d4cc53acae
(feature)(chat)Introduce new plain_text mode to allow users to talk to LLM directly.
2024-06-25 21:14:19 +08:00
daikon
b024e4bc3a
opt headless server package ( #1217 )
2024-06-25 14:56:54 +08:00
lexluo09
a7d367baa3
(improvement)(chat) Support loading local embedding models through the in-memory configuration method ( #1201 )
2024-06-23 22:57:35 +08:00
LXW
871c88d167
(improvement)(Demo) The demo opens data query permission to new user by default ( #1197 )
...
Co-authored-by: lxwcodemonkey
2024-06-23 21:57:49 +08:00
lexluo09
6a66db7c0e
(improvement)(chat) Add support for Chroma metastore and remove additional configurations. ( #1199 )
2024-06-23 21:53:44 +08:00
lexluo09
4d6cbf31f7
(improvement)(chat) Upgrade and optimize the embedding metastore. ( #1198 )
2024-06-23 21:46:10 +08:00
lexluo09
32e2c1e39d
(improvement)(common) Fixed the compatibility issue with qwen. ( #1193 )
2024-06-22 16:59:15 +08:00
LXW
ea5b63bf3a
(improvement)(Headless) Update sql-update.sql ( #1189 )
...
Co-authored-by: lxwcodemonkey
2024-06-22 12:05:08 +08:00
lexluo09
69bb64cdbf
(improvement)(project) Fixed the default administrator password issue and the startup compatibility issue with embedding configuration. ( #1187 )
2024-06-22 01:39:47 +08:00
jerryjzhang
e293be3ebf
(improvement)(headless)Refactor headless to abstract SemanticTranslator explicitly.
2024-06-22 00:00:14 +08:00
LXW
5af76fa7dc
(improvement)(Headless) Supports configuring term-related metrics and dimensions ( #1184 )
...
Co-authored-by: lxwcodemonkey
2024-06-21 18:11:14 +08:00
LXW
e548b57d97
(improvement)(Chat) Agent supports configuring whether to enable simple mode and whether to display debugging information. ( #1181 )
...
Co-authored-by: lxwcodemonkey
2024-06-21 16:02:04 +08:00
lexluo09
3831f9fdf1
(improvement)(common) support qianfan in springboot ( #1175 )
2024-06-20 20:27:06 +08:00
lexluo09
92db381b6f
(improvement)(common) Upgraded langchain4j to version 0.31. ( #1174 )
2024-06-20 17:31:19 +08:00
lexluo09
48113b41dd
(improvement)(common) Optimized the structure of the common package. ( #1164 )
2024-06-19 18:07:26 +08:00
jerryjzhang
c3ecc05715
(improvement)(headless)Introduce headless-chat. #1155
2024-06-15 20:41:54 +08:00
jerryjzhang
0509242242
(improvement)(launcher)Add visits data in current date for S2VisitsDemo
2024-06-14 20:48:38 +08:00
lexluo09
33eecc0cb1
(improvement)(project) Fixed the issue of Swagger UI not working. ( #1133 )
2024-06-11 23:13:40 +08:00
mainmain
6bb317e1c7
(improvement)(headless) remove date field from where in correct sql ( #1129 )
2024-06-11 16:12:29 +08:00
mainmain
da9ca36def
(improvement)(headless) remove date field from where in correct sql ( #1128 )
2024-06-11 15:53:37 +08:00
lexluo09
915d4ec4c2
(improvement)(auth)Initialize users and maintain compatibility with previous users. ( #1117 )
2024-06-09 10:16:03 +08:00
zhaodongsheng
5bc88b78a9
(improvement)(login) encrypt password ( #1081 ) ( #1116 )
2024-06-09 08:16:45 +08:00
jerryjzhang
529c8dc79b
(improvement)(headless)Replace terms in exemplar files
2024-06-06 13:03:28 +08:00
jerryjzhang
4a867451d5
(improvement)(headless)Optimize prompts and exemplars
2024-06-06 11:26:42 +08:00
LXW
2ed7762210
(improvement)(Headless) Filtering based on dataSetIds during Mapper detection Compatible with term ( #1096 )
...
Co-authored-by: jolunoluo
2024-06-06 10:10:40 +08:00
jerryjzhang
d8f53a4e2f
(fix)(common)Fix system parameter initialization making sure settings in application.yaml take effect
2024-06-05 20:30:13 +08:00
LXW
b3b9687041
(improvement)(Headless) Add default time setting for metric and detail query mode ( #1095 )
...
Co-authored-by: jolunoluo
2024-06-05 18:55:05 +08:00
jerryjzhang
008c1c35d8
(improvement)(headless)Commit new impl of SqlGenStrategy
2024-06-05 11:48:01 +08:00
LXW
4648e8d875
(improvement)(Chat)The chat history also returns the time taken for parsing and SQL generation ( #1084 )
...
Co-authored-by: jolunoluo
2024-06-03 21:18:32 +08:00
LXW
f07e80587d
(improvement)(headless&chat) System parameter compatible with historical data and front-end ( #1070 )
...
This reverts commit 59f6169569 .
Co-authored-by: jolunoluo
2024-06-01 12:09:09 +08:00
jerryjzhang
0f0847824f
(improvement)(headless&chat)Refactor system parameter impl
2024-06-01 02:09:18 +08:00
LXW
83f6ddc240
(improvement)(Headless) Fix dimension value write dict failed ( #1064 )
...
Co-authored-by: jolunoluo
2024-05-31 16:35:52 +08:00