Skip to content

Commit

Permalink
Use correct display name for Vertex AI Matching Engine brute force in…
Browse files Browse the repository at this point in the history
…dex (#1189)

Co-authored-by: Andrew Ferlitsch <[email protected]>
  • Loading branch information
carlosafonso and andrewferlitsch authored Nov 4, 2022
1 parent 725b2fd commit fed7df1
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -758,7 +758,7 @@
"outputs": [],
"source": [
"tree_ah_index = aiplatform.MatchingEngineIndex.create_tree_ah_index(\n",
" display_name=DISPLAY_NAME,\n",
" display_name=DISPLAY_NAME_BRUTE_FORCE,\n",
" contents_delta_uri=EMBEDDINGS_INITIAL_URI,\n",
" dimensions=DIMENSIONS,\n",
" approximate_neighbors_count=150,\n",
Expand Down

0 comments on commit fed7df1

Please sign in to comment.