Overview: Chat with your company docs ā answers with citations back to the source.
š Problem: Teams and customers ask the same questions over and over, and the answers are buried in Drive/Notion docs nobody wants to dig through. Support time gets eaten by repetitive look-ups.
š” Solution: A RAG assistant that ingests your documents, embeds them into a vector database, and answers questions in Slack or WhatsApp ā with citations. Unknown questions escalate to a human with context attached.
Workflow Architecture:
⢠Ingestion ā pulls Google Drive / Notion files.
⢠Chunk + embed ā splits and embeds content into a vector DB.
⢠RAG answering ā retrieves relevant chunks and answers in Slack/WhatsApp with source citations.
⢠Human escalation ā unknown questions route to a person with the context included.
Workflow Architecture
Workflow Image
š Tools: n8n Ā· OpenAI Embeddings Ā· Vector DB Ā· Google Drive / Notion Ā· Slack / WhatsApp
āļø Results: Instant answers grounded in your real docs Ā· citations build trust Ā· repetitive questions handled automatically, with clean human hand-off for the rest.
š Impact: Turns scattered documentation into a self-serve assistant ā cutting repetitive support load for staff and customers alike.
Like this project
Posted Jun 22, 2026
Developed a RAG assistant utilizing document embedding and chat integration.