Files
arcrun-rag-demo-knowledge/README.md
T
2026-07-17 02:38:41 +00:00

26 lines
1.1 KiB
Markdown
Raw Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
# Arcrun RAG — 示範知識庫
這是 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)。