ESGToolKit / analysis.py
GirishaBuilds01's picture
Update analysis.py
e7b2df2 verified
raw
history blame contribute delete
105 Bytes
from hyperrag import hyperrag
def answer(query):
ctx = hyperrag(query)
return "\n\n".join(ctx)