Skip to content
This repository was archived by the owner on May 27, 2025. It is now read-only.

Commit 2cbf2c0

Browse files
authored
quickstart notebook build index fix (#28)
1 parent a3fa9d9 commit 2cbf2c0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

notebooks/Quickstart.ipynb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -259,7 +259,7 @@
259259
" \"storage_name\": storage_name,\n",
260260
" \"index_name\": index_name\n",
261261
" }\n",
262-
" return requests.post(url, json=request, headers=headers)"
262+
" return requests.post(url, params=request, headers=headers)"
263263
]
264264
},
265265
{

0 commit comments

Comments
 (0)