Skip to content

Commit

Permalink
adjust template parameters to latest updates
Browse files Browse the repository at this point in the history
  • Loading branch information
ron-gal committed Feb 7, 2024
1 parent 9a18f9a commit ded8fb7
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions samples/vertex-vector-search/tests/system/workflow-input.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,14 +12,14 @@
"bigtable": {
"instance_id": "{{instance_id}}",
"table_name": "{{table_name}}",
"id_column": "row_key",
"id_column": "_key",
"embedding_column": "cf:embeddings",
"crowding_tag_column": "cf:crowding_tag",
"allow_restricts_mappings": "cf:allow;allow",
"deny_restricts_mappings": "cf:deny;deny",
"int_numeric_restricts_mappings": "cf:int;int",
"float_numeric_restricts_mappings": "cf:float;float",
"double_numeric_restricts_mappings": "cf:double;double"
"allow_restricts_mappings": "cf:allow->allow",
"deny_restricts_mappings": "cf:deny->deny",
"int_numeric_restricts_mappings": "cf:int->int",
"float_numeric_restricts_mappings": "cf:float->float",
"double_numeric_restricts_mappings": "cf:double->double"
},
"vertex": {
"vector_search_index_id": "{{vector_search_index_id}}"
Expand Down

0 comments on commit ded8fb7

Please sign in to comment.