Skip to content

Commit

Permalink
temporary vespa bump for tests
Browse files Browse the repository at this point in the history
  • Loading branch information
pablonyx committed Dec 16, 2024
1 parent eefa872 commit d0483dd
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion backend/onyx/document_index/vespa/app_config/services.xml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
<resource-limits>
<!-- Default is 75% but this can be increased for Dockerized deployments -->
<!-- https://docs.vespa.ai/en/operations/feed-block.html -->
<disk>0.75</disk>
<disk>0.85</disk>
</resource-limits>
</tuning>
<engine>
Expand Down
2 changes: 1 addition & 1 deletion backend/onyx/seeding/load_docs.py
Original file line number Diff line number Diff line change
Expand Up @@ -217,7 +217,7 @@ def seed_initial_documents(
# as we just sent over the Vespa schema and there is a slight delay

index_with_retries = retry_builder()(document_index.index)
index_with_retries(chunks=chunks, fresh_index=True)
index_with_retries(chunks=chunks, fresh_index=cohere_enabled)

# Mock a run for the UI even though it did not actually call out to anything
mock_successful_index_attempt(
Expand Down

0 comments on commit d0483dd

Please sign in to comment.