Pinecone is a vector database that makes it easy to build high-performance vector search applications.
Set up a connection
This video demonstrates creating a Pinecone connection.
After you start the connection, configure it in the Create connection panel and complete all of the required * authentication settings:
Setting | Instructions |
---|---|
Name your connection * | Enter a clear and distinguishable name. Throughout integrator.io imports and exports, you will have the option to choose this new connection. A unique identifier will prove helpful later when selecting it from a list of the connections in your account. |
API type * | Choose the API type, either Vector operations or Index operations depending on the Pinecone API type you're connecting to. The settings then become specific to the selected API type. |
Environment * | Enter your Pinecone account environment. For example, us-east1-gcp . |
Index name project ID * |
Enter your index project ID. For example, if your index name is index-123456.svc.us-west-gcp.pinecone.io , then index-123456 is your project ID.How to retrieve the index project ID |
API key * |
Enter your Pinecone API key. |
How to retrieve index ID
- Sign in to your Pinecone account.
- Navigate to Project > Indexes.
- Click + Create index.
- Enter the index Name and Dimension.
- Select the Metric and Pod type.
- Click Create index.
How to retrieve API key and environment
- Sign in to your Pinecone account.
- Navigate to Project > API keys.
- Click + Create API key.
- Enter API key Name.
- Click Create key.
- Copy API key.
- Copy Environment.
Tip: This connector documentation describes only the settings shown for the Simple view. For the corresponding HTTP settings, see token auth universal connector documentation
Comments
Please sign in to leave a comment.