Commit Graph

  • ab077df36d (improvement)(project) Modify the log name for 'headless' and add 'headless' and 'chat' configurations to support separate deployment. (#556) lexluo09 2023-12-20 17:35:17 +08:00
  • 150d67f903 (improvement)(semantic) Change 'semantic' to 'headless' (#555) lexluo09 2023-12-20 17:08:16 +08:00
  • 187dcacbe7 [improvement][semantic-fe] Replacing the initialization variable from "semantic" to "headless". (#554) tristanliu 2023-12-20 16:49:26 +08:00
  • a194822cdd (fix):fix proxy ip default value (#552) Scott 2023-12-19 20:14:10 +08:00
  • 6bbc0a2cb4 (improvement)(chat) remove model.name and api.key in sys parameter configuration (#551) LXW 2023-12-19 17:02:18 +08:00
  • f60c1675cd [improvement](chat) udpate EmbeddingConfig embeddingStorePersistentPath and if the persistentPath directory does not exist, create the directory. (#550) v0.8.2 lexluo09 2023-12-19 16:12:11 +08:00
  • 1d9b6d6877 [improvement](chat) optimize functionCall result format (#549) lexluo09 2023-12-19 15:46:17 +08:00
  • d8930e8906 (improvement)(chat) Optimize the conditions for chatDemo loading (#548) LXW 2023-12-19 14:57:30 +08:00
  • c68df24375 [improvement](chat) Fix get metrics error in queryReqConverter (#547) lexluo09 2023-12-19 14:29:18 +08:00
  • bb1001677d [improvement](chat) Fix the issue of having empty elements in addFieldsToSelect. (#545) lexluo09 2023-12-19 11:54:28 +08:00
  • 7a1cfbcef8 (improvement)(build) moveToRuntime checks if the tar.gz file exists, and if it doesn't, no operation is performed. (#544) lexluo09 2023-12-19 11:02:35 +08:00
  • 67b9c4bf79 (improvement)(chat) update description in s2SQLParameter (#543) lexluo09 2023-12-18 23:18:05 +08:00
  • 7cb7697353 (improvement)(chat) Modify the order of demo loaders (#542) LXW 2023-12-18 23:15:23 +08:00
  • 3e18655c69 (improvement)(chat) add description to sqlGenerationMode (#541) lexluo09 2023-12-18 22:51:21 +08:00
  • e7d52f87f0 (improvement)(python) run.py read files in utf-8 format (#540) LXW 2023-12-18 22:07:27 +08:00
  • 2cd8f8022b [improvement](chat) fix SqlGeneration format issues (#539) lexluo09 2023-12-18 22:05:43 +08:00
  • e08435902a [improvement](chat) fix SqlGeneration format issues (#538) lexluo09 2023-12-18 22:04:40 +08:00
  • b44fa2bf3c [improvement](chat) fix unit test not right (#537) lexluo09 2023-12-18 21:27:12 +08:00
  • d7f1f06daf (improvement)(chat) Remove candidateParses in ParseResp (#536) LXW 2023-12-18 21:10:53 +08:00
  • 4c26e0c972 [improvement](project) update mvn version to 0.8.2 and update changelog (#535) lexluo09 2023-12-18 20:51:55 +08:00
  • d7fafa361d (improvement)(chat) Switching metric supports default aggregation method of metric (#534) LXW 2023-12-18 18:51:21 +08:00
  • 0c69651ef3 (fix):remove parantheses in generated sql (#532) Scott 2023-12-18 17:57:06 +08:00
  • b5fdbfbbf6 [improvement][semantic-fe] Changing the line type for canvas connections. (#531) tristanliu 2023-12-18 16:37:53 +08:00
  • 33a2688e77 (improvement)(semantic) Add default canvas display data (#530) LXW 2023-12-18 15:45:16 +08:00
  • 6bd97cd8af (improvement)(script) Update bat script (#529) LXW 2023-12-18 14:07:30 +08:00
  • 64615cbef9 (improvement)(semantic) Querying dimension values supports models without time dimensions (#528) LXW 2023-12-18 13:18:18 +08:00
  • dfb3b59984 [improvement][semantic-fe] Optimizing the update process for drawing model relationship edges in the canvas. (#527) tristanliu 2023-12-18 10:53:42 +08:00
  • 61641ecb00 (improvement)(chat) The history record only retains the query result of the first parse (#526) LXW 2023-12-18 10:20:50 +08:00
  • 5016881ce3 [improvement](chat) Add EmbeddingPersistentTask to Persist and reload InMemoryS2EmbeddingStore (#525) lexluo09 2023-12-17 21:53:21 +08:00
  • fe75b3e393 [improvement](chat) Add persistence to InMemoryEmbeddingStore, fix the issue of PythonServiceS2EmbeddingStore being empty. (#524) lexluo09 2023-12-17 11:04:29 +08:00
  • 3db443f9b1 [improvement][docs]Revise certain descriptions in README jerryjzhang 2023-12-16 22:12:36 +08:00
  • 59c21ea19a [improvement](chat) support filterCondition in InMemoryS2EmbeddingStore (#523) lexluo09 2023-12-16 20:04:01 +08:00
  • 95334441b1 [improvement](build) Support building pyllm separately. (#522) lexluo09 2023-12-16 18:44:34 +08:00
  • 276b224c13 [improvement](chat) Support sqlGenerationMode in python interface (#521) lexluo09 2023-12-16 17:24:24 +08:00
  • f03da53d6f [improvement](chat) Support frontend configuration for S2SQL generation method. (#520) lexluo09 2023-12-16 17:10:34 +08:00
  • 9201550027 [improvement](chat) Support new four methods of generating SQL using SqlGeneration large models. (#519) lexluo09 2023-12-16 14:44:56 +08:00
  • c86cd9f901 [improvement][semantic] refactor zipper source type (#518) jipeli 2023-12-15 21:47:35 +08:00
  • ef8caea9d2 [improvement][semantic-fe] Optimizing the canvas functionality for better performance and user experience. (#517) tristanliu 2023-12-15 19:12:34 +08:00
  • 6daaff8c30 (feature)(chat-sdk) show showcase button in mobile mode (#516) williamhliu 2023-12-15 18:19:57 +08:00
  • 4b00c16eb7 (feature)(chat-sdk) modify the method for obtaining similar questions and recommended drill-down dimensions; do not display assistant button when there is only one assistant (#514) williamhliu 2023-12-15 17:41:35 +08:00
  • 4dae84034e (improvement)(chat) Rename SimilarMetricProcessor, SimilarQueryProcessor to MetricRecommendProcessor, QueryRecommendProcessor (#513) LXW 2023-12-15 14:56:44 +08:00
  • e6eac03ec6 (improvement)(chat) Rename DrillDownDimensionProcessor to DimensionRecommendProcessor (#512) LXW 2023-12-15 11:48:41 +08:00
  • e9a479e2df (improvement)(chat) Add DrillDownDimensionProcessor and SimilarQueryProcessor to obtain recommended dimensions and similar queries (#511) LXW 2023-12-15 10:27:33 +08:00
  • 7db1cc270e [improvement](chat) fix InProcess config (#509) lexluo09 2023-12-14 17:10:27 +08:00
  • 3bf5b86535 [improvement][semantic-fe] Fixing the synchronization issue with the question and answer settings information. (#508) tristanliu 2023-12-14 16:37:19 +08:00
  • 3d30632b41 [improvement](python) Remove unused Python-related files (#507) lexluo09 2023-12-14 15:19:52 +08:00
  • 287a6561ff [improvement](chat) Add an in_process provider and support offline loading of local embedding models. (#505) lexluo09 2023-12-14 14:16:03 +08:00
  • 169262cc62 [improvement][doc]Compile new project description jerryjzhang 2023-12-14 11:58:31 +08:00
  • fda5a577d6 (improvement)(chat) rename QueryResponder to ExecuteResultProcessor and add ResultProcessor (#504) LXW 2023-12-13 22:16:42 +08:00
  • f89be48e98 (improvement)(semantic) save metric default query config (#503) LXW 2023-12-13 21:29:15 +08:00
  • 2c7afd0d55 (improvement)(common) add sys parameter description (#502) LXW 2023-12-13 21:02:56 +08:00
  • 2ad0553f6c [improvement](chat) fix concurrentModificationException in a multi-threaded environment. (#501) lexluo09 2023-12-13 13:26:01 +08:00
  • 340cb2c835 [improvement](chat) Resolve the issue of an empty result in schemaLinkParse. (#500) lexluo09 2023-12-13 11:18:15 +08:00
  • caefa501f2 [improvement][semantic-fe] Fixing the logic error in the dimension value setting. (#499) tristanliu 2023-12-12 19:40:24 +08:00
  • 5c96d75d39 [improvement](project) If there are any failed operations during the build process, stop subsequent operations and issue a unified 'stop' command. (#498) lexluo09 2023-12-12 17:13:57 +08:00
  • 86c2f96942 [improvement][fix]Fix codestyle jerryjzhang 2023-12-12 15:57:37 +08:00
  • 73899e3174 [improvement](chat) Change llmparser to pyllm, retrieve LLMProxy from environment variables, defaulting to JavaLLMProxy. (#497) lexluo09 2023-12-12 14:29:35 +08:00
  • 49bb2c6d8b fix:use correct sql generated mode in java code (#496) Scott 2023-12-11 21:46:57 +08:00
  • 9223a4f856 (feature)(webapp) change sql text (#495) williamhliu 2023-12-11 19:56:53 +08:00
  • f3f60af231 (fix):fix python service interact (#494) Scott 2023-12-11 19:31:36 +08:00
  • 3cdfcae01c [improvement][chat]Add javadoc to Mapper related classes jerryjzhang 2023-12-11 18:07:26 +08:00
  • 0c6efada43 [improvement](chat) Merge HanlpDictMapper and FuzzyNameMapper into KeywordMapper. (#493) lexluo09 2023-12-11 17:22:57 +08:00
  • d79f73eab6 add auto-CoT feature (#483) codescracker 2023-12-11 16:07:49 +08:00
  • 3ae720ef30 [improvement](chat) add log4j-api in pom (#492) lexluo09 2023-12-11 12:26:32 +08:00
  • 221e88de0f [improvement][common]Replace QueryType.OTHER with ID jerryjzhang 2023-12-11 11:32:18 +08:00
  • 23d926f195 [improvement](chat) remove ModelProvider and in_memory (#491) lexluo09 2023-12-11 11:17:30 +08:00
  • 97b11ec244 [improvement](chat) default use AllMiniLmL6V2EmbeddingModel (#490) lexluo09 2023-12-11 11:01:47 +08:00
  • 899047dbd1 [improvement](chat) Adjust related packages, add other SqlGeneration implementations, and rename EmbedLLMProxy to JavaLLMProxy. (#489) lexluo09 2023-12-11 10:24:22 +08:00
  • cb4b91878f fix:add base url (#488) Scott 2023-12-10 20:55:47 +08:00
  • 6af661459c Add SqlGeneration abstraction and implementation, optimize LLMSqlParser skip. (#487) lexluo09 2023-12-10 11:34:48 +08:00
  • 0e0ba51750 [improvement](chat) Resolving jtokkit JAR package conflicts. (#486) lexluo09 2023-12-09 00:43:30 +08:00
  • a5c32ac064 [improvement](chat) Remove unnecessary pom imports, optimize code, and adapt the test project. (#485) lexluo09 2023-12-08 20:03:42 +08:00
  • abbe8c84a1 [improvement](python) LLM related services support Java service invocation (#484) lexluo09 2023-12-08 19:24:58 +08:00
  • 6c0f88d8b5 [improvement][semantic-fe] Fixing the initialization issue with the date selection component in the indicator details page when switching time granularity. (#482) tristanliu 2023-12-08 15:08:12 +08:00
  • 68ada561ac (fix)(test) fix test compile error (#481) LXW 2023-12-08 13:34:12 +08:00
  • 18b52ec742 (improvement)(semantic) Metric homepage download supports choosing whether to transform (#480) LXW 2023-12-08 13:20:27 +08:00
  • ca8d7d89c1 (improvement)(build) When remove runtimeDir in the build script, add prefix deletion handling. (#479) lexluo09 2023-12-07 10:27:02 +08:00
  • e6ab7cb5ff (fix)(chat-sdk) fix date change bug and hide recommend metrics tip when no metrics (#478) williamhliu 2023-12-06 20:54:31 +08:00
  • 9679169e6f (improvement)(semantic) Metric homepage download supports choosing whether to transform (#477) LXW 2023-12-06 18:02:20 +08:00
  • ed0f856438 [improvement](chat) Unified vector-related interfaces to go through EmbeddingUtils. (#476) lexluo09 2023-12-06 14:50:57 +08:00
  • 9aa5c93d9d fix:consider alias of metric when correct group sql (#475) Scott 2023-12-06 14:10:37 +08:00
  • b45592c009 [improvement][semantic-fe] Adding the ability to download and transpose data. (#474) tristanliu 2023-12-06 11:34:51 +08:00
  • 6e0fa95e6f [improvement][semantic-fe] Adding permission logic for bulk operations in the indicator market. (#471) tristanliu 2023-12-04 20:18:36 +08:00
  • 94f310d17f (improvement)(chat) fix compilation style issues. (#467) lexluo09 2023-12-04 10:59:31 +08:00
  • 2bc29d64a4 (improvement)(chat) rewrite datediff logic and perfect sql style (#461) mainmain 2023-12-04 10:41:41 +08:00
  • c220ca69c2 fix:convert name or alias to schema element (#465) Scott 2023-12-03 20:22:02 +08:00
  • 4280aad0a7 (improvement)(semantic) Supply and compatible with mysql demo data (#464) LXW 2023-12-02 23:17:27 +08:00
  • c98d15059b [improvement][chat]Consider Chinese date fields in MetricCheckProcessor for data (#460) lexluo09 2023-12-01 11:30:23 +08:00
  • a862a83272 (improvement)(chat) SemanticParseInfo removes elements whose model is empty (#459) LXW 2023-12-01 11:27:07 +08:00
  • c6d59701db (feature)(webapp) change model name to model names tag (#455) williamhliu 2023-11-30 21:36:09 +08:00
  • 39a85dc4ed (feature)(webapp) change agent tool enum value (#454) williamhliu 2023-11-30 21:14:07 +08:00
  • 507c02a8fd (improvement)(chat) Remove redundant maven dependencies and classes (#453) LXW 2023-11-30 19:36:18 +08:00
  • 380597f0c3 [improvement][semantic-fe] Fixing the abnormal state of the popup when creating a model. (#452) tristanliu 2023-11-30 18:48:41 +08:00
  • e469c449b4 [improvement] supersonic adapt checkstyle (#451) mainmain 2023-11-30 11:41:55 +08:00
  • f8bdb8a4b4 [improvement][checkstyle]Add multiple empty lines checks jerryjzhang 2023-11-30 11:03:22 +08:00
  • d76216a2ec [improvement][chat]Refactor certain packages to make code cleaner jerryjzhang 2023-11-29 17:34:59 +08:00
  • 82cfb3050d [improvement][chat]Rename LLMInterpreter as LLMProxy jerryjzhang 2023-11-29 16:57:48 +08:00
  • 57f7d0c67d [improvement][chat]Restructure Agent&Tool package jerryjzhang 2023-11-29 16:34:52 +08:00
  • c11a242f34 (improvement)(chat) Add model name set in ModelCluster (#449) LXW 2023-11-29 12:13:26 +08:00
  • 576fad5fb1 Merge remote-tracking branch 'origin/master' jerryjzhang 2023-11-29 10:29:05 +08:00