> 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/data.md).

# 管理数据文件

面向AI开发者的非结构化数据将以文件形式进行存储和管理。数据文件存储根据格物钛存储或授权存储实际存储在相应的公有云存储上。TensorBay支持通过Web端或Python SDK 、Open API上传数据。

{% hint style="info" %}
仅数据集的【Draft】版本可进行上传、删除数据等对数据修改的操作。
{% endhint %}

## 原数据类型 <a href="#id-1" id="id-1"></a>

TensorBay支持图片、视频、音频、文本等原数据类型，支持管理连续数据、多传感器数据等复杂结构的数据集管理。

## 上传/删除数据 <a href="#id-2" id="id-2"></a>

* 在数据集详情页中，点击【编辑】，进入【Draft列表】

![](/files/-Mi5qs9MBQ_jH-2V2zZj)

* 选择某个Draft（暂时仅支持对每个Branch创建1个Draft）进入数据列表，点击右上角【上传数据】，进行后续上传操作

![](/files/-Mi5sDdoOiBn54bCj3jD)

* 进入Draft详情页后，点击【数据】后的【编辑】，直接进入数据列表页，即可【上传数据】；或找到特定数据文件，进行【删除】。

![](/files/-Mi5sX-RUbldzbSDtQ5u)

![](/files/-Mi5s_1FSddFV54XOU6n)

![](/files/-Mi5sbEMZCA5pljBpsl5)

{% content-ref url="/pages/-MWSbbiz429ASW3po9Q\_" %}
[数据集准备](/guide/tensorbay/data.md)
{% endcontent-ref %}

* Commit当前版本：确认修改后，点击右上角【Commit】。![](https://docimg10.docs.qq.com/image/_9fjQqRUNDcC5lOmMweCjg?w=1933\&h=912)

![](/files/-Mi5svrLZU4WiIiHvHvC)

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

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

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


---

# 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/data.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.
