-
Notifications
You must be signed in to change notification settings - Fork 81
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* release studio 3.9.0 Co-Authored-By: Chris Chen <[email protected]> * Update mkdocs.yml Co-Authored-By: Chris Chen <[email protected]> * Update st-ug-console.md Co-Authored-By: Chris Chen <[email protected]> * update Co-Authored-By: Chris Chen <[email protected]> * update Co-Authored-By: Chris Chen <[email protected]> * Update st-ug-console.md Co-Authored-By: Chris Chen <[email protected]> * Update docs-2.0-en/nebula-studio/quick-start/st-ug-console.md Co-authored-by: abby.huang <[email protected]> * Update docs-2.0-en/nebula-studio/quick-start/st-ug-console.md Co-authored-by: abby.huang <[email protected]> * Update docs-2.0-en/nebula-studio/quick-start/st-ug-console.md Co-authored-by: abby.huang <[email protected]> * Update docs-2.0-en/nebula-studio/quick-start/st-ug-console.md Co-authored-by: abby.huang <[email protected]> * Update docs-2.0-en/nebula-studio/quick-start/st-ug-console.md Co-authored-by: abby.huang <[email protected]> * Update docs-2.0-en/nebula-studio/quick-start/st-ug-console.md Co-authored-by: abby.huang <[email protected]> * Update docs-2.0-en/nebula-studio/quick-start/st-ug-console.md Co-authored-by: abby.huang <[email protected]> * Update docs-2.0-en/nebula-studio/quick-start/st-ug-console.md Co-authored-by: abby.huang <[email protected]> * Update st-ug-console.md Co-Authored-By: Chris Chen <[email protected]> * Update st-ug-console.md Co-Authored-By: Chris Chen <[email protected]> --------- Co-authored-by: Chris Chen <[email protected]> Co-authored-by: abby.huang <[email protected]>
- Loading branch information
1 parent
765c61e
commit d7ba4cb
Showing
9 changed files
with
188 additions
and
100 deletions.
There are no files selected for viewing
38 changes: 5 additions & 33 deletions
38
docs-2.0-en/20.appendix/release-notes/studio-release-note.md
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,39 +1,11 @@ | ||
# NebulaGraph Studio release notes | ||
|
||
## v3.8.0 | ||
## v3.9.0 (2024.1) | ||
|
||
- Features | ||
- Supported the use of MySQL databases as backend storage. | ||
- Supported importing data using [AI](../../nebula-studio/quick-start/st-ug-import-data.md). | ||
- Supported the generation of nGQL statements using the [AI Assistant](../../nebula-studio/quick-start/st-ug-console.md). | ||
|
||
- Enhancements | ||
- Supported customizing the read and write parameters of the WebSocket. | ||
- Usability | ||
- Supported filtering tasks in the import task list based on the map space name. | ||
- Compatibility | ||
- Since the database table structure has changed, you need to set `DB.AutoMigrate` to `true` in the configuration file, and the system will automatically upgrade and adapt the existing historical data. | ||
|
||
If the tables were created manually after you consulted our after-sales staff, please modify these tables manually: `task_infos`, `task_effects`, `sketches`, `schema_snapshots`, `favorites`, `files`, and `datasources`. | ||
|
||
For example: | ||
|
||
```mysql | ||
ALTER TABLE `task_infos` ADD COLUMN `b_id` CHAR(32) NOT NULL DEFAULT ''; | ||
UPDATE TABLE `task_infos` SET `b_id` = `id`; | ||
CREATE UNIQUE INDEX `idx_task_infos_id` ON `task_infos`(`b_id`); | ||
|
||
ALTER TABLE `task_effects` ADD COLUMN `b_id` CHAR(32) NOT NULL DEFAULT ''; | ||
UPDATE TABLE `task_effects` SET `b_id` = `id`; | ||
CREATE UNIQUE INDEX `idx_task_effects_id` ON `task_effects`(`b_id`); | ||
... | ||
``` | ||
|
||
|
||
## v3.7.0 | ||
|
||
- Enhancements | ||
|
||
- Supported importing SFTP, Amazon S3 data files. | ||
- The import page is supported to configure more import parameters, such as concurrency, retries, etc. | ||
- Supported re-running tasks. | ||
- Supported saving tasks as drafts. | ||
- Supported running Studio in a docker container on the ARM architecture. | ||
- Optimized the [console feature](../../nebula-studio/quick-start/st-ug-console.md), including automatic completion of a tag or edge type, quick selection of the historical statements, quick viewing of the schema, etc. | ||
- Optimized the presentation style of the [execution plan](../../nebula-studio/quick-start/st-ug-console.md). |
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
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,21 @@ | ||
# Global settings | ||
|
||
This topic introduces the global settings of NebulaGraph Studio, including language switching and beta functions. | ||
|
||
- Language: Switch between Chinese and English. | ||
|
||
- Beta functions: Switch on/off beta features, which include [view schema](manage-schema/st-ug-view-schema.md), [text to query](quick-start/st-ug-console.md) and [AI import](quick-start/st-ug-import-data.md). | ||
|
||
The text to query and AI import features need to be configured with AI-related configurations. See below for detailed configurations. | ||
|
||
## Text to query and AI import | ||
|
||
The text to query and AI import are artificial intelligence features developed based on the large language model (LLM) and require the following parameters to be configured. | ||
|
||
|Parameter|Description| | ||
|:---------|:--| | ||
|**API type** | The API type for AI. Valid values are `OpenAI` and `Aliyun`. | | ||
|**URL** | The API URL. Fill in the correct URL format according to the corresponding API type. For example, `https://{your-resource-name}.openai.azure.com/openai/deployments/{deployment-id}/chat/completions?api-version={api-version}`。 | | ||
|**Key** | The key used to validate the API. The key is required when using an online large language model, and is optional depending on the actual settings when using an offline large language model. | | ||
|**Model** | The version of the large language model. The model is required when using an online large language model, and is optional depending on the actual settings when using an offline large language model. | | ||
|**Max text length**| The maximum length for receiving or generating a single piece of text. Unit: byte. | |
38 changes: 5 additions & 33 deletions
38
docs-2.0-zh/20.appendix/release-notes/studio-release-note.md
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,39 +1,11 @@ | ||
# NebulaGraph Studio 更新说明 | ||
|
||
|
||
## v3.8.0 | ||
## v3.9.0(2024.1) | ||
|
||
- 功能 | ||
- 支持使用 MySQL 数据库作为后端存储。 | ||
- 支持[使用 AI 导入数据](../../nebula-studio/quick-start/st-ug-import-data.md)。 | ||
- 支持[使用 AI 查询语句助手](../../nebula-studio/quick-start/st-ug-console.md)生成 nGQL 语句。 | ||
|
||
- 增强 | ||
- 支持自定义 WebSocket 的读写参数。 | ||
- 易用性 | ||
- 支持在导入任务列表根据图空间名称筛选任务。 | ||
- 兼容性 | ||
- 由于数据库表结构变更,需要在配置文件内将`DB.AutoMigrate`设置为`true`,系统会自动对已有历史数据进行升级适配。 | ||
|
||
如果是自己手动创建的库表,请手动修改这些表:`task_infos`、`task_effects`、`sketches`、`schema_snapshots`、`favorites`、`files`、`datasources`。 | ||
|
||
示例如下: | ||
|
||
```mysql | ||
ALTER TABLE `task_infos` ADD COLUMN `b_id` CHAR(32) NOT NULL DEFAULT ''; | ||
UPDATE TABLE `task_infos` SET `b_id` = `id`; | ||
CREATE UNIQUE INDEX `idx_task_infos_id` ON `task_infos`(`b_id`); | ||
|
||
ALTER TABLE `task_effects` ADD COLUMN `b_id` CHAR(32) NOT NULL DEFAULT ''; | ||
UPDATE TABLE `task_effects` SET `b_id` = `id`; | ||
CREATE UNIQUE INDEX `idx_task_effects_id` ON `task_effects`(`b_id`); | ||
... | ||
``` | ||
|
||
## v3.7.0 | ||
|
||
- 增强 | ||
|
||
- 支持导入 SFTP、Amazon S3 的数据文件。 | ||
- 导入页面支持配置更多导入参数,如并发数、重试次数等。 | ||
- 支持重跑任务。 | ||
- 支持任务保存为草稿。 | ||
- 支持在 ARM 架构的 Docker 容器内运行 Studio。 | ||
- 优化[控制台功能](../../nebula-studio/quick-start/st-ug-console.md),包括自动补全 Tag/Edge type、快速选择历史语句、快速查看 Schema 等。 | ||
- 优化[执行计划](../../nebula-studio/quick-start/st-ug-console.md)展示样式。 |
Oops, something went wrong.