mirror of
https://github.com/open-webui/open-webui.git
synced 2026-05-21 09:01:47 -05:00
[GH-ISSUE #487] Add the support for search internet #66691
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 @ChingWeiChan on GitHub (Jan 16, 2024).
Original GitHub issue: https://github.com/open-webui/open-webui/issues/487
Is your feature request related to a problem? Please describe.
The information in local LLM is often old.
Describe the solution you'd like
I want to use search API to make the local LLM (ollama) can search the internet and use RAG.
Describe alternatives you've considered
I found SerpApi is supported by LangChain.
https://python.langchain.com/docs/integrations/providers/serpapi
Additional context
SerpApi is google search api and then can allows you to access Google search results.
@justinh-rahb commented on GitHub (Jan 16, 2024):
Related: #464
@tjbck commented on GitHub (Jan 16, 2024):
Let's continue our discussion here: #464