HKUDS / LightRAG

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

example中的batch_eval.py只会返回请求体,不返回结果 #153

Closed WinstonCHEN1 closed 4 weeks ago

WinstonCHEN1 commented 4 weeks ago
image

如图,设置好openai的key之后,jsonl文件中只会返回请求体。 已设置result和query的路径,生成文件如图,应该是正常的:

image image

batch_eval.py文件除了设置key还需要设置什么吗?还是说程序有问题?

LarFii commented 4 weeks ago

结果会存在 https://platform.openai.com/batches 上面,可以参考openai的batch eval文档

WinstonCHEN1 commented 4 weeks ago

结果会存在 https://platform.openai.com/batches 上面,可以参考openai的batch eval文档

感谢 已解决

WinstonCHEN1 commented 4 weeks ago

结果会存在 https://platform.openai.com/batches 上面,可以参考openai的batch eval文档

感谢 已解决