Version 4.3.0
Version 4.3.0 (2024-05-21)
Breaking Changes:
- Integrate TuGraph-DB to GraphRAG framework in DB-GPT: https://github.com/eosphoros-ai/DB-GPT/releases/tag/v0.5.6
- Support using TuGraph-DB in DB-GPT: https://github.com/eosphoros-ai/DB-GPT/releases/tag/v0.5.5
- Support quick schema changes in detached property model.
- Support composite index
Improvements And Bug Fixes:
- Add new built-in procedures: upsertVertexByJson, upsertEdgeByJson, createVertexLabelByJson, createEdgeLabelByJson, dropAllVertex.
- Support user-defined snapshot start time in HA mode.
- Add new functions for spatial data type.
- Add development guide doc
- Other bug fixes.
Interfaces Modification:
- data imported in detached property model by default.
- new configuration
ha_first_snapshot_start_time
added.
版本4.3.0 (2024-05-21)
重大变更:
- DB-GPT中实现TuGraph上的知识图谱构建与检索: https://github.com/eosphoros-ai/DB-GPT/releases/tag/v0.5.6
- DB-GPT支持TuGraph:https://github.com/eosphoros-ai/DB-GPT/releases/tag/v0.5.5
- 属性分离模式下的schema变更优化,支持快速变更
- 支持组合索引
优化和错误修复:
- 新增内置存储过程:upsertVertexByJson、upsertEdgeByJson、createVertexLabelByJson、createEdgeLabelByJson、dropAllVertex
- 支持自定义HA模式下snapshot开始时间
- 新增地理类型数据相关内置函数
- 新增开发者说明文档
- 其他错误修复
接口更变:
- 数据导入时默认为属性分离模式
- 启动参数新增
ha_first_snapshot_start_time