Releases: vesoft-inc/nebula-studio
Releases · vesoft-inc/nebula-studio
NebulaGraph Studio v3.10.0
Fix
- Adapted to NebulaGraph v3.8.0
- Fixed the issue where the default value was non-null when creating points and edges
- Resolved the crash issue on the import task page when dealing with extensive attribute editing
- Corrections made to errors in the import task template
- Adjusted the default maximum context length for the AI Assistant
- Implemented other document corrections
修复
- 适配 NebulaGraph v3.8.0 版本
- 修复创建点边时默认值为非空的问题
- 修复导入任务页面在大量属性编辑情况下崩溃的问题
- 导入任务模板订正
- 调整 AI Asistant 默认最大上下文长度
- 其他文档修正
v3.9.1
Fix
- Fix the issue of Sketch properties setting attributes default to
NOT NULL
. The new version omits theNULL | NOT NULL
parameter, using the kernel default value (NULL
).
修复
- 修复草图属性设置属性默认
NOT NULL
问题。新版本省略NULL | NOT NULL
参数,使用内核默认值(NULL
)
Nebula Graph Studio v3.9.0
-
Enhancement
- The new version of
Console
LLM
features- Text2Query
- LLMImporter
- The new version of
-
增强
- 新版
Console
控制台 - 大模型相关
- Text2Query
- LLMImporter
- 新版
Nebula Graph Studio v3.8.0
- Enhancement:
- Server supports the use of mysql
- Support websocket read and write parameter customization
- Support import task list filtering by graph space
- Fix some issues(including WebSocket over TLS upgrade failure) and optimize the experience
- 增强
- 服务端支持使用 mysql 存储
- 支持 websocket 读写参数自定义
- 支持导入任务列表以图空间筛选
- 修复部分 issue,优化体验
Nebula Graph Studio v3.7.0
- Enhancement:
- Data import:
a. Support importing data from sftp or s3
b. Support more import task configuration items such as concurrency, batch size, VID function, etc.
c. Support rerun import tasks
d. Support for saving import task drafts - Support arm architecture (Docker)
- 增强
- 数据导入
a.支持 sftp / s3 文件数据导入
b.支持更多导入属性配置
c. 支持任务重跑
d. 支持任务保存为草稿 - 支持 arm 架构(Docker)
Nebula Graph Studio v3.6.2
What's Changed
- mod: productName style for CN (#476) by @huaxiabuluo in #477
- [auto-pick-to-release-3.6]dataset: move fraud_detection to solution & remove atomic_edge field by @github-actions in #482
- [auto-pick-to-release-3.6]fix: datalineageDocLink by @github-actions in #485
- [auto-pick-to-release-3.6]desc for dataset by @github-actions in #489
- [auto-pick-to-release-3.6]fix dataset loading failure in ent version by @github-actions in #490
Full Changelog: v3.6.1...v3.6.2
Nebula Graph Studio v3.6.1
-
Feature
- Add demo dataset
-
功能
- 新增 demo 数据集
Nebula Graph Studio v3.5.1
Fix
- Fix the problem that the docker image cannot configure the import task normally
修复
- 修复 docker 镜像无法正常配置导入任务的问题
Nebula Graph Studio v3.6.0
-
Feature
- Support viewing the creation statements of the schema.
- Add a product feedback page.
-
Enhancement
- Remove the timeout limit for slow queries.
- Display browser compatibility hints.
- Optimize the login page.
- Support adding comments with
#
on the console page. - Optimize the console page.
-
Bugfix
- Fix the bug that the list has not been refreshed after uploading files.
- Fix the invalid error message of the schema drafting.
- Fix the bug that the view schema data has not been cleared after switching the login user.
- Fix the presentation problem of the thumbnail in the schema drafting.
-
功能
- 支持查看 Schema 的创建语句
- 新增产品反馈页面
-
增强
- 优化慢查询,取消超时限制。
- 浏览器兼容提示
- 登录页面优化
- 控制台支持 # 注释
- 控制台界面优化
-
修复
- 修复上传文件后列表不刷新问题
- 修复Schema草图中无效的错误提示
- 修复切换登录用户后,查看schema数据未清除问题
- 修复 Schema 草图缩略图展示问题
Nebula Graph Studio v3.2.5
Fix
- fix readme content
修复
- 修复 readme 内容