Change8

v8.1.0

📦 pinecone-clientView on GitHub →
2 features🔧 10 symbols

Summary

This release introduces configuration options for BYOC index read capacity and adds advanced query parameters (`scan_factor`, `max_candidates`) for improved recall on dedicated node indexes.

Migration Steps

  1. When creating BYOC indexes, users can now optionally provide `read_capacity` and `schema` arguments to `ByocSpec`.

✨ New Features

  • Added support for configuring index `read_capacity` when creating BYOC indexes via `ByocSpec`.
  • Added support for `scan_factor` and `max_candidates` parameters in `Index.query()` and `Index.query_namespaces()` for dedicated read node (DRN) dense indexes.

Affected Symbols