Define "data" of Semantic.embed data as list[str]|str
Pushed a lot of problems, it must be done because SentenceTransformer expects a str ou a list of str, but qdrant and django JSONField can handle maps and lists of list and much more stuff.
Maybe a json conversion can be added in these cases.