Hey guys, I have a question regarding document metadata - in all examples/tutorials metadata is presented as a list of simple {key}:{value} string pairs. But what about more complex cases, let's say:
- value is a list of strings
- value is a dict
- value is a list of dicts
Are there ways to represent such metadata in LlamaIndex Documents to make sure it is understood/handled properly by the embedder and LLM?