mirror of
https://github.com/FoundationAgents/MetaGPT.git
synced 2026-05-21 14:05:17 +02:00
Update rag_bm.py
This commit is contained in:
parent
ac31e67607
commit
9350fd9c37
1 changed files with 1 additions and 1 deletions
|
|
@ -47,7 +47,7 @@ class RAGExample:
|
|||
self.embedding = get_rag_embedding()
|
||||
self.llm = get_rag_llm()
|
||||
|
||||
async def rag_evaluate_pipeline(self, dataset_name: list[str] = ["RGB_en"]):
|
||||
async def rag_evaluate_pipeline(self, dataset_name: list[str] = ["all"]):
|
||||
dataset_config = self.benchmark.load_dataset(dataset_name)
|
||||
|
||||
for dataset in dataset_config.datasets:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue