Skip to content

Commit 375539a

Browse files
authored
[Doc] Update databricks_vector_search_index docs to match latest SDK (#4008)
## Changes <!-- Summary of your changes that are easy to understand --> Should be merged after #4007 ## Tests <!-- How is this tested? Please see the checklist below and also describe any other relevant 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
1 parent 620bb27 commit 375539a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

docs/resources/vector_search_index.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,7 @@ The following arguments are supported (change of any parameter leads to recreati
3838
* `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.
3939
* `delta_sync_index_spec` - (object) Specification for Delta Sync Index. Required if `index_type` is `DELTA_SYNC`.
4040
* `source_table` (required) The name of the source table.
41+
* `columns_to_sync` - (optional) list of columns to sync. If not specified, all columns are syncronized.
4142
* `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:
4243
* `name` - The name of the column
4344
* `embedding_model_endpoint_name` - The name of the embedding model endpoint

0 commit comments

Comments
 (0)