Skip to content

Commit

Permalink
remove.
Browse files Browse the repository at this point in the history
  • Loading branch information
lkk12014402 committed Sep 26, 2024
1 parent 66c4b60 commit c4a325d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion evals/evaluation/rag_eval/examples/eval_crud.py
Original file line number Diff line number Diff line change
Expand Up @@ -195,7 +195,7 @@ def main():
)
output_save_path = os.path.join(args.output_dir, f"{task}.json")
evaluator = CRUD_Evaluator(
dataset=dataset, output_path=output_save_path, task=task, llm_endpoint=args.llm_endpoint
dataset=dataset, output_path=output_save_path, task=task
)
if args.ingest_docs:
CRUD_Evaluator.ingest_docs(args.docs_path, args.database_endpoint, args.chunk_size, args.chunk_overlap)
Expand Down

0 comments on commit c4a325d

Please sign in to comment.