from hyperrag import hyperrag def answer(query): ctx = hyperrag(query) return "\n\n".join(ctx)