Prerequisites
Feature Description
Add two new built in tools for llama-server:
- Web Search - Find web pages
- Web Retrieval - Get there content
Motivation
llama-server has become my goto ui for using local llms. It does not have web search or the ability to retrive web pages which limits there ability to have up to date knowledge.
The current solution is to use an mcp server to add that ability, which is a bit fiddly to get setup.
The objective is to have easy seemless access to the web for your localllm.
Note: I have searched issues and discussions and found any in-depth discussions about this.
Possible Implementation
I have created a proof of concept of this capability which adds web search following the same patterns searxng uses with multiple engines supported and a web page retrival tool.
The question is - is this wanted in the llama-server?
If so I will work on getting the solution to a high quality and make a PR.
Prerequisites
Feature Description
Add two new built in tools for llama-server:
Motivation
llama-server has become my goto ui for using local llms. It does not have web search or the ability to retrive web pages which limits there ability to have up to date knowledge.
The current solution is to use an mcp server to add that ability, which is a bit fiddly to get setup.
The objective is to have easy seemless access to the web for your localllm.
Note: I have searched issues and discussions and found any in-depth discussions about this.
Possible Implementation
I have created a proof of concept of this capability which adds web search following the same patterns searxng uses with multiple engines supported and a web page retrival tool.
The question is - is this wanted in the llama-server?
If so I will work on getting the solution to a high quality and make a PR.