Data plane
Query
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.
POST
Authorizations
An API Key is required to call Pinecone APIs. Get yours at https://app.pinecone.io/.
Body
application/json
The request for the Query
operation.
Response
200
application/json
A successful response.
The response for the Query
operation. These are the matches found for a particular query vector. The matches are ordered from most similar to least similar.