Pinecone
Overview
The Pinecone destination allows you to load and store vector embeddings in a Pinecone index. Pinecone is a vector database designed for high-performance vector similarity search and is commonly used for applications like semantic search, recommendation systems, and other machine learning tasks involving embeddings.
This connector streamlines the process of creating a Pinecone index and loading your vector data into it. Once configured, you can set up connections to extract data from various sources, generate embeddings, and seamlessly store them in your Pinecone index for efficient similarity searches and retrieval.
Configuration Options
Name: This field represents the name you want to assign to the actor instance responsible for managing the Pinecone destination. Choose a descriptive and unique name to easily identify this instance.
Pinecone Index: Enter the name of the Pinecone index you want to use for storing your vector embeddings. Please note that the specified index should already exist and have the correct dimensions set to match your embedding vectors. If the index doesn't exist or has mismatched dimensions, the connector will not be able to load the data.
Pinecone Environment: Specify the Pinecone environment you want to use for this index. Pinecone offers different environments (e.g., cloud regions) to choose from based on your location and performance requirements. To know more about the cloud environment where you want the index to be hosted environment click here.
Pinecone API Key: Provide a valid Pinecone API key that has permissions to access and manage the specified environment and index. You can generate or retrieve an API key from your Pinecone account dashboard.
Embedding Dimensions: Enter the number of dimensions for the vector embeddings you plan to store in the Pinecone index. This value should match the dimensions of the embeddings generated by your model or algorithm.
Once you've filled in the required fields, you can use the "Test and Save" button to validate the provided information and create or update the Pinecone destination in your dat configuration.
Last updated