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