GoogleCloudPlatform / genai-databases-retrieval-app

Apache License 2.0
212 stars 72 forks source link

chore: add retrieval phase evaluation #419

Closed Yuan325 closed 4 months ago

Yuan325 commented 4 months ago

Add the function to run evaluation for retrieval phase (evaluating the llm ability to pick and utilize tools that are given).

Usage example:

eval_results = evaluate_retrieval_phase(eval_datas)