quickstart notebook build index fix (#28)

This commit is contained in:
Ayush 2024-06-28 00:21:53 +05:30 committed by GitHub
parent a3fa9d9120
commit 2cbf2c083e
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -259,7 +259,7 @@
" \"storage_name\": storage_name,\n", " \"storage_name\": storage_name,\n",
" \"index_name\": index_name\n", " \"index_name\": index_name\n",
" }\n", " }\n",
" return requests.post(url, json=request, headers=headers)" " return requests.post(url, params=request, headers=headers)"
] ]
}, },
{ {