Import a pre-built RAG workflow to let an AI model answer questions by searching your own documents stored in a vector database
Set up automated AI pipelines connecting OpenAI or Claude to other services without building the integration from scratch
Use DevOps or finance templates to automate repetitive monitoring or data-collection tasks
Connect IoT devices to downstream services using ready-made trigger-and-action workflow files
Requires a running n8n instance and API credentials for each third-party service a workflow connects to.
n8n-free-templates is a collection of over 200 pre-built workflow files for n8n, an open-source automation tool that lets you connect apps and services together without writing code. Think of n8n workflows like IFTTT or Zapier recipes: a trigger happens, a series of steps runs, and something gets done automatically. This repository gives you ready-made workflows you can import directly into your own n8n instance. The workflows cover a wide range of categories including AI, DevOps, finance, and IoT (internet of things). Many of them are built around recent AI infrastructure: they connect to vector databases like Pinecone and Weaviate (which store text in a way that enables similarity search), use embedding services from OpenAI, Cohere, and Hugging Face (which convert text into numbers for that kind of search), and plug into large language model chat APIs including OpenAI GPT-4 and Anthropic Claude 3. Several workflows include a full RAG setup, which is a pattern where a language model answers questions by first looking up relevant documents from a database. To use any of the workflows, you clone the repository, open your n8n instance, go to Settings and choose Import Workflows, then select the JSON file you want. After importing, you open each step in the workflow, fill in your credentials for whatever service it uses, and click Activate. Each workflow file comes with its own documentation. The repository is community-oriented: the author notes that some templates are incomplete and invites contributors to finish them or add new ones. Language is listed as unknown because the files are JSON workflow definitions rather than code written in a programming language.
← wassupjay on gitmyhub — every repo by this author, as a profile.
Verify against the repo before relying on details.