mirror of
https://github.com/danswer-ai/danswer.git
synced 2025-10-09 20:55:06 +02:00
Add environment variable for setting vespa search threads (#2400)
This commit is contained in:
@@ -138,6 +138,7 @@ services:
|
||||
- INDEXING_ONLY=True
|
||||
- LOG_LEVEL=${LOG_LEVEL:-debug}
|
||||
- index_model_cache_huggingface:/root/.cache/huggingface/
|
||||
- VESPA_SEARCHER_THREADS=${VESPA_SEARCHER_THREADS:-1}
|
||||
logging:
|
||||
driver: json-file
|
||||
options:
|
||||
|
Reference in New Issue
Block a user