Cheng Zhikai

Results 4 comments of Cheng Zhikai

you can change your proxies in the clash.

> > I also encounter this problem when evaluating, but I don't want to change ragas codebase inside. I found increasing the time-related parameters(timeout, thread_timeout, max_wait, max_retries) in run_config will...

直接发一个get请求url就行了:https://tiantian-fund-api.vercel.app/api/action?action_name=fundSearch&m=1&key=11

> Just in case someone else still facing this issue: > > This worked for me: > > from ragas.run_config import RunConfig > > ... > > results = evaluate(dataset=ragas_dataset,...