[1.7.1] - 2026-09-09
Fixed
- Fuzzy and regex search were wrongly listed as unsupported. Both work in
full-text search, undertype: "query_string"only: fuzzy asterm~N(edit
distance 0-2; a bare~picks a distance from term length) and regex as
field:/pattern/, matched against analyzed tokens rather than raw field text.
Undertype: "text"the~and/.../characters are treated as literals.
Both operators are now in the query-syntax table in the querying reference. - Bulk import from object storage was wrongly listed as unsupported. Pinecone
supports it for document-shaped indexes using JSON Lines files. This skill does
not implement it; the skill now says so and points atdocuments.upsert/
documents.batch_upsertfor ingestion here.
The two remaining platform limitations are unchanged and still accurate: indexes
holding a full_text_search field cannot be created in CMEK-enabled projects,
and backup and restore are not yet supported.