n8n-nodes-memorai
v0.1.1
Published
n8n community node for MemorAI - RAG as a Service
Downloads
7
Maintainers
Readme
n8n-nodes-memorai
This is an n8n community node for MemorAI - RAG as a Service.
MemorAI provides a simple and powerful API for building RAG (Retrieval-Augmented Generation) applications. This node allows you to integrate MemorAI capabilities directly into your n8n workflows.
Features
- Collections: List your MemorAI collections
- Documents: Add documents to collections
- Query: Search and query your collections using RAG
Installation
Community Nodes (Recommended)
- Go to Settings > Community Nodes
- Select Install
- Enter
n8n-nodes-memoraiand confirm
Manual Installation
npm install n8n-nodes-memoraiCredentials
To use this node, you need:
- A MemorAI account at memorai.cloud
- An API Key from your MemorAI dashboard
Setting up Credentials
- In n8n, go to Credentials
- Click Add Credential
- Search for MemorAI API
- Enter your API Key
- (Optional) Change the Base URL if using a self-hosted instance
Operations
Collection
| Operation | Description | |-----------|-------------| | List | Get all your collections |
Document
| Operation | Description | |-----------|-------------| | Add | Add a new document to a collection |
Query
| Operation | Description | |-----------|-------------| | Search | Query a collection using RAG |
Resources
License
MIT
