From 17436c35275f6271926831a5956e6902afedd118 Mon Sep 17 00:00:00 2001 From: theanupllm <theanupdas@protonmail.com> Date: Mon, 15 Apr 2024 02:55:33 +0530 Subject: [PATCH] adding notebook --- docs/examples/pinecone-and-scaling.ipynb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/examples/pinecone-and-scaling.ipynb b/docs/examples/pinecone-and-scaling.ipynb index d62be5b6..1dbce61f 100644 --- a/docs/examples/pinecone-and-scaling.ipynb +++ b/docs/examples/pinecone-and-scaling.ipynb @@ -292,7 +292,7 @@ "cell_type": "markdown", "metadata": {}, "source": [ - "Let's load our index first. As mentioned, `\"index\"` is the default index name, so we don't need to specify this parameter — but we do so below for demonstrative purposes." + "Let's load our index first. As mentioned, `\"index\"` is the default index name and `\"namespace\"` is the default namespace name, so we don't need to specify this parameter — but we do so below for demonstrative purposes." ] }, { -- GitLab