This pull request updates the toString() method in the Embedding class.

The change replaces the usage of size() with isEmpty() when checking the embedding collection, making the code more concise and semantically accurate.

Comment From: markpollack

Thanks @Seol-JY !