Give your team a smart helper inside Slack. Teammates mention the bot in a channel and get fast answers from your company files. It works well for IT, HR, and operations FAQs where people ask the same questions every day.
The flow listens to app mentions in Slack and passes the message to an AI agent powered by Anthropic. A short chat memory is kept per channel and user, so follow up questions stay in context. A retrieval tool searches a Qdrant vector database for the top matching document chunks, then the agent writes the final reply. Your Google Drive files are loaded, split into small parts, embedded with OpenAI, and saved into Qdrant. HTTP calls create and refresh the Qdrant collection, and replies return to Slack in a thread with clean formatting.
Setup needs a Slack app with specific scopes, OpenAI and Anthropic API keys, a Qdrant URL and key, and Google Drive access. After indexing a chosen folder, the bot answers common requests in seconds and lowers ticket volume. Use it for onboarding, policy lookups, step by step procedures, and simple troubleshooting across teams.