@WhiteFang_Jr I am using a basic query engine with llama v2 13b . It should be able to summarise as long as it has access to the right chunks. How can I make that happen?
basically I want fine control of how chunk retrieval works. I want to retrieve only those chunks which have a metadata {file_name : myFile.txt} . How can I achieve this?