lexluo09
ad8079e058
(improvement)(chat) The system settings module supports setting the number of returned parses. ( #606 )
2024-01-08 19:35:28 +08:00
lexluo09
023e84c420
(improvement)(chat) Split chat into three modules: server, api, and core. ( #594 )
2024-01-04 16:56:49 +08:00
lexluo09
f788249b1a
(improvement)(chat) Modify getFilterExpression to support the datediff function. ( #576 )
2023-12-27 21:20:05 +08:00
lexluo09
0cbfe473dd
(improvement)(chat) Change the storage of InMemoryEmbeddingStore entity to a Set for deduplication. ( #564 )
2023-12-22 14:49:53 +08:00
Scott
090abbceed
(fix)(common):check embedding exist before add to store ( #563 )
2023-12-22 14:41:30 +08:00
LXW
fa38e37be3
(improvement)(headless) Add API interface to provide data services to other applications ( #561 )
...
Co-authored-by: jolunoluo
2023-12-21 22:10:29 +08:00
LXW
2631352c30
(improvement)(common) Add JsonUtil configuration to avoid deserialization failure when enumeration values change ( #558 )
...
Co-authored-by: jolunoluo
2023-12-20 22:11:36 +08:00
Scott
a194822cdd
(fix):fix proxy ip default value ( #552 )
2023-12-19 20:14:10 +08:00
LXW
6bbc0a2cb4
(improvement)(chat) remove model.name and api.key in sys parameter configuration ( #551 )
...
Co-authored-by: jolunoluo
2023-12-19 17:02:18 +08:00
lexluo09
f60c1675cd
[improvement](chat) udpate EmbeddingConfig embeddingStorePersistentPath and if the persistentPath directory does not exist, create the directory. ( #550 )
2023-12-19 16:12:11 +08:00
lexluo09
c68df24375
[improvement](chat) Fix get metrics error in queryReqConverter ( #547 )
2023-12-19 14:29:18 +08:00
lexluo09
bb1001677d
[improvement](chat) Fix the issue of having empty elements in addFieldsToSelect. ( #545 )
2023-12-19 11:54:28 +08:00
lexluo09
67b9c4bf79
(improvement)(chat) update description in s2SQLParameter ( #543 )
2023-12-18 23:18:05 +08:00
lexluo09
3e18655c69
(improvement)(chat) add description to sqlGenerationMode ( #541 )
2023-12-18 22:51:21 +08:00
LXW
d7fafa361d
(improvement)(chat) Switching metric supports default aggregation method of metric ( #534 )
...
Co-authored-by: jolunoluo
2023-12-18 18:51:21 +08:00
lexluo09
5016881ce3
[improvement](chat) Add EmbeddingPersistentTask to Persist and reload InMemoryS2EmbeddingStore ( #525 )
2023-12-17 21:53:21 +08:00
lexluo09
fe75b3e393
[improvement](chat) Add persistence to InMemoryEmbeddingStore, fix the issue of PythonServiceS2EmbeddingStore being empty. ( #524 )
2023-12-17 11:04:29 +08:00
lexluo09
59c21ea19a
[improvement](chat) support filterCondition in InMemoryS2EmbeddingStore ( #523 )
2023-12-16 20:04:01 +08:00
lexluo09
f03da53d6f
[improvement](chat) Support frontend configuration for S2SQL generation method. ( #520 )
2023-12-16 17:10:34 +08:00
lexluo09
287a6561ff
[improvement](chat) Add an in_process provider and support offline loading of local embedding models. ( #505 )
2023-12-14 14:16:03 +08:00
LXW
f89be48e98
(improvement)(semantic) save metric default query config ( #503 )
...
Co-authored-by: jolunoluo
2023-12-13 21:29:15 +08:00
LXW
2c7afd0d55
(improvement)(common) add sys parameter description ( #502 )
...
Co-authored-by: jolunoluo
2023-12-13 21:02:56 +08:00
lexluo09
2ad0553f6c
[improvement](chat) fix concurrentModificationException in a multi-threaded environment. ( #501 )
2023-12-13 13:26:01 +08:00
lexluo09
73899e3174
[improvement](chat) Change llmparser to pyllm, retrieve LLMProxy from environment variables, defaulting to JavaLLMProxy. ( #497 )
2023-12-12 14:29:35 +08:00
lexluo09
3ae720ef30
[improvement](chat) add log4j-api in pom ( #492 )
2023-12-11 12:26:32 +08:00
jerryjzhang
221e88de0f
[improvement][common]Replace QueryType.OTHER with ID
2023-12-11 11:47:50 +08:00
lexluo09
0e0ba51750
[improvement](chat) Resolving jtokkit JAR package conflicts. ( #486 )
2023-12-09 00:43:30 +08:00
lexluo09
a5c32ac064
[improvement](chat) Remove unnecessary pom imports, optimize code, and adapt the test project. ( #485 )
2023-12-08 20:03:42 +08:00
lexluo09
abbe8c84a1
[improvement](python) LLM related services support Java service invocation ( #484 )
2023-12-08 19:24:58 +08:00
LXW
9679169e6f
(improvement)(semantic) Metric homepage download supports choosing whether to transform ( #477 )
...
Co-authored-by: jolunoluo
2023-12-06 18:02:20 +08:00
lexluo09
ed0f856438
[improvement](chat) Unified vector-related interfaces to go through EmbeddingUtils. ( #476 )
2023-12-06 14:50:57 +08:00
mainmain
2bc29d64a4
(improvement)(chat) rewrite datediff logic and perfect sql style ( #461 )
2023-12-04 10:41:41 +08:00
lexluo09
c98d15059b
[improvement][chat]Consider Chinese date fields in MetricCheckProcessor for data ( #460 )
2023-12-01 11:30:23 +08:00
mainmain
e469c449b4
[improvement] supersonic adapt checkstyle ( #451 )
2023-11-30 11:41:55 +08:00
LXW
c11a242f34
(improvement)(chat) Add model name set in ModelCluster ( #449 )
...
Co-authored-by: jolunoluo
2023-11-29 12:13:26 +08:00
mainmain
6be0f02c75
[improvement] add database config ( #447 )
...
Co-authored-by: zuopengge
2023-11-29 10:14:52 +08:00
lexluo09
f5a064aaad
[improvement](chat) add TAG to Element and Nature, fix MetricTagQuery queryMode ( #429 )
2023-11-27 17:51:54 +08:00
mainmain
c36082476f
(improvement)(chat) improve corrector and support sql union ( #427 )
2023-11-27 17:02:04 +08:00
jipeli
27bb1b322e
(improvement) Move out the datasource and merge the datasource with the model, and adapt the chat module ( #423 )
...
Co-authored-by: jolunoluo <jolunoluo@tencent.com >
2023-11-27 11:05:24 +08:00
lexluo09
fe2a424718
[improvement](project) Switch ENTITY to TAG uniformly in the queryType and semanticQuery ( #420 )
2023-11-24 18:17:48 +08:00
mainmain
42c0bea8fc
[improvement](chat) rule and llm support replace metric ( #415 )
...
* [improvement] replace metric
* [improvement] replace metric
* [improvement] supports replace metric
---------
Co-authored-by: zuopengge
2023-11-22 15:05:10 +08:00
lexluo09
f917defea8
[improvement](chat) Converting bizName to Name requires consideration of the time field ( #412 )
2023-11-21 15:44:00 +08:00
mainmain
6d9a8095eb
[improvement](chat) adapt checkstyle. ( #410 )
2023-11-20 20:42:23 +08:00
mainmain
5b8fdbc6fd
[improvement](chat) rule and llm supports replace metric ( #408 )
2023-11-20 17:04:14 +08:00
LXW
980d317152
(improvement)(common) Add description for sys parameter ( #407 )
...
Co-authored-by: jolunoluo
2023-11-20 14:52:47 +08:00
LXW
0143b0a1b2
(improvement)(chat)Add PostProcessor to do some logic after parser and corrector ( #403 )
...
* (improvement)(chat) Add PostProcessor to do some logic after parser and corrector
* (improvement)(chat) Add MetricCheckPostProcessor used to verify whether the dimensions involved in the query in metric mode can drill down on the metric
---------
Co-authored-by: jolunoluo
2023-11-20 09:58:25 +08:00
lexluo09
f198ce1ef8
[improvement](chat) If there is no aggregate function in the S2SQL, add the field to the 'SELECT' statement. ( #401 )
2023-11-18 10:28:09 +08:00
LXW
18211a215d
(improvement) (common) Update sys parameter init ( #400 )
...
Co-authored-by: jolunoluo
2023-11-17 18:34:58 +08:00
lexluo09
d6a386ad03
[improvement](project) Parameters are uniformly obtained from system settings, removing optimization.properties, and modifying SysParameter parameters ( #399 )
2023-11-17 18:11:07 +08:00
LXW
8f19584ad7
(improvement)(semantic)Simplify datasource related code and support setting filter SQL for dict generation ( #397 )
...
* (improvement) (semantic) Simplify datasource related code and support setting filtering SQL for dict generation
* (improvement) (semantic) Remove the semicolon at the end of the datasource SQL
* (improvement) (common) Update sys parameter init
---------
Co-authored-by: jolunoluo
2023-11-17 17:52:28 +08:00