AutomationFlowsAI & RAG › Envint Document Ingestion

Envint Document Ingestion

Envint Document Ingestion. Uses localFileTrigger, executeCommand. Event-driven trigger; 3 nodes.

Event trigger★☆☆☆☆ complexity3 nodesLocal File TriggerExecute Command
AI & RAG Trigger: Event Nodes: 3 Complexity: ★☆☆☆☆ Added:

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 →

Download .json
{
  "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"
}
Pro

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 →

More AI & RAG workflows → · Browse all categories →

Related workflows

Workflows that share integrations, category, or trigger type with this one. All free to copy and import.

AI & RAG

Document Ingestion Pipeline. Uses executeCommand, readBinaryFile, readPDF, httpRequest. Event-driven trigger; 12 nodes.

Execute Command, Read Binary File, Read Pdf +2
AI & RAG

chromadb-vector-RAG-Local-pipeline. Uses googleDriveTrigger, googleDrive, readWriteFile, executeCommand. Event-driven trigger; 5 nodes.

Google Drive Trigger, Google Drive, Read Write File +1
AI & RAG

Breakdown Documents Into Study Notes Using Templating Mistralai And Qdrant. Uses localFileTrigger, documentDefaultDataLoader, textSplitterRecursiveCharacterTextSplitter, embeddingsMistralCloud. Event-

Local File Trigger, Document Default Data Loader, Text Splitter Recursive Character Text Splitter +9
AI & RAG

Localfile Wait. Uses localFileTrigger, documentDefaultDataLoader, textSplitterRecursiveCharacterTextSplitter, embeddingsMistralCloud. Event-driven trigger; 42 nodes.

Local File Trigger, Document Default Data Loader, Text Splitter Recursive Character Text Splitter +9
AI & RAG

Workflow 2339. Uses localFileTrigger, documentDefaultDataLoader, textSplitterRecursiveCharacterTextSplitter, embeddingsMistralCloud. Event-driven trigger; 42 nodes.

Local File Trigger, Document Default Data Loader, Text Splitter Recursive Character Text Splitter +9