You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[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
Copy file name to clipboardExpand all lines: docs/resources/vector_search_index.md
+1Lines changed: 1 addition & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -38,6 +38,7 @@ The following arguments are supported (change of any parameter leads to recreati
38
38
*`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.
39
39
*`delta_sync_index_spec` - (object) Specification for Delta Sync Index. Required if `index_type` is `DELTA_SYNC`.
40
40
*`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.
41
42
*`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:
42
43
* `name` - The name of the column
43
44
* `embedding_model_endpoint_name` - The name of the embedding model endpoint
0 commit comments