hi everyone!, I'm using llamaindex (great library an community by the way congrats!) to build a RAG application for question answering legal text (chilean laws in particular). Laws have a specific structure like: title, paragraph and articles. I would like to add that structure as metadata to the chunk nodes, does anyone faced a similar problem who can give a little guidance?. Thanks in advance
now I'm facing a new challenge. Each law is made up of different articles, where one or many of these belongs to a title. In these case (articles), I also need some metadata. So my question is, should I also consider articles as documents or should I treat them as a Nodes?