ragdoll-ai

n8n node to integrate with Ragdoll AI Knowledge Management API

Package Information

Downloads: 1 weekly / 7 monthly
Latest Version: 0.1.1
Author: Ragdoll AI

Documentation

Banner image

n8n-nodes-ragdoll-ai

This package contains n8n nodes to interact with the Ragdoll AI Knowledge Management API.

n8n is a fair-code licensed workflow automation platform.

Installation

Community Nodes (Recommended)

For users on n8n v1, the easiest way to install this package is to use the Community Nodes feature:

  1. In your n8n instance, go to Settings > Community Nodes
  2. Click Install Community Node
  3. Enter n8n-nodes-ragdoll-ai in the input field
  4. Click Install

Manual Installation

You can also install the package manually:

npm install n8n-nodes-ragdoll-ai

or

pnpm install n8n-nodes-ragdoll-ai

Usage

The Ragdoll AI node provides access to knowledge base management and data source operations through the Ragdoll AI API:

Credentials

To use the Ragdoll AI node, you need:

Knowledge Base

The node supports the following operations for Knowledge Bases:

  • Create a knowledge base
  • Get a knowledge base
  • Get many knowledge bases
  • Delete a knowledge base

Data Sources

The node supports the following operations for Data Sources:

  • Create a data source (Web, Notion, Google Drive)
  • Get a data source
  • Get many data sources
  • Delete a data source
  • Start indexing a data source

Resources

Discussion