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.
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 @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