pinecone_search_records
Search Pinecone integrated-inference indexes by query, with optional reranking, filters, and sparse term constraints.
Instructions
Search an integrated-inference index - Pinecone embeds the query.
Only for indexes created with pinecone_create_index_for_model.
Optional server-side reranking: pass rerank_model (e.g.
"bge-reranker-v2-m3") and rerank_fields.
match_terms constrains sparse retrieval to records containing
specific terms, e.g. {"strategy": "all", "terms": ["refund"]}
(sparse indexes on pinecone-sparse-english-v0 only).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| index | Yes | ||
| query | Yes | ||
| top_k | No | ||
| fields | No | ||
| filter | No | ||
| namespace | Yes | ||
| match_terms | No | ||
| rerank_model | No | ||
| rerank_top_n | No | ||
| rerank_fields | No | ||
| exclude_expired | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||