Skip to content

Commit 52e7130

Browse files
authored
Merge pull request #270 from freddiev4/evaluating-search-engines
Add notebook for "Evaluating AI Search Engines with the `judges` Library"
2 parents 8273c06 + 06928bf commit 52e7130

File tree

3 files changed

+1643
-0
lines changed

3 files changed

+1643
-0
lines changed

notebooks/en/_toctree.yml

+2
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,8 @@
3232
title: RAG Evaluation
3333
- local: llm_judge
3434
title: Using LLM-as-a-judge for an automated and versatile evaluation
35+
- local: llm_judge_evaluating_ai_search_engines_with_judges_library
36+
title: Evaluating AI Search Engines with `judges` - the open-source library for LLM-as-a-judge evaluators
3537
- local: issues_in_text_dataset
3638
title: Detecting Issues in a Text Dataset with Cleanlab
3739
- local: annotate_text_data_transformers_via_active_learning

notebooks/en/index.md

+1
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ applications and solving various machine learning tasks using open-source tools
77

88
Check out the recently added notebooks:
99

10+
- [Evaluating AI Search Engines with `judges` - the open-source library for LLM-as-a-judge evaluators](llm_judge_evaluating_ai_search_engines_with_judges_library)
1011
- [Structured Generation from Images or Documents Using Vision Language Models](structured_generation_vision_language_models)
1112
- [Vector Search on Hugging Face with the Hub as Backend](vector_search_with_hub_as_backend)
1213
- [Multi-Agent Order Management System with MongoDB](mongodb_smolagents_multi_micro_agents)

0 commit comments

Comments
 (0)