Last active
February 8, 2023 09:42
-
-
Save SaschaHeyer/2ab43e513d6d4ebeb3d6ff93a9082d21 to your computer and use it in GitHub Desktop.
Vertex AI Matching Engine Query
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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