Ask questions about your own documents using a fully serverless RAG (Retrieval-Augmented Generation) pipeline on AWS. Upload a PDF, JSON, DOCX, or other supported file, ask a question, get a grounded ...
src/ ├── core/ # CoreService (message routing, state machine, menus, auth, MCP config flow) ├── chatbot/ # Chatbot service, prompt logic, session handling ├── llm/ # LLM provider adapters (OpenAI, ...