Skip to content

Commit 783a553

Browse files
authored
Updated logout error (#411)
1 parent 184e40b commit 783a553

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

supporting-blog-content/unifying-elastic-vector-database-and-llms-for-intelligent-query/Unifying_Elastic_Vector_Database_and_LLMs_for_Intelligent_Query.ipynb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -744,7 +744,7 @@
744744
" print(\"Error: 'query' is required for Elasticsearch queries.\")\n",
745745
" return None\n",
746746
"\n",
747-
" print(\"Function Arguments for extract_hotel_search_parameters:\")\n",
747+
" print(\"Function Arguments for query_elasticsearch:\")\n",
748748
" print(function_args)\n",
749749
"\n",
750750
" # Update parameters directly\n",
@@ -1073,7 +1073,7 @@
10731073
" Arguments: {\"query\":\"recently renovated accommodations 250m from Belongil Beach with at least 4 stars and with a pool and gym\",\"latitude\":-28.6337328,\"longitude\":153.6003455,\"distance\":\"250m\",\"rating\":4,\"attraction\":\"recently renovated, pool, gym\"}\n",
10741074
"\n",
10751075
"--------------------------------------------------\n",
1076-
"Function Arguments for extract_hotel_search_parameters:\n",
1076+
"Function Arguments for query_elasticsearch:\n",
10771077
"{'query': 'recently renovated accommodations 250m from Belongil Beach with at least 4 stars and with a pool and gym', 'latitude': -28.6337328, 'longitude': 153.6003455, 'distance': '250m', 'rating': 4, 'attraction': 'recently renovated, pool, gym'}\n",
10781078
"Parameters for Elasticsearch:\n",
10791079
"{'query': 'recently renovated accommodations 250m from Belongil Beach with at least 4 stars and with a pool and gym', 'latitude': -28.6337328, 'longitude': 153.6003455, 'distance': '250m', 'rating': 4, 'attraction': 'recently renovated, pool, gym'}\n",

0 commit comments

Comments
 (0)