[GH-ISSUE #7190] Is there any way to scrape a URL without using RAG? #14649

Closed
opened 2026-04-19 20:57:33 -05:00 by GiteaMirror · 0 comments
Owner

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:

# https://qdrant.tech/documentation/fastembed/fastembed-colbert/
what can you tell me about this

> Model says it's related to movie recommendations. 

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.

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: ``` # https://qdrant.tech/documentation/fastembed/fastembed-colbert/ what can you tell me about this > Model says it's related to movie recommendations. ``` **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.
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github-starred/open-webui#14649