Skip to content

Commit da2fa27

Browse files
committed
updated
1 parent 86b4d47 commit da2fa27

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

components/databricks/actions/create-vector-search-index/create-vector-search-index.mjs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ export default {
5555
type: "string[]",
5656
label: "Embedding Source Columns",
5757
description:
58-
"List of embedding source column configs. Each entry is a JSON object string like `{ \"embedding_model_endpoint_name\": \"e5-small-v2\", \"name\": \"text\" }`.",
58+
"List of embedding source column configs. Each entry is a JSON object string like `{ \"embedding_model_endpoint_name\": \"e5-small-v2\", \"name\": \"text\" }`.Provide when Databricks computes embeddings (DELTA_SYNC).",
5959
optional: true,
6060
},
6161
schemaJson: {

0 commit comments

Comments
 (0)