<?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:content="http://purl.org/rss/1.0/modules/content/"><channel><title>Rag on TPOW Lab</title><link>https://tpow-001.netlify.app/tags/rag/</link><description>Recent content in Rag on TPOW Lab</description><generator>Hugo</generator><language>en</language><copyright>Copyright &amp;copy; 2025-2026 TPOW-001. All Rights Reserved.</copyright><lastBuildDate>Mon, 29 Jun 2026 00:00:00 +0000</lastBuildDate><atom:link href="https://tpow-001.netlify.app/tags/rag/index.xml" rel="self" type="application/rss+xml"/><item><title>MinerU 完整教學 — 高精度文件解析引擎與 AIKT 整合指南</title><link>https://tpow-001.netlify.app/post/2026-06-29-mineru-tutorial/</link><pubDate>Mon, 29 Jun 2026 00:00:00 +0000</pubDate><guid>https://tpow-001.netlify.app/post/2026-06-29-mineru-tutorial/</guid><description><![CDATA[<h1 id="mineru-完整教學--高精度文件解析引擎與-aikt-整合指南" data-numberify>MinerU 完整教學 — 高精度文件解析引擎與 AIKT 整合指南<a class="anchor ms-1" href="#mineru-完整教學--高精度文件解析引擎與-aikt-整合指南"></a></h1>

<h2 id="1-專案定位" data-numberify>1. 專案定位<a class="anchor ms-1" href="#1-專案定位"></a></h2>

<h3 id="什麼是-mineru" data-numberify>什麼是 MinerU？<a class="anchor ms-1" href="#什麼是-mineru"></a></h3>
<p>MinerU 是一款由 OpenDataLab 開發的開源 document parsing (文件解析) 工具，專門將複雜的 PDF、圖片、DOCX、PPTX、XLSX 等文件轉為 LLM-ready 的 Markdown / JSON 結構化格式。專案誕生於 InternLM 大模型預訓練過程中，目前是 GitHub 上最受歡迎的文件解析專案之一（~72K stars）。</p>]]></description></item><item><title>Tutorial: Md-Emon-Hasan/MediGenius — LangGraph 多 Agent 醫療 AI 助手完整教學</title><link>https://tpow-001.netlify.app/post/2026-06-06-medigenius-tutorial/</link><pubDate>Sat, 06 Jun 2026 00:00:00 +0000</pubDate><guid>https://tpow-001.netlify.app/post/2026-06-06-medigenius-tutorial/</guid><description><![CDATA[<h1 id="tutorial-medigenius--langgraph-多-agent-醫療-ai-助手" data-numberify>Tutorial: MediGenius — LangGraph 多 Agent 醫療 AI 助手<a class="anchor ms-1" href="#tutorial-medigenius--langgraph-多-agent-醫療-ai-助手"></a></h1>
<blockquote>
<p>一份「讀完就能理解架構 + 知道怎麼改 + 清楚資安邊界」的內部技術手冊。
目標讀者：已會 Python + FastAPI，想學 LangGraph multi-agent 編排、RAG pipeline、和 fallback chain 設計模式的工程師。</p>]]></description></item><item><title>AnythingLLM 完整教學 — All-in-One Self-Hosted AI Application（含 Odysseus 詳細比較）</title><link>https://tpow-001.netlify.app/post/2026-06-04-anything-llm-tutorial/</link><pubDate>Thu, 04 Jun 2026 00:00:00 +0000</pubDate><guid>https://tpow-001.netlify.app/post/2026-06-04-anything-llm-tutorial/</guid><description><![CDATA[<h1 id="anythingllm-完整教學--all-in-one-self-hosted-ai-application" data-numberify>AnythingLLM 完整教學 — All-in-One Self-Hosted AI Application<a class="anchor ms-1" href="#anythingllm-完整教學--all-in-one-self-hosted-ai-application"></a></h1>

<h2 id="1-專案定位" data-numberify>1. 專案定位<a class="anchor ms-1" href="#1-專案定位"></a></h2>
<p>AnythingLLM 是 Mintplex Labs 開發的 all-in-one (一站式) self-hosted AI application (自建 AI 應用)，定位為「你一直在找的那個 AI app」——私有、功能完整、無需複雜設定。它解決的核心問題是：讓非技術使用者也能在幾分鐘內部署一個功能齊全的私有 ChatGPT，支援文件 RAG (Retrieval-Augmented Generation; 檢索增強生成)、AI agent、多用戶管理。</p>]]></description></item><item><title>Hivemind 深度教學 — Cross-Agent 共享記憶與 Skill 自動沉澱引擎</title><link>https://tpow-001.netlify.app/post/2026-05-28-hivemind-tutorial/</link><pubDate>Thu, 28 May 2026 00:00:00 +0000</pubDate><guid>https://tpow-001.netlify.app/post/2026-05-28-hivemind-tutorial/</guid><description><![CDATA[<h1 id="hivemind-深度教學" data-numberify>Hivemind 深度教學<a class="anchor ms-1" href="#hivemind-深度教學"></a></h1>
<blockquote>
<p>把 6 種 coding agent（Claude Code / Codex / OpenClaw / Cursor / Hermes / pi）的 session trace 統一捕捉到 Deeplake，背景 worker 自動挖 pattern → 寫 <code>SKILL.md</code> → 跨 agent 注入。在 LoCoMo benchmark 上省 <strong>25% cost / 1.7× token / 31% turn</strong>。</p>]]></description></item><item><title>rekipedia 完整教學 — Codebase 變成 AI-Ready 知識庫</title><link>https://tpow-001.netlify.app/post/2026-05-28-rekipedia-tutorial/</link><pubDate>Thu, 28 May 2026 00:00:00 +0000</pubDate><guid>https://tpow-001.netlify.app/post/2026-05-28-rekipedia-tutorial/</guid><description><![CDATA[<h1 id="rekipedia-完整教學--codebase-變成-ai-ready-知識庫" data-numberify>rekipedia 完整教學 — Codebase 變成 AI-Ready 知識庫<a class="anchor ms-1" href="#rekipedia-完整教學--codebase-變成-ai-ready-知識庫"></a></h1>
<blockquote>
<p>一份「裝起來就能用」的 internal tutorial，給團隊內部準備把 rekipedia 跑進工作流的同事看。
目標版本：<code>v0.17.29</code> (2026-05-28)，MIT License。</p>]]></description></item><item><title>paper-qa 詳細教學 — Agentic RAG for Scientific Literature</title><link>https://tpow-001.netlify.app/post/2026-05-20-paper-qa-tutorial/</link><pubDate>Wed, 20 May 2026 00:00:00 +0000</pubDate><guid>https://tpow-001.netlify.app/post/2026-05-20-paper-qa-tutorial/</guid><description><![CDATA[<h1 id="paper-qa-詳細教學--agentic-rag-for-scientific-literature" data-numberify>paper-qa 詳細教學 — Agentic RAG for Scientific Literature<a class="anchor ms-1" href="#paper-qa-詳細教學--agentic-rag-for-scientific-literature"></a></h1>
<blockquote>
<p>⚠️ <strong>資安警示（讀者必看）</strong>：本專案最新 OPEN issue <strong>#1325</strong> 揭露「pickle 反序列化遠端程式碼執行」風險。<strong>永遠不要載入第三方分享、來路不明、或從網路下載的 pre-built <code>pqa</code> index</strong>；index 是含 zlib-compressed pickle 的目錄，攻擊者可放毒。詳見 §6。</p>]]></description></item><item><title>paper-qa 詳細教學 — Agentic RAG for Scientific Literature</title><link>https://tpow-001.netlify.app/post/2026-05-20-paper-qa/</link><pubDate>Wed, 20 May 2026 00:00:00 +0000</pubDate><guid>https://tpow-001.netlify.app/post/2026-05-20-paper-qa/</guid><description><![CDATA[<h1 id="paper-qa-詳細教學--agentic-rag-for-scientific-literature" data-numberify>paper-qa 詳細教學 — Agentic RAG for Scientific Literature<a class="anchor ms-1" href="#paper-qa-詳細教學--agentic-rag-for-scientific-literature"></a></h1>
<blockquote>
<p>⚠️ <strong>資安警示（讀者必看）</strong>：本專案最新 OPEN issue <strong>#1325</strong> 揭露「pickle 反序列化遠端程式碼執行」風險。<strong>永遠不要載入第三方分享、來路不明、或從網路下載的 pre-built <code>pqa</code> index</strong>；index 是含 zlib-compressed pickle 的目錄，攻擊者可放毒。詳見 §6。</p>]]></description></item><item><title>PyRAG 完整教學 — 把多跳 RAG 當 Python 程式來執行</title><link>https://tpow-001.netlify.app/post/2026-05-18-pyrag-tutorial/</link><pubDate>Mon, 18 May 2026 00:00:00 +0000</pubDate><guid>https://tpow-001.netlify.app/post/2026-05-18-pyrag-tutorial/</guid><description><![CDATA[<blockquote>
<p>⚠️ <strong>重要警示</strong>：PyRAG 的核心機制是用 <code>exec()</code> 執行 LLM 產生的 Python code。<strong>研究 / lab 環境完全可用，但任何 non-research 部署必須先沙箱化</strong> — README 作者已主動聲明，本教學會在 §6 詳細說明風險與緩解。</p>]]></description></item></channel></rss>