Upload texts with metadata (properties) to Marqo.
You can either have marqo generate ids for each document or you can provide your own by including a "_id" field in the metadata objects.
add_texts(
self,
texts: Iterable[str],
metadatas: Optional[List[dict]] = None,
**kwargs: Any = {}
) -> List[str]