← Templates
AI AgentsAdvanced

RAG Support Bot

Chat trigger + Qdrant vector store + citations, backed by your docs.

Build steps

  1. 1Ingest your docs into Qdrant using a separate ingestion workflow (Read file → Chunk → Embed → Upsert).
  2. 2In the chat workflow, use Chat Trigger.
  3. 3Query Qdrant with the user question → get top-k chunks.
  4. 4Feed chunks + question into the AI Agent as context; instruct it to cite sources.
  5. 5Return the answer with citations.

Related templates