Gaoqiao
Gaoqiao
the problem is still...
> 因此,我使用初始代码进行重大测试`annachrome's`,但遇到了同样的问题。 我通过多个步骤修复了该问题,但我不确定这些步骤中的步骤真正解决了该问题,或者是否是这些步骤的一部分。 > > 我在这里展示了我的一个有用的示例: 我使用以下版本: > > ```shell > langchain 0.1.13 > langchain-community 0.0.29 > langchain-core 0.1.33 > langchain-text-splitters 0.0.1 > ``` > > 首先要说的是:在较新版本 langchain 中,创建和调用 langchain...
> 我按照建议修改了函数,但问题并没有解决。我一直遇到有关 json 格式的相同问题。其他人是否也遇到了将 ragas 改编成其他语言的困难? > > @dosu me too.It's hard...
@Dosu I am trying to use Chinese, but it also results in this JSON message error. 
> @dosu我尝试使用中文,但也会导致此 JSON 消息错误。  and i used ragas = 0.1.18 wich is newest
[blogs](https://github.com/tomasonjo/blogs/tree/master)/[llm](https://github.com/tomasonjo/blogs/tree/master/llm) /enhancing_rag_with_graph.ipynb I can use the convert_to_graph_documents method without any issues, but when I call the process_response method, it will cause an error. The strange thing is that convert_to_graph_documents actually...
This should be the problem of chinese
> ``` > data_samples = { > 'question': ['When was the first super bowl?'], > 'answer': ['The first superbowl was held on Jan 15, 1967'], > 'retrieved_contexts' : [['The First...
The underlying code is difficult to modify. Is there any other way?
Traceback (most recent call last): File "D:\.study\myProject\ragas_eval_2.py", line 71, in result = evaluate( File "F:\Application2022\Anaconda\an\lib\site-packages\ragas\_analytics.py", line 129, in wrapper result = func(*args, **kwargs) File "F:\Application2022\Anaconda\an\lib\site-packages\ragas\evaluation.py", line 177, in evaluate validate_required_columns(dataset,...