From 0147f845f15c49d2917efde3d97a0c134f2c3e4f Mon Sep 17 00:00:00 2001 From: Justin Levi Winter Date: Wed, 17 May 2023 16:19:14 -0400 Subject: [PATCH] Update getting_started.ipynb (#4850) minor grammer issue --- docs/modules/indexes/getting_started.ipynb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/modules/indexes/getting_started.ipynb b/docs/modules/indexes/getting_started.ipynb index 0c6a9d593a..f837cf60f3 100644 --- a/docs/modules/indexes/getting_started.ipynb +++ b/docs/modules/indexes/getting_started.ipynb @@ -7,7 +7,7 @@ "source": [ "# Getting Started\n", "\n", - "LangChain primary focuses on constructing indexes with the goal of using them as a Retriever. In order to best understand what this means, it's worth highlighting what the base Retriever interface is. The `BaseRetriever` class in LangChain is as follows:" + "LangChain primarily focuses on constructing indexes with the goal of using them as a Retriever. In order to best understand what this means, it's worth highlighting what the base Retriever interface is. The `BaseRetriever` class in LangChain is as follows:" ] }, {