From 048b97ae42c7107460955e6beefc56847823f09d Mon Sep 17 00:00:00 2001 From: YangQianli92 <108046369+YangQianli92@users.noreply.github.com> Date: Mon, 15 Apr 2024 14:54:56 +0800 Subject: [PATCH] Delete examples/rag_bm directory --- examples/rag_bm/dataset_info.json | 14 -------------- 1 file changed, 14 deletions(-) delete mode 100644 examples/rag_bm/dataset_info.json diff --git a/examples/rag_bm/dataset_info.json b/examples/rag_bm/dataset_info.json deleted file mode 100644 index dcadfddd2..000000000 --- a/examples/rag_bm/dataset_info.json +++ /dev/null @@ -1,14 +0,0 @@ -[ - { - "simplified_CRUD":{ - "document_file":["documents.txt"], - "gt_file":"answer.json" - } - }, - { - "simplified_RGB":{ - "document_file":["documents.txt"], - "gt_file":"answer.json" - } - } -]