Skip to content

Latest commit

 

History

History
 
 

03-vector-search

Vector Search

3.1 Introduction to Vector Search

3.2 Semantic Search with Elasticsearch

3.2.2

Video

3.3 Evaluating Retrieval

3.3.1 Introduction

Plan for the section:

  • Why do we need evaluation
  • Evaluation metrics
  • Ground truth / gold standard data
  • Generating ground truth with LLM
  • Evaluating the search resuls

3.3.2 Getting ground truth data

  • Approaches for getting evaluation data
  • Using OpenAI to generate evaluation data

3.3.3 Ranking evaluation: text search

  • Elasticsearch with text results
  • minsearch

3.3.4 Ranking evaluation: vector search

  • Elasticsearch with vector search
  • Ranking with question, answer, question+answer embeddings

Homework

See here

Notes

  • Did you take notes? Add them above this line (Send a PR with links to your notes)