File size: 267 Bytes
5e1a30c
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
"""
Neural Reranker Configuration.

This module provides configuration classes for enhanced neural reranking
in the architecture-compliant rerankers/ component.
"""

from .neural_config import EnhancedNeuralRerankingConfig

__all__ = ['EnhancedNeuralRerankingConfig']