Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
leemthompo committed Jul 15, 2024
1 parent 4997577 commit fc888d2
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ The final sections include a practical, high-level overview of how to implement

Semantic reranking enables a variety of use cases:

* *Lexical (BM25) retrieveal results reranking*
* *Lexical (BM25) retrieval results reranking*
** Out-of-the-box semantic search by adding a simple API call to any lexical/BM25 retrieval pipeline.
** Add semantic search capabilities on top of existing indices without reindexing, perfect for quick improvements.
** Ideal for environments with complex existing indices.
Expand Down

0 comments on commit fc888d2

Please sign in to comment.