pollen-robotics/reachy_mini_store_data
收藏资源简介:
该数据集是Reachy Mini应用商店的控制平面数据集,作为应用商店的单一数据源,用于API Space(pollen-robotics/reachy-mini-api)。数据集包含两个主要部分:config/目录存储手编辑的配置数据,如官方应用ID列表、被阻止的应用ID列表和分类信息;cache/目录存储由API生成的缓存数据,包括分类缓存和审核缓存,可安全删除并在需要时重新生成。通过编辑config/文件可更新数据,无需代码部署,同时通过更新分类版本可强制重新分类。
This dataset is the control-plane dataset for the Reachy Mini app store, serving as the single source of truth for the app store and consumed by the API Space (pollen-robotics/reachy-mini-api). It consists of two main sections: the config/ directory contains hand-edited configuration data, including the official app ID list, blocked app ID list, and taxonomy information; the cache/ directory contains API-generated cache data, such as category cache and moderation cache, which can be safely deleted and repopulated by the API as needed. Editing config/ files allows updates without code deployment, and bumping the taxonomy version forces re-classification.
- 数据集名称: Reachy Mini app store - control-plane dataset
- 发布者: pollen-robotics
- 数据集地址: https://hf-mirror.com/datasets/pollen-robotics/reachy_mini_store_data
- 描述: 该数据集是 Reachy Mini 应用商店的单一数据源 (Single source of truth),用于消费 API Space (
pollen-robotics/reachy-mini-api)。 - 布局结构:
- config/: 手动编辑,是数据集的真实来源。可通过 Hub 或 Pull Request 进行编辑。
official-app-list.json: 官方应用 ID (JSON 字符串数组)blocked-app-list.json: 被屏蔽的应用 ID,用作紧急关停开关 (JSON 字符串数组,可选)taxonomy.json: 类别列表,包含{ version, categories: [{slug,label,emoji,description}] }
- cache/: 由 API 写入,可重新生成,安全删除。
categories.json: LLM 类别缓存moderation.json: 审核判决缓存
- config/: 手动编辑,是数据集的真实来源。可通过 Hub 或 Pull Request 进行编辑。
- 编辑说明: 编辑
config/无需代码部署。更新taxonomy.json的version可强制重新分类。cache/可随时清空,API 会在下次运行时重新填充。 - 下载量: 过去一个月 253 次
- 总文件大小: 36.2 kB
- 子集: default
- 数据划分: train (仅有一个训练集)
- 数据集查看器状态: 当前不可用。因列名不匹配 (CastError) 导致无法加载数据集的流式读取以提取首行。错误涉及
version、policyVersion、updatedAt、entries等字段的数据类型转换问题。




