Unable to prepare type ndarray for serialization

Figured it out - simply need to turn the model encoding into a list:

vector = model.encode(paragraph_of_text).tolist()

Not sure why the docs don’t mention that. :slight_smile: