Call suggest_query_params for that namespace first (within the cache TTL). Or use guided_query, which performs suggestion internally.
No. Only query, count, and query_documents are gated.
They are unified into query with preset: fast, detailed, or full. See MIGRATION.md.
Set PINECONE_DISABLE_SUGGEST_FLOW=true or pass --disable-suggest-flow. Prefer fixing the client flow in production.
There is a npm run benchmark script (benchmarks/latency.ts); published README claims remain qualitative until benchmark results are checked in.
Use document_id on rows. paper_number is a deprecated alias scheduled for removal in the next major release.
Use Node ≥ 20.12 — Vitest 4’s bundler and @vitest/coverage-v8 require newer node:util / inspector APIs.