Give your team fast, accurate answers from your knowledge base. The flow understands each question, chooses the best strategy, finds the right documents, and writes a clear reply. Ideal for support desks, internal FAQs, and onboarding help.
A chat event or another workflow starts the run. A Google Gemini agent labels the question as factual, analytical, opinion, or contextual. A Switch node then sends it to a matching strategy that tightens the query, breaks it into sub questions, maps perspectives, or adds user context. The system searches a Qdrant collection using Gemini embeddings. It builds a clean context block, then a final Gemini agent uses that context, the user question, and shared chat history to draft the answer, which returns by webhook.
Set your Qdrant vector store id, add Gemini and Qdrant credentials, and define a chat memory key. Teams usually cut response time from minutes to seconds while keeping answers consistent. Use it for customer portals, agent assist, internal IT help, and sales knowledge checks. Expect fewer escalations, better first reply quality, and easier scaling as question volume grows.