Hello!
You could:
- have a second class
documents
which references all chunks that belong to a given document - add another property
document
to your Chunk-class, which (for example) contains the ID of the document the chunk belongs to (make sure that you don’t include that field in your vectorization). When you want to get the chunks belonging to a document simply use a GET+ filter for that ID