From a5d565b022966db161e1cbe742fb142b9032c5fa Mon Sep 17 00:00:00 2001 From: ysonconcepcion <52842991+shiyayonn@users.noreply.github.com> Date: Tue, 7 May 2024 00:13:33 +0800 Subject: [PATCH] fix: typo on rag.md fixed typo on the "Sourcing from the Web" section of rag.md --- docs/tutorial/rag.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/tutorial/rag.md b/docs/tutorial/rag.md index 7d27825..62f9023 100644 --- a/docs/tutorial/rag.md +++ b/docs/tutorial/rag.md @@ -13,7 +13,7 @@ Local documents must first be uploaded via the Documents section. ### Sourcing from the Web -Remote sources acheived with `#` followed by the target URL. Open WebUI fetches and parses the URL. +Remote sources are achieved with `#` followed by the target URL. Open WebUI fetches and parses the URL. > **Tip:** Webpages often include extraneous information such as navigation and footer. Link to a raw or reader-friendly version of the page for better results.