DocumentationNeurondB Documentation

ColBERT Reranking

Overview

Late interaction models for efficient reranking.

ColBERT Reranking

ColBERT reranking

-- ColBERT reranking
SELECT idx, score FROM rerank_colbert(
    'query text',
    ARRAY['doc 1', 'doc 2', 'doc 3'],
    'colbert-base-msmarco',
    5
);

Learn More

For detailed documentation on ColBERT models, late interaction, and efficiency optimization, visit: ColBERT Documentation

Related Topics