pinecone_fetch_records
Fetch Pinecone records by ID or metadata filter without ranking results, with optional field selection and limits for targeted document retrieval.
Instructions
Fetch records by id or filter, without ranking them.
include_fields=["*"] returns every field; omitting it returns all
available fields for a document fetch.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| ids | No | ||
| index | Yes | ||
| limit | No | ||
| filter | No | ||
| namespace | Yes | ||
| include_fields | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||