Skip to content

Commit c442539

Browse files
committed
Reduce batch size
1 parent d6c4741 commit c442539

File tree

1 file changed

+1
-1
lines changed
  • deploy_ai_search_indexes/src/deploy_ai_search_indexes

1 file changed

+1
-1
lines changed

deploy_ai_search_indexes/src/deploy_ai_search_indexes/ai_search.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -296,7 +296,7 @@ def get_semantic_chunker_skill(
296296
batch_size = 2
297297
degree_of_parallelism = 2
298298
else:
299-
batch_size = 16
299+
batch_size = 8
300300
degree_of_parallelism = 16
301301

302302
semantic_text_chunker_skill_inputs = [

0 commit comments

Comments
 (0)