Skip to content

Commit

Permalink
update the folder of oepnvino rerank
Browse files Browse the repository at this point in the history
  • Loading branch information
OpenVINO-dev-contest committed Mar 31, 2024
1 parent 809fa81 commit 6a3abd8
Show file tree
Hide file tree
Showing 4 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@

_module_lookup = {
"LLMLinguaCompressor": "langchain_community.document_compressors.llmlingua_filter",
"OpenVINOReranker": "langchain_community.document_compressors.openvino_rerank",
}


Expand Down
1 change: 0 additions & 1 deletion libs/community/langchain_community/retrievers/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,6 @@
"LlamaIndexRetriever": "langchain_community.retrievers.llama_index",
"MetalRetriever": "langchain_community.retrievers.metal",
"MilvusRetriever": "langchain_community.retrievers.milvus",
"OpenVINOReranker": "langchain_community.retrievers.openvino_rerank",
"OutlineRetriever": "langchain_community.retrievers.outline",
"PineconeHybridSearchRetriever": "langchain_community.retrievers.pinecone_hybrid_search", # noqa: E501
"PubMedRetriever": "langchain_community.retrievers.pubmed",
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
from langchain_community.retrievers.openvino_rerank import OpenVINOReranker
from langchain_community.document_compressors.openvino_rerank import OpenVINOReranker

__all__ = [
"OpenVINOReranker",
Expand Down

0 comments on commit 6a3abd8

Please sign in to comment.