chore(sources): refresh NocoDB/SeaFile/Wiki.js/RAGFlow counts (sources-sync 2026-07-27)
This commit is contained in:
+15
-15
@@ -3,31 +3,31 @@
|
||||
> 数据源: Wiki.js (http://10.10.10.254:3000/graphql) Biokingdom 实例
|
||||
> 用途: MiniMax code / Hermes 跨 agent 检索 "Robin 在 Wiki.js 发布了什么"
|
||||
> 更新: 自动同步计数 + 手动维护目录
|
||||
> 上次同步: **$(date -u +%Y-%m-%dT%H:%M:%SZ)** · 当前 zh/literature 路径 (HTML probe): ${WJ_PAGE_TOTAL_HTML} 页 · GraphQL sample (5 orderBy union): **${WJ_TOTAL_BY_LANG} unique pages** · ID range ${WJ_MIN_ID}..${WJ_MAX_ID} · 分布 ${WJ_BY_LOCALE}
|
||||
> 上次同步: **2026-07-27T01:20:05Z** · 当前 zh/literature 路径 (HTML probe): 0 页 · GraphQL sample (5 orderBy union): **82 unique pages** · ID range 22..1633 · 分布 en=5, zh=77
|
||||
|
||||
## Wiki.js 概况
|
||||
|
||||
| 项目 | 值 |
|
||||
| --- | --- |
|
||||
| GraphQL API | \`http://10.10.10.254:3000/graphql\` |
|
||||
| Web UI (zh) | \`http://10.10.10.254:3000/zh/home\` |
|
||||
| Web UI (en) | \`http://10.10.10.254:3000/en/home\` |
|
||||
| **估计全页数** | **≥ ${WJ_MAX_ID} (基于 max page id)** — server-side ID gap 显著,实际数大于 sample union |
|
||||
| Sample union (5 orderBy) | ${WJ_TOTAL_BY_LANG} unique pages (GraphQL 返 50 cap) |
|
||||
| Min / Max ID | ${WJ_MIN_ID} / ${WJ_MAX_ID} |
|
||||
| Locale 分布 (sample) | ${WJ_BY_LOCALE} |
|
||||
| Top-level 路径分布 (前 8, sample) | ${WJ_TOP_PATHS} |
|
||||
| GraphQL API | `http://10.10.10.254:3000/graphql` |
|
||||
| Web UI (zh) | `http://10.10.10.254:3000/zh/home` |
|
||||
| Web UI (en) | `http://10.10.10.254:3000/en/home` |
|
||||
| **估计全页数** | **≥ 1633 (基于 max page id)** — server-side ID gap 显著,实际数大于 sample union |
|
||||
| Sample union (5 orderBy) | 82 unique pages (GraphQL 返 50 cap) |
|
||||
| Min / Max ID | 22 / 1633 |
|
||||
| Locale 分布 (sample) | en=5, zh=77 |
|
||||
| Top-level 路径分布 (前 8, sample) | organoid=50, products=7, literature=6, articles=4, 3brain=2, 3brain-biocam-driver-api-v2-5=1, 3brain-hdmea-system=1, literature-deep-read=1 |
|
||||
| 主题 | 类器官 / 3D 生物打印 / HD-MEA / CRISPR 类器官精准医疗 |
|
||||
| 维护者 | Robin + LDR (literature-reading-queue skill 自动发布) |
|
||||
|
||||
> ⚠️ **GraphQL \`pages.list(limit:N)\` 实际 server-side cap 到 ~50**,无论 N 多大。**Robin 的真实 Wiki.js 库 ≥ 1000+ 页** (按 max page id 1633 推断),我 7/27 早的 "47" sample 是 server-side cap 的产物,**不是真实数**。`orderBy: TITLE` 等 5 个不同排序 union 才能看到 ID 1633,但仍未遍历完 1500+ 全部 page。完整全量只能通过爬 frontend / 直查 DB / 翻 Wiki.js 内部 API — 本 cron 不做。
|
||||
> ⚠️ **GraphQL `pages.list(limit:N)` 实际 server-side cap 到 ~50**,无论 N 多大。**Robin 的真实 Wiki.js 库 ≥ 1000+ 页** (按 max page id 1633 推断),我 7/27 早的 "47" sample 是 server-side cap 的产物,**不是真实数**。 等 5 个不同排序 union 才能看到 ID 1633,但仍未遍历完 1500+ 全部 page。完整全量只能通过爬 frontend / 直查 DB / 翻 Wiki.js 内部 API — 本 cron 不做。
|
||||
|
||||
## 主要页面分类 (按 URL path)
|
||||
|
||||
### 类器官 (organoid/list/*)
|
||||
|
||||
- 按器官系统分: nervoussystem / digestivesystem / breathsystem / urinarysystem / cardiovascular / reproductive / musculoskeletal / BloodImmune / tumor / others
|
||||
- 类器官综述: \`organoid/review/organoid-review-2025\` 🔥 类器官技术综述 3D 培养技术全解析
|
||||
- 类器官综述: `organoid/review/organoid-review-2025` 🔥 类器官技术综述 3D 培养技术全解析
|
||||
|
||||
### 产品手册 (products/*)
|
||||
|
||||
@@ -43,10 +43,10 @@
|
||||
- **新文章**: LDR 精读完后, 写 Obsidian + NocoDB + Wiki.js + **可选 OpenWiki sources/literature.md**
|
||||
- **OpenWiki 不直接 mirror Wiki.js**: Wiki.js 1300+ 页面太大, 只索引 + 触发查询
|
||||
- **跨 agent 触发**: 用户问 "Robin 有 X 主题资料吗" → 自动读本文件 → 找出对应 Wiki.js page id → 用 GraphQL single query 拿内容
|
||||
- **计数刷新**: \`~/.local/bin/openwiki-update-sources.sh\` 每天 02:30 跑一次
|
||||
- **计数刷新**: `~/.local/bin/openwiki-update-sources.sh` 每天 02:30 跑一次
|
||||
|
||||
## 维护方式
|
||||
|
||||
- 自动触发: \`~/.local/bin/openwiki-update-sources.sh\`
|
||||
- 手动触发: \`bash ~/.local/bin/openwiki-update-sources.sh\`
|
||||
- 数据格式: 跟 \`productivity/wikijs-operations\` skill 共用 (GraphQL token + 路径映射)
|
||||
- 自动触发: `~/.local/bin/openwiki-update-sources.sh`
|
||||
- 手动触发: `bash ~/.local/bin/openwiki-update-sources.sh`
|
||||
- 数据格式: 跟 `productivity/wikijs-operations` skill 共用 (GraphQL token + 路径映射)
|
||||
|
||||
Reference in New Issue
Block a user