Skip to content
Snippets Groups Projects
Unverified Commit 8c807d85 authored by Andrei Fajardo's avatar Andrei Fajardo Committed by GitHub
Browse files

Remove CohereReRank and LlmLongLingua breaking imports (#11023)

parent bad3afa8
No related branches found
No related tags found
No related merge requests found
# for backward compatibility # for backward compatibility
from llama_index.core.postprocessor import ( from llama_index.core.postprocessor import (
AutoPrevNextNodePostprocessor, AutoPrevNextNodePostprocessor,
CohereRerank,
EmbeddingRecencyPostprocessor, EmbeddingRecencyPostprocessor,
FixedRecencyPostprocessor, FixedRecencyPostprocessor,
KeywordNodePostprocessor, KeywordNodePostprocessor,
LLMRerank, LLMRerank,
LongContextReorder, LongContextReorder,
LongLLMLinguaPostprocessor,
MetadataReplacementPostProcessor, MetadataReplacementPostProcessor,
NERPIINodePostprocessor, NERPIINodePostprocessor,
PIINodePostprocessor, PIINodePostprocessor,
...@@ -31,13 +29,11 @@ __all__ = [ ...@@ -31,13 +29,11 @@ __all__ = [
"TimeWeightedPostprocessor", "TimeWeightedPostprocessor",
"PIINodePostprocessor", "PIINodePostprocessor",
"NERPIINodePostprocessor", "NERPIINodePostprocessor",
"CohereRerank",
"LLMRerank", "LLMRerank",
"SentenceEmbeddingOptimizer", "SentenceEmbeddingOptimizer",
"SentenceTransformerRerank", "SentenceTransformerRerank",
"MetadataReplacementPostProcessor", "MetadataReplacementPostProcessor",
"LongContextReorder", "LongContextReorder",
"LongLLMLinguaPostprocessor",
"FlagEmbeddingReranker", "FlagEmbeddingReranker",
"RankGPTRerank", "RankGPTRerank",
"BaseNodePostprocessor", "BaseNodePostprocessor",
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment