n8n-nodes-alchemyst-ai
v0.1.0
Published
n8n node for Alchemyst AI - Persistent memory for workflows
Maintainers
Readme
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:
- API Key: Your Alchemyst AI API key
- Base URL: API endpoint (default: https://api.alchemyst.ai)
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
- Chat Memory: Store conversation history and retrieve relevant context
- Form Data: Persist form submissions and search by criteria
- CRM Integration: Store customer interactions and find similar cases
- Log Analysis: Store workflow logs and search for patterns
- Knowledge Base: Build searchable documentation from workflow data
Compatibility
This node has been tested with n8n version 1.0 and above.
Resources
License
MIT
