Secure RAG: Bridging LLMs and Local Deployment for Corporate Intelligence Search
- Time
- 2026-08-09 15:25 ~ 15:40
- Speaker
- Mohuhu開發團隊
- Room
- AU
- Co-write
Abstract
Below is the English abstract for your submission, refined to reflect your technical depth and strategic engineering choices:
Abstract The real-world deployment of RAG (Retrieval-Augmented Generation) often faces challenges from corporate security policies and hardware constraints. This session uses the Mohuhu platform as a case study to explore how open-source LLMs and system integration techniques solve complex semantic relationships and search fault-tolerance issues for Taiwan’s listed company data.
We will deconstruct how AI capabilities are injected into different system layers:
LLM-Driven Index Enrichment: Using Google Gemini as a knowledge agent to automatically generate unstructured aliases (e.g., "護國神山," "2330") during the indexing stage, fundamentally addressing semantic gaps in vector search for domain-specific data.
Four-Strategy Hybrid RAG: The system’s core is a weighted scoring engine that aggregates confidence scores across four dimensions:
Exact Match: Ensuring absolute accuracy for stock codes and tax IDs.
Chinese Fuzzy Search: Handling character misplacements and redundant terms.
Phonetic/Bopomofo Fault-Tolerance: Solving search pain points caused by incorrect input methods (e.g., typing vm6vm42j/).
Semantic Vector Search: Integrating local Ollama (bge-m3) and pgvector to process deep semantic connections.
Deployment Trade-offs for High-Security Environments: Proposing an "AI Pre-processing + Lightweight Local Retrieval" architecture for offline scenarios. Using PyInstaller for encapsulation, allowing enterprises to enjoy LLM-enhanced experiences in completely offline environments.
Automated LLM Workflows: Utilizing OpenClaw and Telegram Bots to monitor the ETL pipeline—from crawling to embedding—and implementing automated retry mechanisms for failures.
Key Takeaways Hybrid Search Implementation: Detailed design of a four-way parallel weighted architecture and weight-tuning strategies.
RAG Practical Strategies: Improving retrieval recall in specific domains using LLM-based data pre-processing.
Engineering Design Patterns: Practical experience in balancing data security, hardware limitations, and AI performance during deployment.
Speaker
Mohuhu開發團隊
我們是一群來自金融、法律、零售、科技工程的開發者,因共同進修 AI 數據學習而集結。 這份跨領域的交會,催生了我們打造「企業資訊模糊搜尋系統」的共同理念。我們致力於將複雜的 RAG 技術與多策略檢索架構整合,解決台灣在地化搜尋中常見的名稱錯置與語意斷層。對我們而言,開源不只是技術分享,更是一種實踐「資訊易得性」的方式。我們希望能消弭專業領域的資訊門檻,讓高資安要求的企業與一般使用者,都能透過這套系統,在安全的前提下實現精準、直覺的情報檢索。