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.
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.
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.