Block 1 - Slack Trigger
- Type / Role
- n8n-nodes-base.slackTrigger - slackTrigger
- Config choices
- Version 1
This workflow is provided as-is. Please review and test before using in production.
HR Chatbot with RAG: Retrieve Company Policies via Slack, Amazon S3, and OpenAI Overview Answer HR and company policy questions via Slack, powered by a Knowledge Base of internal documents stored i...
n8n-nodes-base.slacktrigger, @n8n/n8n-nodes-langchain.agent, @n8n/n8n-nodes-langchain.memorybufferwindow, @n8n/n8n-nodes-langchain.toolvectorstore, @n8n/n8n-nodes-langchain.vectorstoreinmemory, @n8n/n8n-nodes-langchain.embeddingsopenai, @n8n/n8n-nodes-langchain.lmchatopenai, n8n-nodes-base.manualtrigger
This workflow is cataloged by N8N Workflows and links back to its original n8n.io source page by Humble Turtle.
Original n8n.io sourceAnswer HR and company policy questions via Slack, powered by a Knowledge Base of internal documents stored in S3. The assistant uses vector search and an OpenAI Chat Model to retrieve accurate answers.
The HR Assistant is an AI-powered Slack bot that allows employees to ask questions in natural language and get accurate answers from company documentation. Documents are managed through an ingestion workflow that retrieves files from S3, transforms them into embeddings, and stores them in a vector database. On Slack, the assistant interprets questions, searches the Knowledge Base, and responds with concise and reliable answers, or clearly states when information isn’t available.
Normal interaction
Standardized process of Knowledge Base ingestion
To use the HR Assistant effectively, you need:
≈ 20–30 minutes (depending on number of documents and Slack integration).
This catalog entry is organized from the workflow JSON. The node-level section below shows the executable blocks available for review before importing the template.
| Workflow | Hr policy retrieval using Slack, S3, and GPT-4.1-mini with RAG |
|---|---|
| Complexity | advanced |
| Nodes | 24 |
| Categories | AI RAG, Multimodal AI |
| Author | Humble Turtle |
| Published | 22 Aug 2025 |
Use the JSON export at /data/workflows/7745/7745.json as the source template for this automation.
Open n8n, import the downloaded JSON, and review each node before activating the workflow.
Replace placeholder credentials, API keys, webhook URLs, account IDs, and environment-specific values with your own settings.
Run the workflow manually or in a staging workspace, inspect node output, and confirm downstream systems receive the expected data.
Enable the workflow only after testing, then monitor executions, errors, and rate limits during the first production runs.
Review imported nodes carefully before activation. This catalog entry is intended to help you inspect the workflow structure, understand required services, and find related templates faster.
Node names, credentials, schedules, webhook paths, and external service limits may need adjustment for your workspace.
HR Chatbot with RAG: Retrieve Company Policies via Slack, Amazon S3, and OpenAI Overview Answer HR and company policy questions via Slack, powered by a Knowledge Base of internal documents stored i...
Review the workflow JSON, configure any required credentials in n8n, and test the automation in a safe workspace before using it in production.
Yes. Use the block-by-block analysis and the downloadable JSON to inspect each node, then adjust credentials, prompts, schedules, filters, or destinations for your AI RAG, Multimodal AI use case.