mirror of
https://github.com/open-webui/open-webui.git
synced 2026-03-16 12:02:07 -05:00
enh: better RAG/Web Search #3867
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 @tjbck on GitHub (Feb 16, 2025).
Originally assigned to: @tjbck on GitHub.
#1293
#6959
@yossifibrahem commented on GitHub (Feb 17, 2025):
I suggest using crawl4ai for web scraping, I think the web search poor results is because the poor web scraping.
this crawl4ai scrape the whole website that beautiful soup can't scrape.
@JuanGdelaCruz commented on GitHub (Feb 17, 2025):
RAG + Web Search is super slow in small instances. The option to disable RAG on web search would be very helpful in my use case, ie frontend for api usage,
@tjbck commented on GitHub (Feb 18, 2025):
Related: #9999
@jeese0807 commented on GitHub (Feb 18, 2025):
Support for adding external interfaces