AI Prompt Hub (Notion + ChatGPT): Auto-Find the Right Prompt with Embeddings

Go to Workflow
2 views
Built by Yahor Dubrouski Yahor Dubrouski
Created on June 08, 2026

Description

Overview

Build your own AI Prompt Hub inside n8n.
This template lets ChatGPT automatically search your saved prompts in Notion using semantic embeddings from HuggingFace. Each time a user sends a message, the workflow finds the most relevant prompt based on meaning - not keywords.

Perfect for developers who maintain dozens of prompts and want ChatGPT to pick the right one automatically.

Key Features

🔍 Semantic Prompt Search - Finds the best prompt using HuggingFace embeddings
đź§  AI Agent Integration - ChatGPT automatically calls the prompt-search workflow
📚 Notion Prompt Database - Store unlimited prompts with auto-generated embeddings
⚡ Automatic Embedding Sync - Regenerates vectors when prompts change

This template is ideal for:
AI automations
Prompt engineering
DevOps and backend engineers who reuse prompts
Teams managing large prompt libraries

How it works

The user sends any message to the ChatGPT interface
The n8n AI Agent calls a sub-workflow that performs semantic search in Notion
HuggingFace converts both the message and saved prompts into vector embeddings
The workflow returns the most similar prompt, which ChatGPT can use automatically

Setup Instructions (15–20 minutes)

Import this template into your n8n instance
Set credentials for Notion, OpenAI, and HuggingFace
Create a Notion database with:
Prompt (Text)
Embeddings (Text)
Checksum (Text)
Paste your Notion database ID in:
“Get All Prompts”
“On Page Update”
“On Page Create”
“Get All Prompts for Search”
Enable the workflow and open the URL from “When chat message received” to start chatting
Type any request - the system will search for a matching prompt automatically

Documentation & Demo

Full documentation and examples:
https://github.com/YahorDubrouski/ai-planner/blob/main/documentation/prompt-hub/README.md

Nodes Used (7)

AI Agent
@n8n/n8n-nodes-langchain.agent
Call n8n Workflow Tool
@n8n/n8n-nodes-langchain.toolWorkflow
Code
n8n-nodes-base.code
HTTP Request
n8n-nodes-base.httpRequest
Notion
n8n-nodes-base.notion
OpenAI Chat Model
@n8n/n8n-nodes-langchain.lmChatOpenAi
Simple Memory
@n8n/n8n-nodes-langchain.memoryBufferWindow