Build a Financial Documents Assistant using Qdrant and Mistral.ai
Step 1. Select the target folder [Read more about local file trigger](https://docs.n8n.io/integrations/builtin/core-nodes/n8n-nodes-base.localfiletrigger) In this workflow, we'll monitor a specific folder on disk that n8n has access to. Since we're using docker, we can either use the n8n volume or mount a folder from the host machine. The local file trigger is useful to execute the workflow whenever changes are made to our target folder.
Integrations Used (11)
Prerequisites
Required Credentials (2)
Complexity
Advanced features used. Requires n8n experience.
When to Use This Workflow
AI-Powered Content Creation
Automate content generation, summarization, or analysis using AI capabilities.
Save hours of manual work while maintaining quality and consistency.
Real-time Response
React instantly when events happen - new orders, form submissions, or API calls.
Zero delay between trigger and action for time-sensitive workflows.
Error Reduction
Eliminate human error from routine processes with consistent automation.
Improve accuracy and reliability across your workflows.
{
"meta": {
"instanceId": "26ba763460b97c249b82942b23b6384876dfeb9327513332e743c5f6219c2b8e"
},
"nodes": [
{
"id": "c5525f47-4d91-4b98-87bb-566b90da64a1",
"name": "Local File Trigger",
"type": "n8n-nodes-base.localFileTrigger",
"position": [
660,
700
],
"parameters": {
"path": "/home/node/host_mount/local_file_search",
"events": [
"add",
"change",
"unlink"
],
...Related Workflows
Breakdown Documents into Study Notes using Templating MistralAI and Qdrant
Step 1. Watch Folder and Import New Documents [Read more about Local File Trigger](https://docs.n8n.io/integrations/buil...
Recipe Recommendations with Qdrant and Mistral
Step 1. Fetch Available Courses For the Current Week To populate our vectorstore, we'll scrape the weekly menu off the H...
Build a Tax Code Assistant with Qdrant, Mistral.ai and OpenAI
Step 1. Download the Tax Code PDF [Read more about handling Zip Files](https://docs.n8n.io/integrations/builtin/core-nod...
Advanced AI Demo (Presented at AI Developers #14 meetup)

Chat with GitHub OpenAPI Specification using RAG (Pinecone and OpenAI)
Indexing content in the vector database This part of the workflow is responsible for extracting content, generating embe...
Building RAG Chatbot for Movie Recommendations with Qdrant and Open AI
Tool, calling Qdrant's recommendation API based on user's request, transformed by AI agent