HKUDS / LightRAG

"LightRAG: Simple and Fast Retrieval-Augmented Generation"
https://arxiv.org/abs/2410.05779
MIT License
9.63k stars 1.19k forks source link

Regarding the evaluation indicators section. #216

Closed Idol-Dou2021 closed 2 weeks ago

Idol-Dou2021 commented 2 weeks ago

Regarding the evaluation indicators section, how can I evaluate the relevant indicators without calling the batch_ eval. py in OpenAI? Is there any other way? Or other calling methods?

LarFii commented 2 weeks ago

You only need to provide the evaluation questions generated in batch_eval.py to the LLM separately.