Running Workflows from Python thread (RuntimeError: There is no current event loop in thread)

Is there any way to reproduce this, its a nightmare to debug this:

RuntimeError: There is no current event loop in thread 'MainThread'.

There is no other log or anything, I’ve tried to use vLLM alone and it deploy correctly with the model sentence-transformers/all-MiniLM-L6-v2 like the example for the embeddings but it doesn’t work either when running the example :frowning: