Skip to content

Commit e3f1ce0

Browse files
docs: fix retriever typos (#31733)
1 parent 5d734ac commit e3f1ce0

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

docs/docs/concepts/retrievers.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -68,8 +68,8 @@ For example, you can build a retriever for a SQL database using text-to-SQL conv
6868

6969
:::info[Further reading]
7070

71-
* See our [tutorial](/docs/tutorials/sql_qa/) for context on how to build a retreiver using a SQL database and text-to-SQL.
72-
* See our [tutorial](/docs/tutorials/graph/) for context on how to build a retreiver using a graph database and text-to-Cypher.
71+
* See our [tutorial](/docs/tutorials/sql_qa/) for context on how to build a retriever using a SQL database and text-to-SQL.
72+
* See our [tutorial](/docs/tutorials/graph/) for context on how to build a retriever using a graph database and text-to-Cypher.
7373

7474
:::
7575

docs/docs/integrations/tools/vectara.ipynb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -238,7 +238,7 @@
238238
"id": "b651396a-5726-4d49-bacf-c9d7a5ddcf7a",
239239
"metadata": {},
240240
"source": [
241-
"## Vectara as a langchain retreiver\n",
241+
"## Vectara as a langchain retriever\n",
242242
"\n",
243243
"The `VectaraSearch` tool can be used just as a retriever. \n",
244244
"\n",

docs/docs/integrations/vectorstores/vectara.ipynb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -274,7 +274,7 @@
274274
"id": "b651396a-5726-4d49-bacf-c9d7a5ddcf7a",
275275
"metadata": {},
276276
"source": [
277-
"## Vectara as a langchain retreiver\n",
277+
"## Vectara as a langchain retriever\n",
278278
"\n",
279279
"The Vectara component can also be used just as a retriever. \n",
280280
"\n",

0 commit comments

Comments
 (0)