-
Notifications
You must be signed in to change notification settings - Fork 25
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #65 from VisActor/fix-dataAggregation-issues
Fix data aggregation issues
- Loading branch information
Showing
8 changed files
with
382 additions
and
35 deletions.
There are no files selected for viewing
10 changes: 10 additions & 0 deletions
10
common/changes/@visactor/vmind/fix-dataAggregation-issues_2024-04-03-06-47.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,10 @@ | ||
{ | ||
"changes": [ | ||
{ | ||
"packageName": "@visactor/vmind", | ||
"comment": "replace alasql keywords in sql", | ||
"type": "none" | ||
} | ||
], | ||
"packageName": "@visactor/vmind" | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,17 +1,57 @@ | ||
|
||
# v1.2.7 | ||
|
||
2024-03-26 | ||
March 26, 2024 | ||
|
||
**🆕 New Features** | ||
|
||
- **@visactor/vmind**: support data aggregation with skylark | ||
- **@visactor/vmind**: support rule-based chart generation | ||
- **@visactor/vmind**: use fold to process the dataset when there are more than 1 y field | ||
|
||
**🐛 Bug Fixes** | ||
|
||
Fixed several badcases in data aggregation and chart generation. | ||
|
||
[For more details, please see v1.2.7](https://github.com/VisActor/VMind/releases/tag/v1.2.7) | ||
|
||
# v1.2.4 | ||
|
||
**Planned Features** | ||
|
||
- GIF, video export function supports node environment | ||
- Further standardize API | ||
- Remove unrelated dependencies | ||
- Optimize data aggregation function, fix a large number of badcases | ||
- Smart Chart Generation fixes badcases | ||
|
||
# v1.2.3 | ||
|
||
**Planned Features** | ||
|
||
- Data aggregation function, access to headless bi calculator module, vutils | ||
- Intelligent data aggregation, generate SQL through LLM, aggregate, filter, and sort data | ||
|
||
# v1.2.0 | ||
|
||
**Planned Features** | ||
|
||
1. Data module restructuring, supports direct external transmission of the dataset, bypassing the interpretation of field types by LLM. | ||
2. Intelligent chart generation accesses skylark pro, skylark2-pro-4k models | ||
3. Optimize chart generation performance | ||
|
||
# v1.1.0 | ||
|
||
**🆕 New feature** | ||
|
||
- **@visactor/vmind**: support data aggregation with skylark` | ||
- **@visactor/vmind**: support rule-based chart generation` | ||
- **@visactor/vmind**: use fold to process the dataset when there are more than 1 y field` | ||
**Planned Features** | ||
|
||
**🐛 Bug fix** | ||
|
||
fix several badcases in data aggregation and chart generation. | ||
1. Support new chart types: Dual Axis Chart, Funnel Chart, Waterfall Chart, Box Plot | ||
2. Refactor the data module, dock with VizSchema | ||
3. Add a fallback mechanism when the chart generation fails, recommend charts using the chart-advisor module. | ||
|
||
[more detail about v1.2.7](https://github.com/VisActor/VMind/releases/tag/v1.2.7) | ||
# v1.0.6-alpha.5 | ||
|
||
1. Support new chart types: Sankey Diagram, Radar Chart, Rose Chart. | ||
2. Fixed dependency errors. | ||
3. Support for node-side calls. | ||
4. Support for entering url and request parameters during initialization, customize model request methods: you can customize parameters such as LLM service URL, request headers, request methods, model names, maximum tokens, and temperature, etc. | ||
5. Removed the ffmpeg dependency, replaced with external input to reduce the package volume and difficulty of installing dependencies. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,17 +1,57 @@ | ||
|
||
# v1.2.7 | ||
|
||
2024-03-26 | ||
|
||
|
||
**🆕 新增功能** | ||
|
||
- **@visactor/vmind**: support data aggregation with skylark` | ||
- **@visactor/vmind**: support rule-based chart generation` | ||
- **@visactor/vmind**: use fold to process the dataset when there are more than 1 y field` | ||
|
||
- **@visactor/vmind**:支持 skylark 进行数据聚合 | ||
- **@visactor/vmind**:支持规则型图表生成 | ||
- **@visactor/vmind**:在存在多个y字段时使用fold来处理数据集 | ||
|
||
**🐛 功能修复** | ||
|
||
fix several badcases in data aggregation and chart generation. | ||
|
||
修复了在数据聚合和图表生成中的若干问题。 | ||
|
||
[更多详情请查看 v1.2.7](https://github.com/VisActor/VMind/releases/tag/v1.2.7) | ||
|
||
# v1.2.4 | ||
|
||
**规划功能:** | ||
|
||
- GIF、视频导出功能支持node环境 | ||
- 进一步规范API | ||
- 移除无关依赖 | ||
- 数据聚合功能优化,修复大量badcase | ||
- 图表智能生成 badcase修复 | ||
|
||
# v1.2.3 | ||
|
||
**规划功能:** | ||
|
||
- 数据聚合功能,接入headless bi calculator模块、vutils | ||
- 智能数据聚合,通过大模型生成sql,对数据进行聚合、筛选、排序 | ||
|
||
# v1.2.0 | ||
|
||
**规划功能:** | ||
|
||
1. 数据模块改造,支持外部直接传dataset,不使用模型进行字段类型解析 | ||
2. 图表智能生成接入skylark pro,skylark2-pro-4k模型 | ||
3. 图表生成性能优化 | ||
|
||
# v1.1.0 | ||
|
||
**规划功能:** | ||
|
||
1. 新增图表类型支持:双轴图、漏斗图、瀑布图、箱型图 | ||
2. 数据模块重构,对接VizSchema | ||
3. 增加生成图表失败时的兜底机制,使用chart-advisor模块进行图表推荐 | ||
|
||
# v1.0.6-alpha.5 | ||
|
||
1. 新增图表类型支持:桑基图、雷达图、玫瑰图 | ||
2. 修复依赖报错 | ||
3. 支持node端调用 | ||
4. 支持初始化时传入url和请求参数,自定义模型请求方式:可以自定义包括大模型服务URL、请求头、请求方法、模型名称、最大tokens和温度等参数 | ||
5. 移除ffmpeg依赖,改为外部传入,减少了包体积和依赖安装难度 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.