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