n8n-nodes-graphorlm
v0.1.11
Published
n8n community nodes for Graphor - Intelligent document processing, RAG pipelines, and document chat API
Downloads
945
Maintainers
Readme
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.
Installation
Follow the installation guide in the n8n community nodes documentation.
npm
npm install n8n-nodes-graphorlmn8n Desktop/Cloud
- Go to Settings > Community Nodes
- Select Install
- Enter
n8n-nodes-graphorlmand agree to the risks - Click Install
Nodes
This package includes two nodes:
- Graphor - Full-featured node with all operations
- 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.)
Operations
Chat
- Ask Question: Ask questions about your documents using natural language with conversational memory support
Extraction
- Extract Data: Extract structured data from documents using JSON Schema definitions
Flow
- List: List all flows in your project
- Run: Execute a deployed RAG flow with a query
- Deploy: Deploy a flow to make it accessible via API
Source
- List: List all sources in your project
- Upload File: Upload a file (PDF, DOCX, images, audio, video)
- Upload From URL: Ingest content from a web page URL
- Upload From GitHub: Ingest content from a public GitHub repository
- Upload From YouTube: Ingest content from a YouTube video
- Process: Process a source with OCR/parsing (Basic, Hi-Res, Hi-Res FT, MAI, GraphorLM)
- Get Elements: Get structured elements from a processed source
- Delete: Delete a source from your project
Credentials
To use this node, you need a Graphor API token:
- Log in to your Graphor account
- Go to Settings > API Tokens
- Create a new API token
- Copy the token (it starts with
grlm_)
Supported File Types
- 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
Processing Methods
| 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 |
Compatibility
- n8n version 1.0.0 or later
- Node.js 18.0.0 or later
Resources
- Graphor Introduction
- Graphor Documentation
- Graphor API Reference
- API Tokens Guide
- Data Ingestion Guide
- n8n Community Nodes Documentation
