npm package discovery and stats viewer.

Discover Tips

  • General search

    [free text search, go nuts!]

  • Package details

    pkg:[package-name]

  • User packages

    @[username]

Sponsor

Optimize Toolset

I’ve always been into building performant and accessible sites, but lately I’ve been taking it extremely seriously. So much so that I’ve been building a tool to help me optimize and monitor the sites that I build to make sure that I’m making an attempt to offer the best experience to those who visit them. If you’re into performant, accessible and SEO friendly sites, you might like it too! You can check it out at Optimize Toolset.

About

Hi, 👋, I’m Ryan Hefner  and I built this site for me, and you! The goal of this site was to provide an easy way for me to check the stats on my npm packages, both for prioritizing issues and updates, and to give me a little kick in the pants to keep up on stuff.

As I was building it, I realized that I was actually using the tool to build the tool, and figured I might as well put this out there and hopefully others will find it to be a fast and useful way to search and browse npm packages as I have.

If you’re interested in other things I’m working on, follow me on Twitter or check out the open source projects I’ve been publishing on GitHub.

I am also working on a Twitter bot for this site to tweet the most popular, newest, random packages from npm. Please follow that account now and it will start sending out packages soon–ish.

Open Software & Tools

This site wouldn’t be possible without the immense generosity and tireless efforts from the people who make contributions to the world and share their work via open source initiatives. Thank you 🙏

© 2026 – Pkg Stats / Ryan Hefner

n8n-nodes-moorcheh

v0.1.3

Published

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

Readme

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
  • 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 at console.moorcheh.ai
  2. Navigate to your API settings
  3. Generate an API key
  4. 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

  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

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