From d7f0cd20ac3d557842b9543dbbff69c36df71e4d Mon Sep 17 00:00:00 2001 From: Benjamin Date: Wed, 25 Dec 2024 21:00:08 +0100 Subject: [PATCH] Fix typo in Build a Retrieval Augmented Generation Part 1 section --- docs/docs/tutorials/rag.ipynb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/docs/tutorials/rag.ipynb b/docs/docs/tutorials/rag.ipynb index 37f8cebf1d2b0..2bae2aecd4edc 100644 --- a/docs/docs/tutorials/rag.ipynb +++ b/docs/docs/tutorials/rag.ipynb @@ -22,7 +22,7 @@ "complexity.\n", "\n", "If you're already familiar with basic retrieval, you might also be interested in\n", - "this [high-level overview of different retrieval techinques](/docs/concepts/retrieval).\n", + "this [high-level overview of different retrieval techniques](/docs/concepts/retrieval).\n", "\n", "**Note**: Here we focus on Q&A for unstructured data. If you are interested for RAG over structured data, check out our tutorial on doing [question/answering over SQL data](/docs/tutorials/sql_qa).\n", "\n",