From 375539af974e76224fd6da8a719218a8b95f7605 Mon Sep 17 00:00:00 2001 From: Alex Ott Date: Wed, 11 Sep 2024 12:51:47 +0200 Subject: [PATCH] [Doc] Update `databricks_vector_search_index` docs to match latest SDK (#4008) ## Changes Should be merged after #4007 ## Tests - [ ] `make test` run locally - [x] relevant change in `docs/` folder - [ ] covered with integration tests in `internal/acceptance` - [ ] relevant acceptance tests are passing - [ ] using Go SDK --- docs/resources/vector_search_index.md | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/resources/vector_search_index.md b/docs/resources/vector_search_index.md index abf17447fb..0de0ac2c1f 100644 --- a/docs/resources/vector_search_index.md +++ b/docs/resources/vector_search_index.md @@ -38,6 +38,7 @@ The following arguments are supported (change of any parameter leads to recreati * `DIRECT_ACCESS`: An index that supports the direct read and write of vectors and metadata through our REST and SDK APIs. With this model, the user manages index updates. * `delta_sync_index_spec` - (object) Specification for Delta Sync Index. Required if `index_type` is `DELTA_SYNC`. * `source_table` (required) The name of the source table. + * `columns_to_sync` - (optional) list of columns to sync. If not specified, all columns are syncronized. * `embedding_source_columns` - (required if `embedding_vector_columns` isn't provided) array of objects representing columns that contain the embedding source. Each entry consists of: * `name` - The name of the column * `embedding_model_endpoint_name` - The name of the embedding model endpoint