🚀 Install and set up n8n on your system.
🔑 Obtain the necessary credentials to access your MySQL database and Pinecone vector database.
🔗 Create an n8n workflow.
- 🔌 Add a “MySQL” node to the workflow.
- 👩💻 Configure the “MySQL” node to connect to your MySQL database using the obtained credentials.
- 🔌 Add a “Pinecone” node to the workflow.
- 👩💻 Configure the “Pinecone” node to connect to your Pinecone vector database using the obtained credentials.
- 🔗 Create a connection between the “MySQL” node and the “Pinecone” node.
- 🔍 Map the data fields from the “MySQL” node to the appropriate fields in the “Pinecone” node.
- 💨 Execute the workflow to ingest the MySQL data into the Pinecone vector database.
Summary of APIs, Scripts, and Tools Used:
- n8n: Workflow automation tool used to create the workflow.
- MySQL: Database management system to retrieve data from.
- Pinecone: Vector database for storing and querying data with natural language.