pinecone_query_vectors
Run dense, sparse, or hybrid vector queries against a Pinecone index in a single request. Pass text to embed on the fly or an existing record ID to find similar results.
Instructions
Vectors API query - the true single-request dense+sparse hybrid.
On a single-vector index holding both a dense and a sparse vector per
record, passing both here has Pinecone do the hybrid scoring server
side, rather than the client-side fusion pinecone_search uses for
schema indexes.
Pass query instead of vectors to have them embedded here first, or
id to search by an existing record.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | No | ||
| index | Yes | ||
| query | No | ||
| top_k | No | ||
| filter | No | ||
| vector | No | ||
| namespace | Yes | ||
| embed_model | No | ||
| sparse_model | No | ||
| sparse_vector | No | ||
| embed_provider | No | ||
| include_values | No | ||
| embed_dimension | No | ||
| exclude_expired | No | ||
| sparse_provider | No | ||
| include_metadata | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||