n8n community nodes for Graphor - Intelligent document processing, RAG pipelines, and document chat API
npm install n8n-nodes-graphorlm

This is an n8n community node that lets you interact with Graphor - an intelligent document processing platform with RAG pipelines, document chat, and data extraction capabilities.
n8n is a fair-code licensed workflow automation platform.
Follow the installation guide in the n8n community nodes documentation.
``bash`
npm install n8n-nodes-graphorlm
1. Go to Settings > Community Nodes
2. Select Install
3. Enter n8n-nodes-graphorlm and agree to the risks
4. Click Install
This package includes two nodes:
1. Graphor - Full-featured node with all operations
2. Graphor Tool - Simplified node optimized for AI Agents
Both nodes can be used as tools with n8n AI Agents (like the AI Agent node with OpenAI, Anthropic, etc.)
To use this node, you need a Graphor API token:
1. Log in to your Graphor account
2. Go to Settings > API Tokens
3. Create a new API token
4. Copy the token (it starts with grlm_`)
- Documents: PDF, DOC, DOCX, ODT, TXT, MD, HTML
- Presentations: PPT, PPTX
- Spreadsheets: CSV, TSV, XLS, XLSX
- Images: PNG, JPG, JPEG, TIFF, BMP, HEIC
- Audio: MP3, WAV, M4A, OGG, FLAC
- Video: MP4, MOV, AVI, MKV, WEBM
| Method | Description |
|--------|-------------|
| Basic | Fast processing with heuristic classification |
| Hi-Res | High resolution processing with advanced layout detection |
| Hi-Res FT | Fine-tuned high resolution processing |
| MAI | Multi-modal AI processing |
| GraphorLM | Graphor proprietary processing method |
- n8n version 1.0.0 or later
- Node.js 18.0.0 or later
- Graphor Introduction
- Graphor Documentation
- Graphor API Reference
- API Tokens Guide
- Data Ingestion Guide
- n8n Community Nodes Documentation