> For the complete documentation index, see [llms.txt](https://docs.graviti.cn/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.graviti.cn/guide/tensorbay/version/version-info.md).

# 管理版本信息

在TensorBay中，您可以清晰简便地进行数据集版本管理。您可以在修改数据后Commit新数据集版本，查看历史版本数据，实现版本迭代可视化，回溯任意历史版本等操作。

## Commit数据集版本 <a href="#id-1" id="id-1"></a>

* 确认某个Draft的修改后，点击右上角的【Commit】进入Commit界面。

![](/files/-Mi5svrLZU4WiIiHvHvC)

* 填写Commit信息和Tag后，点击【确认】完成新版本的发布。

![](/files/-Mi5t-lkdFwA_TdtCBn-)

{% hint style="info" %}
Commit后，该版本的数据将不再接受修改；后续数据的修改将被保存在Draft草稿模式，修改后可Commit为下一版本。
{% endhint %}

## 查看历史版本数据 <a href="#id-2" id="id-2"></a>

* 在数据集详情页的版本中点击【查看所有Tags】可进入Commit记录。或点击版本列表右侧的【Tags】进入Commit记录页。

![](/files/-Mb_tGXO98eJ0xhMiq7E)

* 在Commits记录中，您可以查看所有的历史版本信息；点击版本右侧的<img src="https://lh3.googleusercontent.com/B0ctvu6PgpBfmorXMEnKzeV4f5blfPFAccH149fdSDO3r3rUO2rLDgQIB9_dscg9KvKCyGWNVb3B9qQBekvk02o58lP5XvkNyO7hl3XYPxdUsJbM1sLqrZGQupv3z86xQ4Ws6jgJ=s0" alt="" data-size="line">可以进入数据详情页看到该版本的详细数据。

![](/files/-Mi5yyAmgBEsnJzjdsQP)

## 可视化版本迭代 <a href="#id-3" id="id-3"></a>

* 在Commits记录右上角选择可视化。

![](/files/-Mi648U4p2VTSv0eYJQE)

![](/files/-MiKp48kbRr-YyA5olMn)


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.graviti.cn/guide/tensorbay/version/version-info.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
