DocumentationNeuronDB Documentation
Documentation Branch: You are viewing documentation for the main branch (3.0.0-devel). Select a branch to view its 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