jerryjzhang
|
809898e786
|
[improvement][launcher]Clean code structure of system demos.
|
2024-10-09 19:54:32 +08:00 |
|
jerryjzhang
|
248f4f83f6
|
[feature][chat]Refactor chat model config related codes.#1739
|
2024-10-09 17:27:07 +08:00 |
|
jerryjzhang
|
7b9ff2e281
|
[feature][chat]Introduce dedicated LLM management.#1739
|
2024-10-09 12:00:24 +08:00 |
|
jerryjzhang
|
0f2b0e7986
|
[improvement][launcher]Add some examples to demo agent.
|
2024-10-08 19:13:05 +08:00 |
|
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 |
|
jerryjzhang
|
8bf5d395a7
|
[improvement][headless-chat]Demo queries only use rule-based parser.
|
2024-10-08 15:49:23 +08:00 |
|
lexluo09
|
71a9954be5
|
(improvement)[build] Use Spotless to customize the code formatting (#1750)
|
2024-10-04 00:05:04 +08:00 |
|
lexluo09
|
44d1cde34f
|
[improvement][corrector] Abstract the RuleSqlCorrector component. (#1748)
|
2024-09-30 19:09:06 +08:00 |
|
jerryjzhang
|
bfdf9004ea
|
[fix][launcher]Enable multi-turn conversation in S2VisitsDemo.
|
2024-09-29 14:31:59 +08:00 |
|
LXW
|
47df22d1a0
|
(improvement)(auth) When checking auth, only the models involved in the query are considered rather than the models included in the data set. #1625 (#1731)
Co-authored-by: lxwcodemonkey
|
2024-09-29 00:33:10 +08:00 |
|
jerryjzhang
|
a50fe98f00
|
[improvement][headless-chat]Prioritize LLMSqlParser over RuleSqlParser.
|
2024-09-27 16:21:46 +08:00 |
|
jerryjzhang
|
35030aeb23
|
[improvement][headless]Rename metric and tag query type to aggregate and detail respectively.
|
2024-09-26 20:29:51 +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 |
|
jerryjzhang
|
b6765387f5
|
[improvement][headless]Introduce new time mode CURRENT. #1692
|
2024-09-21 13:14:47 +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
|
989ae3c128
|
[improvement][headless]Add partitionTime and primaryKey field into the Schema part of the Text2SQL prompt. #1621
|
2024-09-11 21:34:49 +08:00 |
|
lexluo09
|
5f59e89eea
|
(improvement)(build) Add spotless during the build process. (#1639)
|
2024-09-07 00:36:17 +08:00 |
|
lexluo09
|
be9a8bbc27
|
(improvement)(chat) Remove the special field 'data date' to avoid generating non-existent time fields. (#1596)
|
2024-08-23 13:37:14 +08:00 |
|
LXW
|
95be7f3ce1
|
(improvement)(headless) Opt encrypt database password, avoid repeated decryption.(#1326) (#1562)
Co-authored-by: lxwcodemonkey
|
2024-08-13 10:10:52 +08:00 |
|
jerryjzhang
|
b13b38c645
|
(fix)(headless)Fix demo conversations with DETAIL query mode.
(fix)(headless)Fix demo conversations with DETAIL query mode.
|
2024-08-10 23:19:46 +08:00 |
|
jerryjzhang
|
ba9e6afa51
|
(improvement)(headless)Introduce DetailDimensionQuery as a type of rule-based parsing query.
|
2024-08-10 18:27:50 +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
|
cdb67650c5
|
(improvement)(chat) The existing data uses partition_time for time, resolving the issue of models being unable to query. (#1536)
|
2024-08-08 15:31:53 +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
|
3621766a0d
|
(improvement)(chat) Support compatibility for handling historical primary and foreign data. (#1517)
|
2024-08-06 14:45:49 +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 |
|
LXW
|
26f682cc45
|
(improvement)(headless) Add semantic retrieval to term descriptions and extract relevant semantic information (#1468)
Co-authored-by: lxwcodemonkey
|
2024-07-29 09:15:18 +08:00 |
|
jerryjzhang
|
e5504473a4
|
[improvement][headless&chat]Move EntityInfoProcessor from chat to headless module and optimize code.
[improvement][headless&chat]Move `EntityInfoProcessor` from `chat` to `headless` module and optimize code.
|
2024-07-27 18:10:06 +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 |
|
sjwan
|
17f965eabd
|
(fix)(launcher) fix mysql init script typo. (#1427)
Co-authored-by: wan2000 <wansj@samsundot.com>
|
2024-07-19 15:27:48 +08:00 |
|
jerryjzhang
|
2eac301076
|
(improvement)(headless)Introduce side_information to the prompt and exemplar.
|
2024-07-18 11:29:07 +08:00 |
|
jerryjzhang
|
ff38a6d250
|
(improvement)(headless)Restructure to remove web parent package.
|
2024-07-16 17:59:26 +08:00 |
|
jerryjzhang
|
782b768950
|
(improvement)(headless&chat)The Chat module only references facade service of the Headless module.
|
2024-07-16 17:53:01 +08:00 |
|
LXW
|
13ae312e51
|
(improvement)(headless) Update S2VisitsDemo (#1409)
Co-authored-by: lxwcodemonkey
|
2024-07-15 22:08:47 +08:00 |
|
jerryjzhang
|
baff30550e
|
(improvement)(headless&chat)Move ChatContext from Headless module to Chat module.
|
2024-07-12 19:50:12 +08:00 |
|
jerryjzhang
|
5bf4a4160d
|
(fix)(chat&headless)Agent references ChatModelConfig instead of ModelConfig.
|
2024-07-12 14:15:54 +08:00 |
|
jerryjzhang
|
37da1ac2ae
|
(improvement)(chat)Enable memory directly if the review result by LLM is positive.
|
2024-07-12 09:59:58 +08:00 |
|
jerryjzhang
|
e0647dd990
|
(improvement)(launcher)Opt schema-mysql sql declaration.
|
2024-07-11 11:00:25 +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 |
|
LXW
|
03f5678732
|
(improvement)(script) update schema-mysql.sql and sql-update.sql (#1390)
Co-authored-by: lxwcodemonkey
|
2024-07-10 19:39:12 +08:00 |
|
jerryjzhang
|
64786cb0ef
|
(improvement)(headless)Add explicit TRANSLATING stage and rename several classes by the way.
|
2024-07-07 09:30:32 +08:00 |
|
lexluo09
|
4d7bfe07aa
|
(improvement)(chat) Support embedding store configuration. (#1363)
|
2024-07-07 00:30:19 +08:00 |
|
lexluo09
|
6db6aaf98d
|
(improvement)(chat) Support configuring embeddingModel or embeddingStore at the agent level. (#1361)
|
2024-07-06 20:44:23 +08:00 |
|