ExactSearchConfig
- class lightning_ir.retrieve.base.searcher.ExactSearchConfig(k: int = 10)[source]
Bases:
SearchConfigConfiguration class for exact searchers in the Lightning IR framework.
- __init__(k: int = 10) None
Initialize the SearchConfig.
- Parameters:
k (int) – The number of top documents to retrieve. Defaults to 10.
Methods
Attributes
SUPPORTED_MODELS- search_class
alias of
ExactSearcher