Merge pull request #58 from bexelbie/bexelbie-patch-1

Update rag.md
This commit is contained in:
Timothy Jaeryang Baek 2024-05-04 20:52:17 -07:00 committed by GitHub
commit 1040afe0fb
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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 [https://github.com/open-webui/open-webui/blob/2fa94956f4e500bf5c42263124c758d8613ee05e/backend/apps/rag/main.py#L328]
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].
## RAG Template Customisation