daikon
|
8994a6ddca
|
(improvement)(headless) add TagObject logic (#829)
|
2024-03-19 11:13:11 +08:00 |
|
lexluo09
|
8733231976
|
(improvement)(Headless) Abstracted tags from dimensions and metrics. (#828)
|
2024-03-18 12:07:49 +08:00 |
|
daikon
|
c2316c944d
|
opt createDimension and add createBatchTag (#803)
|
2024-03-12 14:30:00 +08:00 |
|
lexluo09
|
ae7acb4817
|
(improvement)(Headless) Dataset supports query mode settings, and the chat layer supports tag mode (#802)
|
2024-03-12 12:15:21 +08:00 |
|
lexluo09
|
3ad18b0ee0
|
(improvement)(Chat)Integration of tags into chat. (#798)
|
2024-03-08 16:59:51 +08:00 |
|
daikon
|
9d27031543
|
add TagTest and correctDateConf logic (#797)
|
2024-03-08 13:16:15 +08:00 |
|
daikon
|
a6428f7dbf
|
Tag market support queryTagValue for value distribution info (#794)
|
2024-03-06 20:46:59 +08:00 |
|
lexluo09
|
3cccac58a1
|
[improvement](Headless) Adding change event to tags and integrating tag into embeddings (#792)
|
2024-03-06 16:13:20 +08:00 |
|
jipeli
|
8f4754329e
|
[improvement](headless) queryStruct aggregator add alias (#791)
|
2024-03-06 12:01:12 +08:00 |
|
daikon
|
c97f567cd8
|
opt createCollectionIndicators for wrong id and opt TagDefineType (#780)
|
2024-03-05 19:52:21 +08:00 |
|
lexluo09
|
b8ecfc6a99
|
[improvement](project) Adding tag abstraction to the dictionary and optimizing related code. (#785)
|
2024-03-05 18:00:48 +08:00 |
|
LXW
|
a41da3f5fe
|
(improvement)(Headless)(Chat) Change View to DataSet (#782)
* (improvement)(Headless)(Chat) Change view to dataSet
---------
Co-authored-by: jolunoluo <jolunoluo@tencent.com>
|
2024-03-04 11:48:41 +08:00 |
|
daikon
|
895f38b6f7
|
Dev 0.9 (#774)
|
2024-02-29 10:42:03 +08:00 |
|
lexluo09
|
eba3a8ad34
|
(improvement)(chat) In SchemaCorrector, removing filters from linkingValue that do not exist. (#775)
|
2024-02-29 10:25:14 +08:00 |
|
daikon
|
b72e280990
|
Dict headless opt (#764)
* [improvement](headless) Enhance dictionary execution function,support clear dict data recording
* [fix](headless) fix dict value support space
---------
Co-authored-by: kanedai <kanedai@tencent.com>
|
2024-02-27 10:40:31 +08:00 |
|
lexluo09
|
3893e897cb
|
(improvement)(chat) support TimeMode LAST, RECENT mode (#752)
|
2024-02-23 20:40:30 +08:00 |
|
lexluo09
|
e610dd8246
|
(improvement)(Headless) Embedding data related to metadata is not restored from persistent files. (#748)
|
2024-02-23 18:22:28 +08:00 |
|
jipeli
|
61316e939c
|
[improvement][headless] fix derived metric expression parse error (#742)
|
2024-02-23 11:55:36 +08:00 |
|
mainmain
|
699a33b1c1
|
(improvement) improve evalution accuracy (#727)
|
2024-02-19 17:31:38 +08:00 |
|
lexluo09
|
fdb69547e6
|
[improvement][Headless] Embedding supports Chinese by default and fixes the issue of abnormal number recognition (#726)
|
2024-02-18 19:51:19 +08:00 |
|
lexluo09
|
39158d6877
|
(improvement)(headless) Headless integration embedding functionality, with support for viewId in embeddings. (#725)
|
2024-02-12 22:44:25 +08:00 |
|
daikon
|
9600456bae
|
headless integrates knowledge (#722)
|
2024-02-05 20:30:57 +08:00 |
|
LXW
|
0c4c6d83ef
|
(improvement)(headless) Remove MetricCheckProcessor in chat and MetricDrillDownChecker in headless (#716)
(improvement)(headless) remove MetricCheckProcessor in chat and MetricDrillDownChecker in headless
---------
Co-authored-by: jolunoluo
|
2024-02-04 14:28:24 +08:00 |
|
lexluo09
|
491c76368c
|
[improvement][Chat] Add TimeCorrector and rename the associated SqlParserHelper. (#707)
|
2024-02-01 15:29:07 +08:00 |
|
LXW
|
24b442baef
|
(improvement)(headless)(chat) Add views and adapt chat and headless (#700)
* (improvement)(headless)(chat) Add views and adapt chat and headless
---------
Co-authored-by: jolunoluo
|
2024-01-30 20:43:53 +08:00 |
|
lexluo09
|
954c67c947
|
[improvement][Headless] Add unit test cases and remove unnecessary logs. (#698)
|
2024-01-30 16:46:06 +08:00 |
|
mainmain
|
c398ac1a84
|
[improvement][supersonic] add text-to-sql evaluation (#696)
* [improvement] llm supports all models
* [improvement] alias convert to SemanticParseInfo
* [improvement] support join
* [improvement] add evaluation.py
* [improvement] add text2sql_evalution.py
* [improvement] add text2sql_evalution.py
* [improvement] add evalution
* [improvement] add evalution
* [improvement] add evalution
---------
Co-authored-by: zuopengge <hwzuopengge@tencent.com>
|
2024-01-30 10:46:45 +08:00 |
|
Scott
|
48fb01f6bc
|
(chat)(fix):not add group by if already has distinct (#685)
|
2024-01-24 09:48:21 +08:00 |
|
lexluo09
|
163e782f51
|
[improvement][headless] Merge struct and SQL query code, unify the queries. (#680)
|
2024-01-22 22:54:07 +08:00 |
|
jipeli
|
be158a1776
|
[improvement][headless] fix derived metric aggOption error (#679)
|
2024-01-22 19:13:55 +08:00 |
|
jipeli
|
c12f5d23f0
|
[improvement][headless] fix derived metric case parse error (#678)
|
2024-01-22 12:54:45 +08:00 |
|
LXW
|
a375a922c2
|
(improvement)(chat) Add showcase demo (#670)
Co-authored-by: jolunoluo
|
2024-01-19 23:14:16 +08:00 |
|
jipeli
|
c154f476cb
|
(improvement)(headless) fix derived metric parse error (#665)
|
2024-01-19 21:30:27 +08:00 |
|
lexluo09
|
3e77fc3069
|
(improvement)(headless) Headless has preliminarily completed the abstraction of QueryCache, QueryParser, QueryPlanner, and QueryExecutor. (#651)
|
2024-01-18 22:39:58 +08:00 |
|
jipeli
|
d4eecc1bf8
|
(improvement)(headless) adapter for derived metrics (#646)
|
2024-01-18 11:11:56 +08:00 |
|
LXW
|
07e6924cfd
|
(improvement)(headless) Supports creating new metric by fields and metrics (#639)
Co-authored-by: jolunoluo
|
2024-01-17 14:21:48 +08:00 |
|
lexluo09
|
74b89a9430
|
(improvement)(chat) Extend support for PostgreSQL data source. (#635)
|
2024-01-17 12:55:28 +08:00 |
|
Scott
|
af103f3aa3
|
(common)(fix):add quarter date period (#632)
|
2024-01-16 19:21:35 +08:00 |
|
Scott
|
a6818fb6ff
|
(common)(fix):add recent date calculate if period is year (#625)
|
2024-01-15 15:56:09 +08:00 |
|
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 |
|