Skip to main content

embedding_batch_size

Function embedding_batch_size 

Source
pub fn embedding_batch_size(default: usize) -> usize
Expand description

Embedding batch size, from XDG embedding.batch_size.

Clamped to at least 1 so a 0 in the config cannot produce an empty batch loop that never makes progress.