Embeddings - How to send multiple texts for embedding in a single call?

How to send multiple texts for embedding in a single call?
The documentation doesn’t explain this, I don’t know if it’s possible.

I believe you are asking about what the documentation calls Batch Embedding. This cookbook shows how to do it: Google Colab

Hope that helps!

2 Likes

Perfect, thank you very much. I looked a lot and couldn’t find it