Go to app
Academy
What's new?
Tray UAC
Developer
Connectors
Templates
Help Center
Back
Pinecone
Overview
Operations (sample payloads)
Operations
Pinecone Operations
Latest version:
1.0
Changelog
Create index
This operation deploys a Pinecone index. This is where you specify the measure of similarity, the dimension of vectors to be stored in the index, which cloud provider you would like to deploy with, and more.
Delete vectors
The delete operation deletes vectors, by id, from a single namespace.
Get index
Get a description of an index.
Get index stats
The describe_index_stats operation returns statistics about the contents of an index, including the vector count per namespace and the number of dimensions, and the index fullness.
List indexes
This operation returns a list of all indexes in a project.
Query vectors
The query operation searches a namespace, using a query vector. It retrieves the ids of the most similar items in a namespace, along with their similarity scores.
Raw HTTP request (advanced)
Perform a raw HTTP request with some pre-configuration and processing by the connector, such as authentication.
Upsert vectors
The upsert operation writes vectors into a namespace. If a new value is upserted for an existing vector id, it will overwrite the previous value.
Previous
Operations (sample payloads)