diff --git a/examples/data/rag_bm/dataset_info.json b/examples/data/rag_bm/dataset_info.json index dcadfddd2..b1ddd7e4c 100644 --- a/examples/data/rag_bm/dataset_info.json +++ b/examples/data/rag_bm/dataset_info.json @@ -10,5 +10,10 @@ "document_file":["documents.txt"], "gt_file":"answer.json" } - } + }, + { + "RGB_EN":{ + "document_file":["documents.txt"], + "gt_file":"answer.json" + } ]