in src/retrieval_service/models/models.py [0:0]
def validate(cls, v): if type(v) == str: v = ast.literal_eval(v) v = [float(f) for f in v] return v