From 2cbf2c083edca44186fbdc61e0f1f0a4638ba1ee Mon Sep 17 00:00:00 2001 From: Ayush Date: Fri, 28 Jun 2024 00:21:53 +0530 Subject: [PATCH] quickstart notebook build index fix (#28) --- notebooks/Quickstart.ipynb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/notebooks/Quickstart.ipynb b/notebooks/Quickstart.ipynb index 3463808..55e6739 100644 --- a/notebooks/Quickstart.ipynb +++ b/notebooks/Quickstart.ipynb @@ -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)" ] }, {