evaluate_retrieval
Run retrieval evaluation metrics on a test dataset to measure recall and precision, helping developers assess search quality after configuration changes.
Instructions
Run retrieval evaluation metrics on a test dataset. For developers testing improvements.
AUTOMATIC TRIGGERS - Call this when:
Evaluating retrieval quality after configuration changes
Running the evaluation pipeline
Measuring recall/precision of the search system
This is a development/evaluation tool, not needed for normal usage.
PARAMETERS:
dataset_path: Path to JSON file with test queries (default: config/eval_queries.json)
final_k: Number of results per query to evaluate (default: 10)
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| final_k | No | ||
| dataset_path | No | config/eval_queries.json |