[ "id": "xxxx", "title": "some title", "text": "Main text for embeddings" "some_other_key": "some_other_value" "other_key_2": "other_value_2" ]
Document()
out of this dictionary where the text should be the key text
and the metadata is all other keys from the dictionary except text
. Is there a smart way to do this, or do I just have to loop all the keys of the record?id_
in the params, can we do that for as many keys as we want, or id_ is something particular?