File size: 129 Bytes
0fda845
 
 
 
 
 
1
2
3
4
5
6
def build_context(top_chunks):
    return "\n\n".join(
        [chunk["text"][:500] for chunk in top_chunks]
    )