You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi,
awesome app, KISS simplicity is always a great value!
I would like to suggest a couple of features I found handy in other (not KISS) similar apps.
SearXNG, to free from propriatry systems and billing.
Multiple Ollama inference params: it would be handy to use differend models, different endpoints, different parameters as the context size.
I use Phi-4 locally, but it would be nice to change to Llama*, Qwen2.5*, or others by simply select from a drop-down list.
Thank you much for this tool!
Cheers from Italy,
Piero
The text was updated successfully, but these errors were encountered:
PieBru
changed the title
[FEATURE] SearXNG and multiple ollama inference inference params
[FEATURE] SearXNG and multiple ollama inference params
Feb 20, 2025
SearXNG is just a search service. If we integrate it, we would need to pair it with another service capable of crawling web content (such as Jina, or other self-hosted solutions). I'm afraid that I don't have much time to implement this currently. I recommend checking out this project based on Firecrawl: https://github.com/loorisr/firecrawl-searxng
the dropdown simply shows the list of models returned by Ollama. If you have downloaded other models, they should automatically appear in the dropdown.
=== /search API ===
By default, the /search API will use Google search.
You can specify a SearXNG server with the JSON format enabled, if you'd like to use that instead of direct Google.
You can also customize the engines and categories parameters, but the defaults should also work just fine.
SEARXNG_ENDPOINT=http://your.searxng.server
SEARXNG_ENGINES=
SEARXNG_CATEGORIES=
Hi,
awesome app, KISS simplicity is always a great value!
I would like to suggest a couple of features I found handy in other (not KISS) similar apps.
I use Phi-4 locally, but it would be nice to change to Llama*, Qwen2.5*, or others by simply select from a drop-down list.
Thank you much for this tool!
Cheers from Italy,
Piero
The text was updated successfully, but these errors were encountered: