pip install teicli
from tei import TEIClient client = TEIClient(host= port=) client.embed_sync("Hello world!") # [0.010536194, 0.05859375, 0.022262.... routine = client.embed_batch(["Hello world!", "Hello world!", "Hello world!"]) # [[0.010536194, 0.05859375, 0.022262....

Seonglae Cho