From 16e5a128068a457ad1ecda97bb28982ad9a0e7e6 Mon Sep 17 00:00:00 2001 From: Zameel Hassan <43750093+zameel7@users.noreply.github.com> Date: Tue, 10 Jun 2025 01:59:14 +0530 Subject: [PATCH] =?UTF-8?q?docs:=20fix=20grammar=20in=20retrievers.mdx=20(?= =?UTF-8?q?"be=20built"=20=E2=86=92=20"build")=20(#31537)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit **Description:** Fixed a small grammatical error in the `retrievers.mdx` documentation. Replaced "we can be built retrievers on top of search APIs..." with "we can build retrievers on top of search APIs..." for clarity and correctness. **Issue:** N/A **Dependencies:** None **Twitter handle:** @hassan_zameel --- docs/docs/concepts/retrievers.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/docs/concepts/retrievers.mdx b/docs/docs/concepts/retrievers.mdx index 1305fb80406..d0b6ba848c9 100644 --- a/docs/docs/concepts/retrievers.mdx +++ b/docs/docs/concepts/retrievers.mdx @@ -57,7 +57,7 @@ Despite the flexibility of the retriever interface, a few common types of retrie ### Search apis It's important to note that retrievers don't need to actually *store* documents. -For example, we can be built retrievers on top of search APIs that simply return search results! +For example, we can build retrievers on top of search APIs that simply return search results! See our retriever integrations with [Amazon Kendra](/docs/integrations/retrievers/amazon_kendra_retriever/) or [Wikipedia Search](/docs/integrations/retrievers/wikipedia/). ### Relational or graph database