Back to Nodes

Moorcheh

Last updated May 15, 2026

Official n8n nodes for integrating Moorcheh - https://moorcheh.ai

32 Weekly Downloads
424 Monthly Downloads

Included Nodes

Moorcheh

Description

n8n-nodes-moorcheh

!Banner image

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
  • Fetch Text Data: List stored text and summary chunks from a text-type namespace (up to 100 items per request; vector-only namespaces are not supported)
  • Delete: Delete documents from a namespace
  • Vector Operations

  • Upload: Upload vector embeddings to a namespace
  • Delete: Delete vectors from a namespace
  • 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:

    1. Sign up for a Moorcheh account (see Quickstart on docs.moorcheh.ai)
    2. Navigate to your API settings in the Moorcheh console
    3. Generate an API key
    4. Use the API key in the Moorcheh credentials in n8n (Authentication)

    Compatibility

  • n8n version: 1.0.0 or later
  • Node.js version: 20.15 or later
  • Usage

    Creating a Namespace

    1. Select the “Namespace” resource
    2. Choose “Create” operation
    3. Enter a namespace name
    4. Select the type (Text or Vector)
    5. For vector namespaces, specify the vector dimension

    Uploading Documents

    1. Select the “Document” resource
    2. Choose “Upload” operation
    3. Enter the namespace name
    4. Add documents with ID, text content, and optional metadata

    Fetching text chunks (batch)

    1. Select the “Document” resource
    2. Choose Fetch Text Data
    3. Enter the text-type namespace name

    The API returns items (max 100), statistics, and metadata suited for display, export, or RAG. Authenticate with your Moorcheh API key (same as other operations).

    Searching Content

    1. Select the “Search” resource
    2. Choose “Search” operation
    3. Enter your query (text or comma-separated vector values)
    4. Specify target namespaces
    5. Set top_k and threshold parameters

    Generating AI Answers

    1. Select the “Answer” resource
    2. Choose “Generate” operation
    3. Enter the namespace name
    4. Provide your question
    5. Select an AI model and configure parameters

    Resources

  • n8n community nodes documentation
  • Moorcheh Documentation — API reference, guides, and documentation index
  • Moorcheh n8n integration
  • Moorcheh Console — account and API keys