From 4121d4151fcc1fb0db8e363edb9059a88cdcb8fc Mon Sep 17 00:00:00 2001 From: Jacob Lee Date: Thu, 11 Jul 2024 13:10:48 -0700 Subject: [PATCH] docs[patch]: Fix typo (#24132) CC @efriis --- 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 cc8313ecce8..c1c97348519 100644 --- a/docs/docs/tutorials/rag.ipynb +++ b/docs/docs/tutorials/rag.ipynb @@ -107,7 +107,7 @@ "```\n", "## Preview\n", "\n", - "In this guide we’ll build a QA app over as website. The specific website we will use is the [LLM Powered Autonomous\n", + "In this guide we’ll build an app that answers questions about the content of a website. The specific website we will use is the [LLM Powered Autonomous\n", "Agents](https://lilianweng.github.io/posts/2023-06-23-agent/) blog post\n", "by Lilian Weng, which allows us to ask questions about the contents of\n", "the post.\n",