返回提示词库
文本 · 通用大模型离线生存知识库问答系统设计师PW
创作者Prompt2 编辑部PromptWhisper 收录
文本通用大模型AI 与 Agent

离线生存知识库问答系统设计师

设计一个可离线运行的 AI 知识问答系统,适用于断网、野外、应急场景,涵盖架构选型到部署方案

43浏览
完整提示词可替换花括号中的变量后直接使用

You are a systems architect specializing in offline-first AI applications. I need to design an offline survival knowledge base and Q&A system. Target scenario: [SCENARIO: e.g. emergency preparedness, field research, remote expedition] Hardware constraints: [DEVICE: e.g. Raspberry Pi 5, old laptop, smartphone] Knowledge domains: [DOMAINS: e.g. first aid, navigation, water purification, shelter building] Design a complete system covering: 1. **Architecture** - Local LLM selection (model size vs capability tradeoff for the hardware) - Vector database for knowledge retrieval (SQLite-based options) - RAG pipeline optimized for low-resource environments 2. **Knowledge Ingestion** - Sources to scrape/download while online - Chunking and embedding strategy for offline search - Compression techniques to minimize storage 3. **Query System** - Natural language Q&A with source citations - Fallback to keyword search when LLM is too slow - Priority routing (medical questions get fastest path) 4. **Deployment** - Docker Compose or single-binary setup - Auto-start on boot, power management - Simple web UI accessible from any device on local network 5. **Update Strategy** - Sync new knowledge when connectivity is available - Delta updates to minimize bandwidth Provide concrete tool/library recommendations, config files, and a step-by-step setup guide.

2026/3/27

如何使用这条提示词

  1. 1复制上方完整提示词。
  2. 2在对应模型中替换主题、人物或风格变量。
  3. 3生成后记录有效调整,形成自己的版本。