diff --git a/docs/docs/multimodal-table/global-index.mdx b/docs/docs/multimodal-table/global-index.mdx index 747ccbaa9ad0..a7698f124a29 100644 --- a/docs/docs/multimodal-table/global-index.mdx +++ b/docs/docs/multimodal-table/global-index.mdx @@ -127,6 +127,38 @@ Supported vector index options: | `.hnsw.ef-construction` | `150` | HNSW construction search width for `ivf-hnsw-flat` and `ivf-hnsw-sq`. | | `.hnsw.max-level` | `7` | Maximum HNSW level for `ivf-hnsw-flat` and `ivf-hnsw-sq`. | +**Per-Field Options** + +The options above can also be set at the table level (in `TBLPROPERTIES`), where they are shared +by every vector column of the same index type. When a table has multiple vector columns, you can +scope an option to a single column with `fields..