ragas icon indicating copy to clipboard operation
ragas copied to clipboard

Ubuntu bug,but everything is normal on Windows

Open hznnnnnn opened this issue 7 months ago • 0 comments

scores = ragas_evaluate( dataset=eval_dataset, metrics=[metric], run_config=my_run_config, llm=evaluator_llm, embeddings=evaluator_embeddings ) this code is normal in local windows, but when I run in ubuntu(18.04.6), it is error:Can't patch loop of type <class 'uvloop.Loop'>

hznnnnnn avatar May 23 '25 08:05 hznnnnnn