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. ![]()
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. ![]()