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