Block 1 - Qdrant Vector Store
- Type / Role
- @n8n/n8n-nodes-langchain.vectorStoreQdrant - vectorStoreQdrant
- Config choices
- Version 1.2
This workflow is provided as-is. Please review and test before using in production.
1. Data Ingestion Workflow (Left Panel – Pink Section) This part collects data from the ServiceNow Knowledge Article table, processes it into embeddings, and stores it in Qdrant. Steps: 1. Trigger:...
@n8n/n8n-nodes-langchain.vectorstoreqdrant, @n8n/n8n-nodes-langchain.documentdefaultdataloader, @n8n/n8n-nodes-langchain.textsplitterrecursivecharactertextsplitter, n8n-nodes-base.stickynote, @n8n/n8n-nodes-langchain.chattrigger, @n8n/n8n-nodes-langchain.agent, @n8n/n8n-nodes-langchain.memorybufferwindow, @n8n/n8n-nodes-langchain.embeddingsopenai
This workflow is cataloged by N8N Workflows and links back to its original n8n.io source page by Tushar Mishra.
Original n8n.io sourceThis part collects data from the ServiceNow Knowledge Article table, processes it into embeddings, and stores it in Qdrant.
Trigger: When clicking ‘Execute workflow’
Get Many Table Records
Default Data Loader
Recursive Character Text Splitter
Embeddings OpenAI
Qdrant Vector Store
This section powers the Retrieval-Augmented Generation (RAG) chatbot that retrieves relevant information from Qdrant and responds intelligently.
Trigger: When chat message received
AI Agent
OpenAI Chat Model
Simple Memory
Qdrant Vector Store1
Embeddings OpenAI
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 | Build a ServiceNow knowledge chatbot with OpenAI and Qdrant RAG |
|---|---|
| Complexity | intermediate |
| Nodes | 14 |
| Categories | Content Creation, Multimodal AI |
| Author | Tushar Mishra |
| Published | 20 Jul 2025 |
Use the JSON export at /data/workflows/6206/6206.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.
1. Data Ingestion Workflow (Left Panel – Pink Section) This part collects data from the ServiceNow Knowledge Article table, processes it into embeddings, and stores it in Qdrant. Steps: 1. Trigger:...
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 Content Creation, Multimodal AI use case.