diff --git a/docker-compose.yaml b/docker-compose.yaml index f0db726..9c456e2 100644 --- a/docker-compose.yaml +++ b/docker-compose.yaml @@ -16,7 +16,7 @@ services: dockerfile: app.dockerfile environment: - SEARXNG_API_URL=http://searxng:8080 - - GENERAL_SIMILARITY_MEASURE="cosine" # "cosine" or "dot" + - GENERAL_SIMILARITY_MEASURE=cosine # "cosine" or "dot" - GENERAL_KEEP_ALIVE="5m" # How long to keep Ollama models loaded into memory. (Instead of using -1 use "-1m") - MODELS_OPENAI_API_KEY="" - MODELS_GROQ_API_KEY=""