Skip to content

Commit

Permalink
remove useless code. (#68)
Browse files Browse the repository at this point in the history
  • Loading branch information
lkk12014402 authored Aug 20, 2024
1 parent 71637c0 commit 1004d5b
Show file tree
Hide file tree
Showing 4 changed files with 1 addition and 55 deletions.
2 changes: 1 addition & 1 deletion evals/evaluation/rag_eval/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ Please refer to this [guide](https://github.com/opea-project/GenAIExamples/blob/
Use below command to run the evaluation, please note that for the first run, argument `--ingest_docs` should be added in the command to ingest the documents into the vector database, while for the subsequent run, this argument should be omitted.
```bash
cd examples
python run_crud.py --dataset_path ../data/split_merged.json --docs_path ../data/80000_docs --ingest_docs
python eval_crud.py --dataset_path ../data/split_merged.json --docs_path ../data/80000_docs --ingest_docs
```

## Acknowledgements
Expand Down
6 changes: 0 additions & 6 deletions evals/evaluation/rag_eval/metrics/__init__.py

This file was deleted.

26 changes: 0 additions & 26 deletions evals/evaluation/rag_eval/metrics/metrics.py

This file was deleted.

22 changes: 0 additions & 22 deletions evals/evaluation/rag_eval/metrics/template.py

This file was deleted.

0 comments on commit 1004d5b

Please sign in to comment.