All terms

Glossary

Reranking

A second step in retrieval: the first hits are reordered by a more accurate model before they reach the language model.

Fast vector search returns twenty roughly fitting sections. A reranker scores those twenty more precisely and passes on the best five.

It costs little, because only a small set is scored precisely, and it often lifts hit quality noticeably.

Read moreFrom Sphinx to Manticore Search