From bebe1dc80c5a0fa3f87f3631b4f6a9685426defe Mon Sep 17 00:00:00 2001
From: theanupllm <153104287+theanupllm@users.noreply.github.com>
Date: Mon, 15 Apr 2024 19:40:41 +0530
Subject: [PATCH] Updated pinecone-and-scaling 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 1dbce61f..8b11c661 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 and `\"namespace\"` is the default namespace 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 we are passing `\"namespace\"` as namespace name for the pinecone object."
    ]
   },
   {
-- 
GitLab