๐Ÿ”ฌ Synchronize MySQL database schemas to Pinecone with OpenAI embeddings

โšก 158 views ยท ๐Ÿ”ฌ Document Extraction & Analysis

Description

This workflow synchronizes MySQL database table schemas with a vector database in a controlled, idempotent manner. Each database table is indexed as a single vector to preserve complete schema context for AI-based retrieval and reasoning. The workflow prevents duplicate vectors and automatically handles schema changes by detecting differences and re-indexing only when required.

How it works

Setup steps

Limitations

๐Ÿ”— Nodes Used

HTTP Request, MySQL, Embeddings OpenAI, Recursive Character Text Splitter, Pinecone Vector Store, Default Data Loader

๐Ÿ“ฅ Import

Download workflow.json and import into n8n: Workflow menu โ†’ Import from File

๐Ÿ“– Importing guide ยท ๐Ÿ”‘ Credential setup