restructure: template 骨架+docs/ 原稿收件匣+管線反轉(總庫只萃 system-dev/wiki)

Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
This commit is contained in:
Claude(雲端總管)
2026-07-17 02:38:41 +00:00
parent 7f83d11d49
commit 07c90c0bbf
36 changed files with 2179 additions and 2 deletions
+24 -2
View File
@@ -1,3 +1,25 @@
# arcrun-rag-demo-knowledge
# Arcrun RAG — 示範知識庫
arcrun-rag demo site 合成示範知識庫(T6-cloud 煙測資料,真實資料)
這是 Arcrun RAG demo site 的知識庫(合成示範資料,真實個資/機密)。
## 這個庫怎麼運作(管線)
```
docs/(原稿收件匣,唯讀糧倉)
└─ push → rag_extractGemini 萃取重寫)
└─ system-dev/wiki/cards/(定稿知識卡)+ 00-INDEX.md(藏書索引)
└─ push → rag_ingest(只吃 cards/,機械切塊+三元組)
└─ KBDB(關鍵字/語意/圖譜三模式可查)
```
**鐵律:總庫只萃 `system-dev/wiki/` 的內容,原稿不碰**——`docs/` 的原稿永遠不會直接進資料庫,
只有 AI 萃取後的定稿卡會被 ingest。不送垃圾進總庫。
## 怎麼玩
`.md` 文件丟進 `docs/`(網頁上傳即可)→ 約 1 分鐘後:
- `system-dev/wiki/cards/` 出現 AI 重寫的定稿卡(含關鍵實體與三元組關聯)
- `system-dev/wiki/00-INDEX.md` 藏書索引自動加一行
- 搜尋 Portal 可用關鍵字/語意查到
本庫每日清空重置。骨架來自 [system-dev-template](https://git.uncle6.me/Leo/system-dev-template)。