Skip to content

Instantly share code, notes, and snippets.

@SaschaHeyer
Last active February 8, 2023 09:42
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save SaschaHeyer/2ab43e513d6d4ebeb3d6ff93a9082d21 to your computer and use it in GitHub Desktop.
Save SaschaHeyer/2ab43e513d6d4ebeb3d6ff93a9082d21 to your computer and use it in GitHub Desktop.
Vertex AI Matching Engine Query
response = index_endpoint.match(
deployed_index_id="similar_text_deployed",
queries=[embedding[0]],
num_neighbors=5
)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment