pinecone_index_capabilities
Check the search capabilities of a Pinecone index before querying. Returns dense/sparse/full-text fields, dimensions, and valid search modes.
Instructions
Report which searches an index can answer, and with which fields.
Call this before searching an index you did not create in this session.
It names the dense / sparse / full-text fields, the dimension each
dense field expects, and the list of valid mode values for
pinecone_search.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| index | Yes | ||
| refresh | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||