Multi-agent RAG system for manufacturing Q&A achieving 90%+ retrieval accuracy. Router → Retriever → Generator pipeline answering queries from equipment manuals and safety SOPs — fully offline, zero cloud dependency.
Manufacturing environments rely on vast libraries of equipment manuals, safety SOPs, and maintenance logs. Engineers waste hours searching through PDFs for a single specification or procedure. Traditional keyword search fails because queries like "What's the LOTO procedure for the hydraulic press?" require semantic understanding.
The system uses a three-agent agentic pipeline:
| Layer | Technology |
|---|---|
| LLM | Ollama (local) or Azure OpenAI |
| Vector DB | Milvus Lite |
| Backend | FastAPI |
| Orchestration | LangChain |
The system achieves high retrieval accuracy on manufacturing-specific terminology (LOTO, PPE, equipment IDs) and provides traceable answers suitable for compliance audits.