Get TurboQuant index metadata
get_turboquant_index_metadataFetch the tq_index_metadata payload for a single turboquant index, returning fields like algorithm_version, quantizer_family, and maintenance status.
Instructions
Fetch the tq_index_metadata payload for a single turboquant index (schema.index). Documented fields are surfaced as typed attributes; the full upstream payload is preserved in raw_metadata so advisors can reach unanticipated fields. Raises when the extension is not installed or no turboquant index by that name exists. Returns an object with schema, index, algorithm_version, quantizer_family, residual_sketch_kind, fast_path_eligible, capability_flags, delta_state, maintenance_recommended, and raw_metadata (full upstream payload).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| index | Yes | ||
| schema | Yes | ||
| database | No | Optional: target a configured secondary (read-only) database by name; omit for the primary. Call list_databases to see the configured ids. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| index | Yes | ||
| table | Yes | ||
| column | Yes | ||
| schema | Yes | ||
| opclass | No | ||
| input_type | No | ||
| operability | Yes | ||
| capabilities | Yes | ||
| raw_metadata | Yes | ||
| access_method | No | ||
| delta_enabled | No | ||
| heap_relation | No | ||
| index_options | Yes | ||
| delta_head_block | No | ||
| delta_live_count | No | ||
| delta_page_depth | No | ||
| delta_tail_block | No | ||
| delta_live_fraction | No | ||
| delta_batch_page_count | No | ||
| delta_merge_thresholds | Yes | ||
| delta_merge_recommended | No | ||
| heap_live_rows_estimate | No |