Description
n8n-nodes-moorcheh

This is an n8n Official node interfacing with Moorcheh.
Moorcheh is a powerful vector store and AI platform that enables semantic search, document storage, and AI-powered question answering across your data.
n8n is a fair-code licensed workflow automation platform.
Installation
Operations
Credentials
Compatibility
Usage
Resources
Installation
Follow the installation guide in the n8n community nodes documentation.
Operations
Namespace Operations
- Create: Create a new namespace for storing documents or vectors
- List: List all available namespaces
- Delete: Delete a namespace and all its contents
Document Operations
- Upload: Upload documents to a namespace for semantic search
- Get: Retrieve specific documents by their IDs
- Delete: Delete documents from a namespace
Vector Operations
Search Operations
- Search: Perform semantic search across namespaces using text queries or vector embeddings
Answer Operations
- Generate: Generate AI-powered answers based on namespace content using various LLM models
Credentials
To use this node, you need a Moorcheh API key:
- Sign up for a Moorcheh account at console.moorcheh.ai
- Navigate to your API settings
- Generate an API key
- Use the API key in the Moorcheh credentials in n8n
Compatibility
- n8n version: 1.0.0 or later
- Node.js version: 20.15 or later
Usage
Creating a Namespace
- Select the "Namespace" resource
- Choose "Create" operation
- Enter a namespace name
- Select the type (Text or Vector)
- For vector namespaces, specify the vector dimension
Uploading Documents
- Select the "Document" resource
- Choose "Upload" operation
- Enter the namespace name
- Add documents with ID, text content, and optional metadata
Searching Content
- Select the "Search" resource
- Choose "Search" operation
- Enter your query (text or comma-separated vector values)
- Specify target namespaces
- Set top_k and threshold parameters
Generating AI Answers
- Select the "Answer" resource
- Choose "Generate" operation
- Enter the namespace name
- Provide your question
- Select an AI model and configure parameters