Skip to content

Commit

Permalink
add reference for retrieval evaluation
Browse files Browse the repository at this point in the history
  • Loading branch information
a-tabaza committed Jun 3, 2024
1 parent ec06014 commit 7de6059
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -362,6 +362,7 @@ Metrics for benchmarking the performance of an embedding model include:

Recommended Reading:
- [Evaluation measures (information retrieval)](https://en.wikipedia.org/wiki/Evaluation_measures_(information_retrieval))
- [Introduction to Information Retrieval, Chapter 8](https://nlp.stanford.edu/IR-book/html/htmledition/evaluation-in-information-retrieval-1.html)

## Vector Retrieval, Databases and Indexes

Expand Down Expand Up @@ -465,4 +466,4 @@ Distance and similarity metrics used in vector retrieval include:
- [Haversine Distance](https://en.wikipedia.org/wiki/Haversine_formula)

Recommended Viewing:
- [Fast Vector Similarity](https://github.com/Dicklesworthstone/fast_vector_similarity)
- [Fast Vector Similarity](https://github.com/Dicklesworthstone/fast_vector_similarity)

0 comments on commit 7de6059

Please sign in to comment.