mirror of
https://github.com/open-webui/open-webui.git
synced 2026-05-07 03:18:23 -05:00
[GH-ISSUE #7190] Is there any way to scrape a URL without using RAG? #14649
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @mark-os on GitHub (Nov 21, 2024).
Original GitHub issue: https://github.com/open-webui/open-webui/issues/7190
Feature Request
When I type # and the URL, it scrapes the URL and then performs a RAG search on it. For instance:
Describe the solution you'd like
I would like to scrape the entire page and talk about it with the model.
Describe alternatives you've considered
Copy pasting the page?
Let me know if I missed a better way to do this. Thanks.