alchemyst-ai

n8n node for Alchemyst AI - Persistent memory for workflows

Package Information

Downloads: 2 weekly / 109 monthly
Latest Version: 0.1.0
Author: Your Name

Documentation

n8n-nodes-alchemyst-ai

This is an n8n community node that provides integration with Alchemyst AI, enabling persistent memory for n8n workflows.

Alchemyst AI lets n8n have persistent memory. You can store anything from your workflows (forms, chats, logs, CRM data, notes) and then search it later from any LLM step.

Installation

Follow the installation guide in the n8n community nodes documentation.

Operations

  • Store Data: Store any data in persistent memory with optional metadata
  • Search Data: Perform semantic search across stored data
  • List Collections: View all available data collections
  • Delete Data: Remove specific documents from memory

Credentials

You need to create credentials for Alchemyst AI API:

Usage

Store Data

Store structured data in collections:

{
  "user_id": "12345",
  "conversation": "User asked about pricing plans",
  "intent": "pricing_inquiry",
  "timestamp": "2024-01-15T10:30:00Z"
}

Search Data

Search stored data using natural language queries:

  • Query: "pricing questions from last week"
  • Limit: Maximum results to return
  • Minimum Score: Similarity threshold (0-1)

Use Cases

  1. Chat Memory: Store conversation history and retrieve relevant context
  2. Form Data: Persist form submissions and search by criteria
  3. CRM Integration: Store customer interactions and find similar cases
  4. Log Analysis: Store workflow logs and search for patterns
  5. Knowledge Base: Build searchable documentation from workflow data

Compatibility

This node has been tested with n8n version 1.0 and above.

Resources

License

MIT

Discussion