Skip to content

Commit

Permalink
Remove CohereReRank and LlmLongLingua breaking imports (#11023)
Browse files Browse the repository at this point in the history
  • Loading branch information
nerdai authored Feb 20, 2024
1 parent bad3afa commit 8c807d8
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions llama-index-core/llama_index/core/indices/postprocessor.py
Original file line number Diff line number Diff line change
@@ -1,13 +1,11 @@
# for backward compatibility
from llama_index.core.postprocessor import (
AutoPrevNextNodePostprocessor,
CohereRerank,
EmbeddingRecencyPostprocessor,
FixedRecencyPostprocessor,
KeywordNodePostprocessor,
LLMRerank,
LongContextReorder,
LongLLMLinguaPostprocessor,
MetadataReplacementPostProcessor,
NERPIINodePostprocessor,
PIINodePostprocessor,
Expand All @@ -31,13 +29,11 @@
"TimeWeightedPostprocessor",
"PIINodePostprocessor",
"NERPIINodePostprocessor",
"CohereRerank",
"LLMRerank",
"SentenceEmbeddingOptimizer",
"SentenceTransformerRerank",
"MetadataReplacementPostProcessor",
"LongContextReorder",
"LongLLMLinguaPostprocessor",
"FlagEmbeddingReranker",
"RankGPTRerank",
"BaseNodePostprocessor",
Expand Down

0 comments on commit 8c807d8

Please sign in to comment.