mirror of
https://github.com/danswer-ai/danswer.git
synced 2025-03-26 17:51:54 +01:00
Vespa Batch Size (#1368)
This commit is contained in:
parent
7044cae0e2
commit
8b4e55ca82
@ -90,7 +90,7 @@ DOCUMENT_ID_ENDPOINT = (
|
||||
)
|
||||
SEARCH_ENDPOINT = f"{VESPA_APP_CONTAINER_URL}/search/"
|
||||
|
||||
_BATCH_SIZE = 100 # Specific to Vespa
|
||||
_BATCH_SIZE = 128 # Specific to Vespa
|
||||
_NUM_THREADS = (
|
||||
16 # since Vespa doesn't allow batching of inserts / updates, we use threads
|
||||
)
|
||||
|
Loading…
x
Reference in New Issue
Block a user