diff --git a/metagpt/rag/benchmark/__init__.py b/metagpt/rag/benchmark/__init__.py new file mode 100644 index 000000000..2be80c36d --- /dev/null +++ b/metagpt/rag/benchmark/__init__.py @@ -0,0 +1,3 @@ +from metagpt.rag.benchmark.base import RAGBenchMark + +__all__ = ["RAGBenchMark"]