Pinecone
Provides integration with Pinecone (vector database & inference) via its API.
Revision History
1.0.0.0 Initial Release
1.0.0.1 Fixed validation issue when connection not set.
Properties
Connection
Type: Connection Input
The Pinecone connection profile.
ApiKey
Type: Password
API key used to authenticate requests to your Pinecone project.
Operation
Type: String Input
Specifies the operation to perform. The following operations are available:
Indexes
CreateIndex
,ListIndex
,DeleteIndex
,DescribeIndex
,ConfigureIndex
,DescribeIndexStatistics
Vectors
Upsert
,DeleteVectors
,FetchVectors
,ListVectorIDs
,UpdateVectors
Query
QueryIndex
Collections
CreateCollection
,ListCollections
,DescribeCollection
,DeleteCollection
Inference
InferenceEmbed
,InferenceRerank
Imports (Bulk)
StartBulkImport
,ListBulkImports
,DescribeBulkImport
,CancelBulkImport
Request
Type: JSON Input
Contains the JSON request payload for the selected operation. A sample value is populated when a Node Sample is selected.
Response
Type: JSON Output
Contains the JSON response payload returned by the Pinecone API.