When OpenAiEmbeddingService` is called with a List`` each string is embedded separately, regardless its length. Notice that, when embedding a single big text that is chunked, as many chunks as possible are embedded with a single call.
Optimize the service to always optimize calls.