Skip to content

Commit 16e5a12

Browse files
authored
docs: fix grammar in retrievers.mdx ("be built" → "build") (#31537)
**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
1 parent 71b0f78 commit 16e5a12

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/docs/concepts/retrievers.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ Despite the flexibility of the retriever interface, a few common types of retrie
5757
### Search apis
5858

5959
It's important to note that retrievers don't need to actually *store* documents.
60-
For example, we can be built retrievers on top of search APIs that simply return search results!
60+
For example, we can build retrievers on top of search APIs that simply return search results!
6161
See our retriever integrations with [Amazon Kendra](/docs/integrations/retrievers/amazon_kendra_retriever/) or [Wikipedia Search](/docs/integrations/retrievers/wikipedia/).
6262

6363
### Relational or graph database

0 commit comments

Comments
 (0)