Separate rerankers, splitters and extractors (#85)
This commit is contained in:
committed by
GitHub
parent
0dede9c82d
commit
2186c5558f
5
knowledgehub/indices/rankings/__init__.py
Normal file
5
knowledgehub/indices/rankings/__init__.py
Normal file
@@ -0,0 +1,5 @@
|
||||
from .base import BaseReranking
|
||||
from .cohere import CohereReranking
|
||||
from .llm import LLMReranking
|
||||
|
||||
__all__ = ["CohereReranking", "LLMReranking", "BaseReranking"]
|
Reference in New Issue
Block a user