yuchen.xi

Results 7 comments of yuchen.xi

> Your modifications are excellent, and I have implemented them accordingly. However, I encountered some issues during the evaluation. Could you please share the specific code you used for the...

> > > 您的修改非常好,我已经按照您的修改实施了。但是在评估过程中,我遇到了一些问题。您能分享一下评估时使用的具体代码吗? > > > > > > 抱歉,出现了什么问题?除了 之外,我没有修改任何其他代码`src/ragas/testset/prompts.py`。 > > 说实话,我目前正在使用`pip`带有英文提示的安装版 ragas,因为开发版本似乎出现了更多意外错误。 > > I followed your translation and found that it seems the prompt from...

> Thanks your idea. I try my Chinese text file it's worked. This is my example code https://github.com/zongzi531/modular-rag/blob/main/evaluation/ragas/generate_testset.py Thank you, this is very clever. I successfully ran your code, and...

It might not be an issue with the LLM API. I tried GPT-4o, GPT-4o-mini, and DeepSeek, and their translated cache JSON is almost the same, and I can't find any...

> @jidechao @123gbk @Mervyn-1 which mode service are you using? > > The issue is that use using `ChatOpenAI` so ragas expects n parameter to be supported. but I realize...

> @Xiyuche actually we do that for LLMs that don't support `n` parameter and the solution is similar to what @PhillipRt has already suggested (thanks a lot btw 🙂 ❤️...