CMC
CMC
没加锁?
Hi, i'd like to resolve this issue, can you assign it to me?
It's possible that the time zone is causing trouble
BATCH_SIZE should be less than the total number of dataset. Set `BATCH_SIZE = 1` and try again :)
没办法的,作者用的 MIT 协议。别人可以拿代码去魔改并商业化且不开源,这不算侵权。就是有点不道德
开启 v2 的方法已经失效了,chrome 有点不讲武德,我直接换 edge 了
@jjmachan Here's my code: ```python from ragas.llms import LangchainLLMWrapper from ragas import evaluate from langchain.chat_models import ChatOllama from ragas.metrics import ( faithfulness, answer_relevancy, context_recall, context_precision, ) llm = ChatOllama(model="llama3.2", base_url="http://127.0.0.1:11434",...