Spaces:
Running
on
T4
Running
on
T4
ubi integration
Browse files
semantic_search/all_search_execute.py
CHANGED
@@ -533,7 +533,7 @@ def handler(input_,session_id):
|
|
533 |
print("Query sent to Lambda")
|
534 |
else:
|
535 |
print("Lambda did not accept the request")
|
536 |
-
print(arr)
|
537 |
########### end of ubi lambda call for query logging ###########
|
538 |
|
539 |
return arr[0:k_]
|
|
|
533 |
print("Query sent to Lambda")
|
534 |
else:
|
535 |
print("Lambda did not accept the request")
|
536 |
+
#print(arr)
|
537 |
########### end of ubi lambda call for query logging ###########
|
538 |
|
539 |
return arr[0:k_]
|