Skip to main content

Weaviate Knowledge Cards

Unlock the power of vector search. Our guides will help you conquer vector embeddings and build better AI applications.

Information Retrieval/Search
Reranking

Reranking

Re-ranking is adjusting the scores of search results after initial retrieval. It usually uses a machine learning model to reassess the relevance between the query and each result, refining the scores to improve accuracy and relevance for the user or an LLM's task. It's like a second quality check.

1 of 2