From 755b7cd1e752a38f9ffcb007fc41789d482bac48 Mon Sep 17 00:00:00 2001 From: Jatinderjit Singh Date: Mon, 6 May 2024 23:05:57 +0530 Subject: [PATCH] Fix link to `get_loader` function --- 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..2217393 100644 --- a/docs/tutorial/rag.md +++ b/docs/tutorial/rag.md @@ -19,7 +19,7 @@ Remote sources acheived with `#` followed by the target URL. Open WebUI fetches ## Document parsing -Local and remote documents have content extract with a variety of parsers. For more, see the (get_loader function code)[https://github.com/open-webui/open-webui/blob/2fa94956f4e500bf5c42263124c758d8613ee05e/backend/apps/rag/main.py#L328]. +A variety of parsers extract content from local and remote documents. For more, see the [`get_loader`](https://github.com/open-webui/open-webui/blob/2fa94956f4e500bf5c42263124c758d8613ee05e/backend/apps/rag/main.py#L328) function. ## RAG Template Customisation