Pinecone
The Pinecone Vector Database Connector allows you to integrate Pinecone as a vector database for storing and retrieving vectorized data in your pipelines. This guide explains the configuration options available when setting up a Pinecone vector database connector.
Configuration Fields
Field Summary
Finding Required Information in Pinecone
API Key
To find your Pinecone API Key:
Log in to your Pinecone Console
Navigate to the API Keys section
Copy your API key or generate a new one if needed
Configuring the Integration
From the main menu, click on Vector Databases
Click New Vector Database Integration
Select the Pinecone card
Fill in the required fields:
Enter a descriptive name for the connector
Paste your Pinecone API Key
Enter your Pinecone endpoint URL
Click Create Pinecone Integration to test and save your configuration
Usage in Pipelines
When configuring a pipeline, you can select this Pinecone integration as the vector database output. Vectorize will then write the vectorized data to your specified Pinecone instance.
Troubleshooting
If you encounter issues while creating the integration:
Verify that your API Key is correct and has the necessary permissions
Ensure that your endpoint URL is accurate and does not include any object names
Check that your Pinecone index is properly configured and accessible
For further assistance, please refer to the Pinecone documentation or contact Vectorize support.
Last updated