The workflow JSON
Copy or download the full n8n JSON below. Paste it into a new n8n workflow, add your credentials, activate. Full import guide →
{
"name": "Envint Document Ingestion",
"nodes": [
{
"parameters": {
"path": "E:/Envint/data",
"events": [
"add"
],
"options": {}
},
"id": "1",
"name": "Local File Trigger",
"type": "n8n-nodes-base.localFileTrigger",
"typeVersion": 1,
"position": [
250,
300
]
},
{
"parameters": {
"command": "=\"cd E:/Envint/backend && .\\\\venv\\\\Scripts\\\\python scripts\\\\ingest.py\""
},
"id": "2",
"name": "Execute Ingestion Script",
"type": "n8n-nodes-base.executeCommand",
"typeVersion": 1,
"position": [
450,
300
]
},
{
"parameters": {
"text": "=\"Document \" + $json[\"path\"] + \" successfully ingested and embedded into Pinecone!\""
},
"id": "3",
"name": "Send Slack/Email Notification Dummy",
"type": "n8n-nodes-base.set",
"typeVersion": 1,
"position": [
650,
300
]
}
],
"connections": {
"Local File Trigger": {
"main": [
[
{
"node": "Execute Ingestion Script",
"type": "main",
"index": 0
}
]
]
},
"Execute Ingestion Script": {
"main": [
[
{
"node": "Send Slack/Email Notification Dummy",
"type": "main",
"index": 0
}
]
]
}
},
"active": false,
"settings": {},
"versionId": "1"
}
For the full experience including quality scoring and batch install features for each workflow upgrade to Pro
About this workflow
Envint Document Ingestion. Uses localFileTrigger, executeCommand. Event-driven trigger; 3 nodes.
Source: https://github.com/SatyamSingh-Git/RAG-Conflict-Detection-Engine/blob/e3444ca9727209e8c7f09816ebfb28429277f609/workflows/n8n_workflow.json — original creator credit. Request a take-down →
Related workflows
Workflows that share integrations, category, or trigger type with this one. All free to copy and import.
Document Ingestion Pipeline. Uses executeCommand, readBinaryFile, readPDF, httpRequest. Event-driven trigger; 12 nodes.
chromadb-vector-RAG-Local-pipeline. Uses googleDriveTrigger, googleDrive, readWriteFile, executeCommand. Event-driven trigger; 5 nodes.
Breakdown Documents Into Study Notes Using Templating Mistralai And Qdrant. Uses localFileTrigger, documentDefaultDataLoader, textSplitterRecursiveCharacterTextSplitter, embeddingsMistralCloud. Event-
Localfile Wait. Uses localFileTrigger, documentDefaultDataLoader, textSplitterRecursiveCharacterTextSplitter, embeddingsMistralCloud. Event-driven trigger; 42 nodes.
Workflow 2339. Uses localFileTrigger, documentDefaultDataLoader, textSplitterRecursiveCharacterTextSplitter, embeddingsMistralCloud. Event-driven trigger; 42 nodes.