Commit Graph

  • 4d6cbf31f7 (improvement)(chat) Upgrade and optimize the embedding metastore. (#1198) lexluo09 2024-06-23 21:46:10 +08:00
  • 2ae94fb38c (improvement)(dict) support queryDictValue (#1196) daikon 2024-06-23 11:56:26 +08:00
  • a658b9c45f (improvement)(chat) Optimize the LLMSqlParser code. (#1195) lexluo09 2024-06-22 22:51:43 +08:00
  • 29694be64e (improvement)(chat) The large model parsing supports SQL result verification and adds three retries (#1194) lexluo09 2024-06-22 22:21:51 +08:00
  • 32e2c1e39d (improvement)(common) Fixed the compatibility issue with qwen. (#1193) lexluo09 2024-06-22 16:59:15 +08:00
  • 782d4ead9e (improvement)(common) support dashscope in springboot (#1192) lexluo09 2024-06-22 16:39:32 +08:00
  • 3d0183095b (improvement)(common) support zhipu in springboot (#1190) lexluo09 2024-06-22 15:10:29 +08:00
  • e9230b5421 (improvement)(headless)Reduce level of several logs, avoiding too verbase. jerryjzhang 2024-06-22 12:59:41 +08:00
  • ea5b63bf3a (improvement)(Headless) Update sql-update.sql (#1189) LXW 2024-06-22 12:05:08 +08:00
  • 6466999dbc (improvement)(headless)Remove redundant SemanticService and SearchService. jerryjzhang 2024-06-22 11:15:59 +08:00
  • 69bb64cdbf (improvement)(project) Fixed the default administrator password issue and the startup compatibility issue with embedding configuration. (#1187) lexluo09 2024-06-22 01:39:47 +08:00
  • cfde267a06 (improvement)(Headless) If it is in DETAIL mode and select *, add default metrics and dimensions. (#1186) lexluo09 2024-06-22 01:28:52 +08:00
  • e293be3ebf (improvement)(headless)Refactor headless to abstract SemanticTranslator explicitly. jerryjzhang 2024-06-21 20:20:22 +08:00
  • 5af76fa7dc (improvement)(Headless) Supports configuring term-related metrics and dimensions (#1184) LXW 2024-06-21 18:11:14 +08:00
  • e548b57d97 (improvement)(Chat) Agent supports configuring whether to enable simple mode and whether to display debugging information. (#1181) LXW 2024-06-21 16:02:04 +08:00
  • d9de4aabdd (improvement)(headless) Fix Windows and CentOS CI failed (#1169) LXW 2024-06-21 14:03:47 +08:00
  • 1c7b09285f docs: add Japanese README (#1177) Ikko Eltociear Ashimine 2024-06-21 09:24:21 +09:00
  • 5555dc8c45 (improvement)(common) When EmbeddingModel retrieval fails, use the default embedded model. (#1176) lexluo09 2024-06-20 21:57:32 +08:00
  • 3831f9fdf1 (improvement)(common) support qianfan in springboot (#1175) lexluo09 2024-06-20 20:27:06 +08:00
  • 92db381b6f (improvement)(common) Upgraded langchain4j to version 0.31. (#1174) lexluo09 2024-06-20 17:31:19 +08:00
  • 1df1fe5ad6 (improvement)(chat)Optimize multi-turn prompts. jerryjzhang 2024-06-20 15:03:00 +08:00
  • 9e72d239f1 (improvement)(headless) refactor duck source configure (#1170) jipeli 2024-06-20 14:24:18 +08:00
  • 0d9afb5d87 (improvement)(headless) Batch Update Metric sensitiveLevel (#1167) LXW 2024-06-20 11:56:30 +08:00
  • 5474fe1d04 (improvement)(headless) fixed parser error (#1161) (#1166) jipeli 2024-06-20 10:43:17 +08:00
  • 633c7eae07 (improvement)(headless) fixed parser quoted case (#1165) jipeli 2024-06-19 19:30:32 +08:00
  • 48113b41dd (improvement)(common) Optimized the structure of the common package. (#1164) lexluo09 2024-06-19 18:07:26 +08:00
  • 5d32235c2d (docs)Move docs out of source code. jerryjzhang 2024-06-19 10:07:30 +08:00
  • 0334009c70 (docs)Add docs website jerryjzhang 2024-06-17 09:48:12 +08:00
  • 39fd16b918 (improvement)(test) Fixed the intermittent failure of QueryByStructTest on Windows. (#1159) lexluo09 2024-06-15 22:03:56 +08:00
  • c3ecc05715 (improvement)(headless)Introduce headless-chat. #1155 jerryjzhang 2024-06-15 18:56:39 +08:00
  • f2a12e56b7 (improvement)(code) Replace e.printStackTrace() with logger.error. (#1156) lexluo09 2024-06-15 18:26:52 +08:00
  • b5cc450758 (fix)(auth)Fix exception when row authorization description is null (#1148). (#1153) zhaodongsheng 2024-06-15 10:46:02 +08:00
  • 67cbc43956 (improvement)(chat)Add endpoint service to test LLM connection. #1135 jerryjzhang 2024-06-15 09:40:32 +08:00
  • eb18857a9b (improvement)(launcher)Move langchain4j related classes from launcher-common to common. jerryjzhang 2024-06-15 09:08:44 +08:00
  • 39b5dde11d (improvement)(launcher)Introduce Text2SQLEval to facilitate evaluation of different prompting strategies or different LLMs. #1152 jerryjzhang 2024-06-15 01:37:40 +08:00
  • eadd20046e (improvement)(headless)Refactor text2sql prompts by getting more use of the data semantics. #1149 jerryjzhang 2024-06-15 01:01:14 +08:00
  • f8b818cb82 (improvement)(headless) add SqlEvaluation interface (#1150) jipeli 2024-06-14 22:41:04 +08:00
  • 0509242242 (improvement)(launcher)Add visits data in current date for S2VisitsDemo jerryjzhang 2024-06-14 20:48:38 +08:00
  • a9d66b85cc (improvement)(headless) Corrector does not automatically add sys_imp_date to group by (#1141) LXW 2024-06-13 11:49:54 +08:00
  • abf440c4d4 (feature)(Headless) arrow flight sql endpoint (#634) (#1136) jipeli 2024-06-12 15:02:55 +08:00
  • 91a6308d9e (improvement)(headless) Put AggCorrector in front of HavingCorrector (#1134) LXW 2024-06-12 11:56:10 +08:00
  • 33eecc0cb1 (improvement)(project) Fixed the issue of Swagger UI not working. (#1133) lexluo09 2024-06-11 23:13:40 +08:00
  • 57ee55b7da [improvement][supersonic-fe] fix proxy url (#1132) tristanliu 2024-06-11 17:53:47 +08:00
  • 6bb317e1c7 (improvement)(headless) remove date field from where in correct sql (#1129) mainmain 2024-06-11 16:12:29 +08:00
  • da9ca36def (improvement)(headless) remove date field from where in correct sql (#1128) mainmain 2024-06-11 15:53:37 +08:00
  • 87177155d5 [improvement]supersonic-fe] Added support for starting in development mode. (#1127) tristanliu 2024-06-11 15:46:38 +08:00
  • 82a3e30472 (improvement)(auth) Support token key allocation based on the integration application. (#1119) lexluo09 2024-06-10 21:50:39 +08:00
  • 3f098a6364 (fix)(chat-sdk) Fixing the abnormal width issue of the auto-complete component's selection panel (#1111) ivoryoung 2024-06-10 16:47:03 +08:00
  • 9584d7bb2c (improvement)(build) Fixed the issue of unable to download JDK on CentOS. (#1118) lexluo09 2024-06-09 11:10:15 +08:00
  • 915d4ec4c2 (improvement)(auth)Initialize users and maintain compatibility with previous users. (#1117) lexluo09 2024-06-09 10:16:03 +08:00
  • 5bc88b78a9 (improvement)(login) encrypt password (#1081) (#1116) zhaodongsheng 2024-06-09 08:16:45 +08:00
  • dcb7f21241 (improvement)(headless) fix ratio empty (#1115) jipeli 2024-06-07 21:59:20 +08:00
  • aef60c6e83 (improvement)(Headless)headless supports with (#1113) mainmain 2024-06-07 16:10:08 +08:00
  • c09b9428b2 (improvement)(headless) System parameter compatible with historical data (#1112) LXW 2024-06-07 11:03:08 +08:00
  • 5bc37fa953 opt supersonic wechat community QR code style (#1109) daikon 2024-06-07 10:13:03 +08:00
  • bb0df82f58 update supersonic wechat community QR code (#1108) daikon 2024-06-07 09:49:13 +08:00
  • 96e94b3096 (improvement)(Headless) fixed get group error (#1107) jipeli 2024-06-06 17:00:34 +08:00
  • 529c8dc79b (improvement)(headless)Replace terms in exemplar files jerryjzhang 2024-06-06 13:00:00 +08:00
  • 4a867451d5 (improvement)(headless)Optimize prompts and exemplars jerryjzhang 2024-06-06 11:26:42 +08:00
  • 451ae1f6f0 (improvement)(Headless) Add AggCorrector to GrammarCorrector (#1102) LXW 2024-06-06 10:54:02 +08:00
  • 357e2c03eb (improvement)(Headless) Add AggCorrector to check and add aggregate functions (#1098) LXW 2024-06-06 10:24:30 +08:00
  • 2ed7762210 (improvement)(Headless) Filtering based on dataSetIds during Mapper detection Compatible with term (#1096) LXW 2024-06-06 10:10:40 +08:00
  • d8f53a4e2f (fix)(common)Fix system parameter initialization making sure settings in application.yaml take effect jerryjzhang 2024-06-05 20:30:13 +08:00
  • b3b9687041 (improvement)(Headless) Add default time setting for metric and detail query mode (#1095) LXW 2024-06-05 18:55:05 +08:00
  • 008c1c35d8 (improvement)(headless)Commit new impl of SqlGenStrategy jerryjzhang 2024-06-05 10:33:04 +08:00
  • 91e27bcadb (fix)(assembly)Fix webapp build. jerryjzhang 2024-06-04 12:07:49 +08:00
  • 9c3f9f7f49 (improvement)(Chat) When selecting the dataset list in agent page, the model set list can not return (#1085) LXW 2024-06-03 21:23:32 +08:00
  • 4648e8d875 (improvement)(Chat)The chat history also returns the time taken for parsing and SQL generation (#1084) LXW 2024-06-03 21:18:32 +08:00
  • 5e9c960263 [improvement][semantic-fe] fix metric edit page init error (#1083) tristanliu 2024-06-03 20:07:45 +08:00
  • df9b469019 (improvement)(Headless) The corrector adds group by field, but does not add agg field, resulting in SQL syntax errors (#1082) LXW 2024-06-03 16:15:45 +08:00
  • 778f054a95 add playground link (#1078) zhaodongsheng 2024-06-02 08:40:10 +08:00
  • 78d8e652cd (improvement)(auth) Optimize the code to support configurable token timeout duration, with a default value set to 2 hours. (#1077) lexluo09 2024-06-02 00:08:24 +08:00
  • 2da0eb126a (improvement)(project) add RHEL/CentOS CI (#1074) lexluo09 2024-06-01 23:18:42 +08:00
  • 09bd330367 Merge remote-tracking branch 'origin/master' jerryjzhang 2024-06-01 21:48:59 +08:00
  • 52b078e3c5 (improvement)(headless)Improve javadocs and log messages. jerryjzhang 2024-06-01 21:48:28 +08:00
  • c166041e8d [improvement][semantic-fe] tag mode wording change (#1073) tristanliu 2024-06-01 21:00:30 +08:00
  • ef69562bdb (improvement)(project) Upgrade to version 0.9.2. (#1072) v0.9.2 LXW 2024-06-01 15:50:29 +08:00
  • 03cb00f4b4 (improvement)(Headless) Fix Python module parameter passing error (#1071) LXW 2024-06-01 14:38:20 +08:00
  • f07e80587d (improvement)(headless&chat) System parameter compatible with historical data and front-end (#1070) LXW 2024-06-01 12:09:09 +08:00
  • 59f6169569 [improvement][semantic-fe] system config add defaultValue support (#1069) tristanliu 2024-06-01 10:14:01 +08:00
  • 0f0847824f (improvement)(headless&chat)Refactor system parameter impl jerryjzhang 2024-06-01 01:42:00 +08:00
  • 28960668ce (improvement)(Headless) One detect word only matches one most similar dimension value instead of many. (#1068) LXW 2024-05-31 21:31:42 +08:00
  • f0f57d09eb (improvement)(Headless) The python module supports reading the LLM information of the agent configuration (#1067) LXW 2024-05-31 21:20:15 +08:00
  • c25dbc2cef [improvement][semantic-fe] logo css change (#1066) tristanliu 2024-05-31 17:55:45 +08:00
  • 509ad10689 [improvement][headless-fe] css change (#1065) tristanliu 2024-05-31 17:20:42 +08:00
  • 83f6ddc240 (improvement)(Headless) Fix dimension value write dict failed (#1064) LXW 2024-05-31 16:35:52 +08:00
  • c98ba71b17 [improvement][headless-fe] Optimized data updating when switching domains. (#1063) tristanliu 2024-05-31 16:14:19 +08:00
  • 0eb518cfd2 [improvement][headless-fe] route config change (#1062) tristanliu 2024-05-31 10:44:45 +08:00
  • f5bb08d0f7 improvement][headless-fe] change build config (#1061) tristanliu 2024-05-31 00:12:47 +08:00
  • dbe14e350a [improvement][headless-fe] fix build bugs (#1060) tristanliu 2024-05-30 22:36:09 +08:00
  • c000dfeb06 (improvement)(launcher) Optimize the demo to prevent the dimension value dictionary from being loaded after the demo is loaded. (#1059) LXW 2024-05-30 22:26:20 +08:00
  • 4e6c076481 (improvement)(Headless) supports glm-4、glm-3-turbo、qwen (#1058) mainmain 2024-05-30 21:51:35 +08:00
  • b4bc92e586 (improvement)(launcher) Optimize Demo to distinguish domain and model sets (#1056) LXW 2024-05-30 19:39:23 +08:00
  • aedabd24f7 [improvement][headless-fe] Fixed the issue with abnormal comments during model creation. (#1057) tristanliu 2024-05-30 19:14:40 +08:00
  • d8abc1e492 [improvement][headless-fe] Fixed the issue with passing the modelId during initialization. (#1054) tristanliu 2024-05-30 15:56:26 +08:00
  • 18f268f590 (improvement)(headless)Remove redundant SqlGenStrategy impl jerryjzhang 2024-05-30 15:23:52 +08:00
  • 3b09a5c0ed [improvement][headless-fe] Added a simplified mode to the question-answering system. (#1051) tristanliu 2024-05-30 11:26:37 +08:00
  • 40b3142730 (improvement)(Headless) Change queryMode TAG_MODE to DETAIL_MODE (#1050) LXW 2024-05-30 10:49:09 +08:00
  • 6aaf471582 [improvement][headless-fe] 1.Added configuration for the large language model in the agent; 2.upgraded React version from 17 to 18; 3.modified some UI effects. (#1049) tristanliu 2024-05-30 10:40:01 +08:00
  • 8aab359def (improvement)(Chat) Format the results of the parse and query phases into text (#1045) LXW 2024-05-29 17:02:45 +08:00