From 943c2ab52f7d6a13f3cd6db9eb065c69fcf9f1c8 Mon Sep 17 00:00:00 2001
From: Sad Mathematician <134358999+sad-mathematician@users.noreply.github.com>
Date: Tue, 26 Dec 2023 22:18:53 +0530
Subject: [PATCH] Fixed typo in ChromaIndexDemo.ipynb (#9700)

---
 docs/examples/vector_stores/ChromaIndexDemo.ipynb | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/docs/examples/vector_stores/ChromaIndexDemo.ipynb b/docs/examples/vector_stores/ChromaIndexDemo.ipynb
index 9467baa1d4..eee690d3cc 100644
--- a/docs/examples/vector_stores/ChromaIndexDemo.ipynb
+++ b/docs/examples/vector_stores/ChromaIndexDemo.ipynb
@@ -65,7 +65,7 @@
    "source": [
     "## Basic Example\n",
     "\n",
-    "In this basic example, we take the a Paul Graham essay, split it into chunks, embed it using an open-source embedding model, load it into Chroma, and then query it."
+    "In this basic example, we take the Paul Graham essay, split it into chunks, embed it using an open-source embedding model, load it into Chroma, and then query it."
    ]
   },
   {
-- 
GitLab