File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -120,7 +120,7 @@ def vector_search_distance_threshold(db):
120120
121121
122122def vector_search_large_query (db ):
123- # [START datastore_vector_search_large_query ]
123+ # [START datastore_vector_search_large_reqponse ]
124124 from google .cloud .datastore .vector import DistanceMeasure
125125 from google .cloud .datastore .vector import Vector
126126 from google .cloud .datastore .vector import FindNearest
@@ -146,5 +146,5 @@ def vector_search_large_query(db):
146146 full_map = {entity .key : entity for entity in full_results }
147147 for key in key_list :
148148 print (f"distance: { vector_map [key ]['vector_distance' ]} entity: { full_map [key ]} " )
149- # [END datastore_vector_search_large_query ]
149+ # [END datastore_vector_search_large_response ]
150150 return key_list , vector_results , full_results
You can’t perform that action at this time.
0 commit comments