n8n-nodes-hackclub-embedding
v1.0.2
Published
Hackclub embeddings for n8n AI
Maintainers
Readme
n8n-nodes-hackclub-embedding
This is an n8n community node. It lets you use Hackclub AI embeddings in your n8n workflows.
Hackclub AI is a free AI service that provides access to various embedding models for generating vector embeddings from text. These embeddings can be used for semantic search, clustering, or storing in vector databases like Pinecone or pgvector.
n8n is a fair-code licensed workflow automation platform.
Installation
Operations
Credentials
Compatibility
Resources
Installation
Follow the installation guide in the n8n community nodes documentation.
Operations
This node provides embedding generation capabilities:
- Generate Embeddings: Convert text into vector embeddings using Hackclub AI's embedding models
- Batch Processing: Automatically batches large amounts of text for efficient processing
- Model Selection: Choose from available embedding models dynamically loaded from the API
Credentials
To use this node, you need:
- A Hackclub AI account - Sign up at Hackclub AI
- An API key from your Hackclub AI dashboard
Setting up credentials in n8n:
- In n8n, go to Credentials → New
- Search for "Hackclub Embedding API"
- Enter your API key
- (Optional) Customize the API URL if using a different endpoint
- Click Test to verify the connection
- Save the credentials
Compatibility
- Minimum n8n version: 1.0.0
- Tested with n8n version: 1.x
- Compatible with n8n AI nodes and LangChain integration
Usage
- Add the Hackclub Embedding node to your workflow
- Connect your Hackclub Embedding API credentials
- Select an embedding model from the dropdown
- Configure options:
- Batch Size: Maximum documents per request (default: 512, max: 2048)
- Strip New Lines: Whether to remove line breaks from input text (default: true)
- Connect the output to n8n AI nodes like Vector Store, Retriever, or other LangChain components
Use Cases
- Building semantic search functionality
- Creating chatbots with context awareness
- Clustering similar documents
- Recommendation systems
- Content similarity detection
Resources
- n8n community nodes documentation
- Hackclub AI Documentation
- Hackclub AI Embeddings API
- GitHub Repository
Version history
0.1.1
- Fixed models endpoint to use
/embeddings/modelsinstead of/models - Implemented stripNewLines functionality
- Updated credentials test endpoint
- Improved documentation
