Skip to main content

Pinecone: Search

Run a vector search against a Pinecone index using a pre-computed query vector (typically produced by AI::AIEmbeddingsSearch upstream).

Pre-requisite: Install Pinecone application in Profile > {Organization} > Applications to grant Zparse access.

Parameters

ApplicationREQUIRED
Configured Pinecone application.
Index NameREQUIRED
Pinecone index to search against.
Namespace

Optional namespace within the index. Leave empty to use the default namespace.

Dense Only

When enabled, the search runs against the dense vector only. Disable to include sparse vectors / hybrid retrieval if the index supports it.

Input

JSONREQUIRED

Search request containing the query vector (and optional filters / top-k).

Output

JSON

Pinecone search response (matched points with scores and payloads).