Description
n8n-nodes-qoqon
n8n Community Node for DOC — document management platform with semantic search, embeddings, and AI chat.
Features
- Files: List, get, search (semantic), delete
- Folders: List, create, get, delete
- Share: Create and revoke share links
- Trash: List, restore, empty
- Embeddings: List processed files
- Processing: Trigger AI processing, check status
- Document Chat: Send messages to document AI chat
- User: Get user info, storage usage
Installation
In n8n (self-hosted)
1. Settings → Community Nodes → Install a community node
2. Enter: n8n-nodes-qoqon
3. Restart n8n
Via environment variable
N8NCOMMUNITYPACKAGES=n8n-nodes-qoqon
Credentials
1. Open your DOC instance → Dashboard → API Docs
2. Create an API key (e.g. “n8n integration”)
3. Copy the key (starts with qk_) — it is shown only once
4. In n8n, add DOC (Qoqon) API credentials:
– Base URL: Your DOC URL (e.g. https://doc.example.com)
– API Key: The key you created
Usage
Add the DOC (Qoqon) node to your workflow and choose an operation:
Development
npm install
npm run build
npm run dev
Visit http://localhost:5678 to test the node in n8n.
Test with existing n8n
Set environment variable and restart n8n:
N8NCOMMUNITYPACKAGES=file:./n8n-nodes-qoqon
Links
License
MIT