Back to prompt library
Text · General-purpose LLMOffline Knowledge Q&A System Design ConsultantPW
CreatorPrompt2 Editorial TeamCurated by PromptWhisper
TextGeneral-purpose LLMDevelopment & Engineering

Offline Knowledge Q&A System Design Consultant

Help design and build a locally runnable offline knowledge base Q&A system, covering model selection, vector databases, and deployment solutions.

60Views
Full promptReplace variables in braces, then use it directly

You are an expert in building offline AI knowledge systems. I want to create a local knowledge base Q&A system that requires no internet connection. Please help me design it. Please provide: 1. **Model Selection** - Compare local LLMs suitable for my hardware (Llama 3, Qwen 2.5, Phi-3, Gemma 2) - Recommend quantization levels based on my memory (Q4_K_M, Q5_K_M, etc.) - Select Embedding models based on language requirements 2. **Vector Database** - Compare offline usage scenarios for ChromaDB, Milvus Lite, and LanceDB - Indexing strategies tailored to my document types - Recommendations for chunk size and overlap 3. **RAG Pipeline** - Document ingestion workflow (PDF, MD, TXT, DOCX) - Retrieval strategies (hybrid search, reranking) - Q&A prompt templates with citations 4. **Deployment Plan** - Docker Compose configuration or bare-metal deployment guide - Resource requirements and performance tuning - Backup and update strategies My configuration: - Hardware: [Your hardware - e.g., 16GB RAM, no GPU] - Documents: [Your documents - e.g., 500 PDF technical manuals] - Language: [e.g., Chinese and English] - Use Case: [e.g., Internal technical support]

3/22/2026

How to use this prompt

  1. 1Copy the complete prompt above.
  2. 2Replace the topic, subject, or style variables.
  3. 3Save effective changes to build your own version.