How it works
To keep MySQL and Pinecone in sync, connect them with a ready-made scenario — changes flow automatically.
- Starts when: Sync DB Schema to Vector Store
- Then: Load Global Configuration
- Then: Fetch All Database Tables
- Check: Loop Over executable queries
- Then: Set Table Schema Context
- Then: Fetch Table Schema Definition
- Then: Generate Schema Hash
- Then: Check Existing Vector Metadata
- Check: Vector Exists?
- If yes: Insert Schema Vector to Pinecone
- Then: Upsert Vector Metadata Record
- If no: Schema Changed?
- If yes: Delete Existing Vector (Pinecone)
- Then: Delete Vector Metadata Record
- Then: Split Schema Text (No Chunking)
- Then: Generate Schema Embeddings
- Then: Prepare Schema Document
You can launch this MySQL + Pinecone integration in Scriptera: describe the task in plain words — the scenario is built, launched and monitored for you.