jerryjzhang
|
27e654a873
|
[improvement][headless-chat]Prompt LLM to generate with SQL statement to handle secondary calculation scenario.#1718
|
2024-10-08 17:39:10 +08:00 |
|
lexluo09
|
4ef5719953
|
(improvement)(chat) Including agg refers to the metric pattern, adding the missing dimensions for count distinct in the group by clause, and increasing the timeout duration in H2 (#1700)
|
2024-09-23 16:02:33 +08:00 |
|
lexluo09
|
faae692dff
|
(fix)(headless) Fix the error that occurs when inserting in multiple cases of drill-down dimensions (#1665)
|
2024-09-13 11:47:28 +08:00 |
|
jerryjzhang
|
37f12391b0
|
[improvement][headless]Add databaseType into the Schema part of the Text2SQL prompt. #1621
|
2024-09-12 23:20:49 +08:00 |
|
lexluo09
|
4b1dab8e4a
|
(improvement)(headless) Upgrade to the latest version of langchain4j and add support for embedding deletion operation and reset. (#1660)
|
2024-09-12 18:16:16 +08:00 |
|
jerryjzhang
|
693356e46a
|
[improvement][headless]Add metricFormat field to metric metadata of the Text2SQL prompt. #1621
|
2024-09-12 18:13:44 +08:00 |
|
jerryjzhang
|
f06cd0b296
|
(improvement)(headless)Decrease the number of database queries to the s2_domain table. #1472
|
2024-08-08 20:59:31 +08:00 |
|
lexluo09
|
208686de46
|
(improvement)(chat) Rules, large models, and query dimension values support timelessness. (#1522)
|
2024-08-07 13:29:07 +08:00 |
|
lexluo09
|
0a4272c25e
|
(improvement)(chat) Enable partition dates in the demo and support partition dates at the dataset granularity. (#1513)
|
2024-08-04 23:01:54 +08:00 |
|
jerryjzhang
|
4a5bb9e457
|
(fix)(headless)Fix multi-turn conversation issue, recalling history ChatQuery instead of ChatParse.
|
2024-07-30 21:57:44 +08:00 |
|
jerryjzhang
|
f38a84bc8c
|
(improvement)(headless)Reformat data semantics in the prompt.
|
2024-07-26 14:08:20 +08:00 |
|
jerryjzhang
|
cd8f38c334
|
(improvement)(headless)Move Values from sideInfo to schema part of the prompt and optimize prompt text.
|
2024-07-26 10:54:30 +08:00 |
|
lexluo09
|
d64ed02df9
|
(improvement)(chat) Remove langchain4j configuration file and perform all configuration for the large model through the UI interface. (#1442)
|
2024-07-20 21:30:46 +08:00 |
|
HweiH
|
3797cc2ce8
|
[Enhancement] 升级底层 Spring Boot 版本至 2.7.2 (#1367) (#1435)
|
2024-07-20 14:38:46 +08:00 |
|
jerryjzhang
|
2eac301076
|
(improvement)(headless)Introduce side_information to the prompt and exemplar.
|
2024-07-18 11:29:07 +08:00 |
|
jerryjzhang
|
9bb95ca4be
|
(feature)(chat)Add switch to enable LLM-based memory review, as it leads to more token costs. #1385
|
2024-07-10 21:08:02 +08:00 |
|
jerryjzhang
|
78a91ad8c2
|
(improvement)(headless)Modify text2sql prompts to remove dependency on datediff, thus avoiding SQL compatibility issues. #1391
|
2024-07-10 20:32:12 +08:00 |
|
lexluo09
|
4d7bfe07aa
|
(improvement)(chat) Support embedding store configuration. (#1363)
|
2024-07-07 00:30:19 +08:00 |
|
jerryjzhang
|
72465cd88c
|
# This is a combination of 2 commits.
(feature)(headless)Support custom prompt template. #1348.
|
2024-07-05 15:30:52 +08:00 |
|
lexluo09
|
7773442fbf
|
(improvement)(chat) Fix the error in Milvus query and add the option to create EmbeddingStore based on caching mode (#1310)
|
2024-07-01 16:29:43 +08:00 |
|
jerryjzhang
|
07a981216f
|
(improvement)(launcher)Separate prd and local profiles for langchain4j yaml.
|
2024-07-01 15:49:21 +08:00 |
|
jerryjzhang
|
1d0b288922
|
(improvement)(headless)Adapt s2_exemplar file to new version of prompting strategy.
|
2024-06-30 11:25:52 +08:00 |
|
lexluo09
|
2b2ce7fa53
|
(improvement)(chat) Initialize the created_at and updated_at timestamps in s2_chat_memory. (#1289)
|
2024-06-29 23:29:43 +08:00 |
|
lexluo09
|
af4a026af6
|
(improvement)(config) Change application-local.yaml to application-prd.yaml. (#1283)
|
2024-06-29 17:11:16 +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 |
|
lexluo09
|
a3d4f18df4
|
(improvement)(project) Remove Python module and related Python code. (#1263)
|
2024-06-28 12:01:13 +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 |
|
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 |
|
jerryjzhang
|
a655110f5f
|
(feature)(chat&common)Introduce ChatMemory module to support dynamic few-shot exemplars.#1097
|
2024-06-27 11:08:14 +08:00 |
|
mainmain
|
4a876b97df
|
(improvement)(headless) fix SqlReplaceHelper replaceFields,improve subselect and supports join (#1210)
|
2024-06-25 11:13:37 +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 |
|
lexluo09
|
4d6cbf31f7
|
(improvement)(chat) Upgrade and optimize the embedding metastore. (#1198)
|
2024-06-23 21:46:10 +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
|
92db381b6f
|
(improvement)(common) Upgraded langchain4j to version 0.31. (#1174)
|
2024-06-20 17:31:19 +08:00 |
|
jerryjzhang
|
1df1fe5ad6
|
(improvement)(chat)Optimize multi-turn prompts.
|
2024-06-20 15:03:00 +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 |
|
jipeli
|
abf440c4d4
|
(feature)(Headless) arrow flight sql endpoint (#634) (#1136)
|
2024-06-12 15:02:55 +08:00 |
|
lexluo09
|
33eecc0cb1
|
(improvement)(project) Fixed the issue of Swagger UI not working. (#1133)
|
2024-06-11 23:13:40 +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 |
|
jerryjzhang
|
d8f53a4e2f
|
(fix)(common)Fix system parameter initialization making sure settings in application.yaml take effect
|
2024-06-05 20:30:13 +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 |
|