make it possible to configure multiple engines

This commit is contained in:
HadiCherkaoui
2025-02-28 15:50:59 +01:00
parent 89a6e7fbb1
commit aba702c51b
5 changed files with 28 additions and 9 deletions

View File

@ -2,7 +2,12 @@
PORT = 3001 # Port to run the server on
SIMILARITY_MEASURE = "cosine" # "cosine" or "dot"
KEEP_ALIVE = "5m" # How long to keep Ollama models loaded into memory. (Instead of using -1 use "-1m")
SEARCH_ENGINE_BACKEND = "searxng" # "google" | "searxng" | "bing" | "brave" | "yacy"
[SEARCH_ENGINE_BACKENDS] # "google" | "searxng" | "bing" | "brave" | "yacy"
SEARCH = "searxng"
IMAGE = "searxng"
VIDEO = "searxng"
NEWS = "searxng"
[KEYCLOAK]
URL = ""