make it possible to configure multiple engines
This commit is contained in:
parent
89a6e7fbb1
commit
aba702c51b
5 changed files with 28 additions and 9 deletions
|
|
@ -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 = ""
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue