Skip to content

Commit

Permalink
[Doc] Update databricks_vector_search_index docs to match latest SDK (
Browse files Browse the repository at this point in the history
#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
  • Loading branch information
alexott authored Sep 11, 2024
1 parent 620bb27 commit 375539a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions docs/resources/vector_search_index.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 375539a

Please sign in to comment.