[GH-ISSUE #487] Add the support for search internet #82827

Closed
opened 2026-05-15 07:39:17 -05:00 by GiteaMirror · 2 comments
Owner

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.

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.
Author
Owner

@justinh-rahb commented on GitHub (Jan 16, 2024):

Related: #464

<!-- gh-comment-id:1892964161 --> @justinh-rahb commented on GitHub (Jan 16, 2024): Related: #464
Author
Owner

@tjbck commented on GitHub (Jan 16, 2024):

Let's continue our discussion here: #464

<!-- gh-comment-id:1893031312 --> @tjbck commented on GitHub (Jan 16, 2024): Let's continue our discussion here: #464
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github-starred/open-webui#82827