feat(opensearch): Add BASE_URL config to support reverse proxy deployments
This commit is contained in:
parent
d839769d7e
commit
85605fe166
5 changed files with 81 additions and 7 deletions
|
|
@ -1,6 +1,7 @@
|
|||
[GENERAL]
|
||||
SIMILARITY_MEASURE = "cosine" # "cosine" or "dot"
|
||||
KEEP_ALIVE = "5m" # How long to keep Ollama models loaded into memory. (Instead of using -1 use "-1m")
|
||||
BASE_URL = "" # Optional. When set, overrides detected URL for OpenSearch and other public URLs
|
||||
|
||||
[MODELS.OPENAI]
|
||||
API_KEY = ""
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue