pub fn count_tiktoken_batch( encoding: &str, values: &[String], ) -> Result<Vec<usize>, CoreError>
Count an OpenAI-compatible encoding in parallel without entering Python.