- Added a `create_embeddings` function to the Jina client to
generate embeddings for given input texts.
- Improved the `create_embeddings` function input parameters
for better flexibility and error handling.
- Updated `TextEmbeddingInput` struct to handle optional
parameters for embedding type, truncation type, and late
chunking. This improves the flexibility of the embedding
generation process.