Update docker-compose.yaml
Co-authored-by: cubic-dev-ai[bot] <191113872+cubic-dev-ai[bot]@users.noreply.github.com>
This commit is contained in:
parent
b847e047cd
commit
86c72014fb
1 changed files with 1 additions and 1 deletions
|
|
@ -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=""
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue