PineconeSink enables seamless integration with Pinecone’s vector database, supporting vector storage and similarity search for advanced data retrieval.
PineconeSink
class is a connector for Pinecone, a vector database that excels in managing and querying high-dimensional data. It allows for efficient storage and similarity searches of vector data.
api_key
: The API key for Pinecone services.environment
: The environment parameter for Pinecone.index
: The name of the index in Pinecone where data will be stored.namespace
: A namespace within the Pinecone index to organize data. You can define the namespace to any string you want.