Skip to content

Commit

Permalink
quickstart notebook build index fix (Azure-Samples#28)
Browse files Browse the repository at this point in the history
  • Loading branch information
Ayush-py authored Jun 27, 2024
1 parent a3fa9d9 commit 2cbf2c0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion notebooks/Quickstart.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -259,7 +259,7 @@
" \"storage_name\": storage_name,\n",
" \"index_name\": index_name\n",
" }\n",
" return requests.post(url, json=request, headers=headers)"
" return requests.post(url, params=request, headers=headers)"
]
},
{
Expand Down

0 comments on commit 2cbf2c0

Please sign in to comment.