You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
langchain/libs/community/langchain_community/retrievers
Leonid Ganeline dc7c06bc07
community[minor]: import fix (#20995)
Issue: When the third-party package is not installed, whenever we need
to `pip install <package>` the ImportError is raised.
But sometimes, the `ValueError` or `ModuleNotFoundError` is raised. It
is bad for consistency.
Change: replaced the `ValueError` or `ModuleNotFoundError` with
`ImportError` when we raise an error with the `pip install <package>`
message.
Note: Ideally, we replace all `try: import... except... raise ... `with
helper functions like `import_aim` or just use the existing
[langchain_core.utils.utils.guard_import](https://api.python.langchain.com/en/latest/utils/langchain_core.utils.utils.guard_import.html#langchain_core.utils.utils.guard_import)
But it would be much bigger refactoring. @baskaryan Please, advice on
this.
4 months ago
..
__init__.py community[minor]: Added integrations for ThirdAI's NeuralDB as a Retriever (#17334) 4 months ago
arcee.py patch: deprecate (a)get_relevant_documents (#20477) 4 months ago
arxiv.py community[major], core[patch], langchain[patch], experimental[patch]: Create langchain-community (#14463) 9 months ago
azure_ai_search.py Community: Updating Azure Retriever and Docs to be Azure AI Search instead of Azure Cognitive Search (#19925) 5 months ago
bedrock.py community[minor]: import fix (#20995) 4 months ago
bm25.py Community[Patch] Remove docs form bm25 repr (#16110) 7 months ago
breebs.py community[minor]: Breebs docs retriever (#16578) 7 months ago
chaindesk.py community[major], core[patch], langchain[patch], experimental[patch]: Create langchain-community (#14463) 9 months ago
chatgpt_plugin_retriever.py community[major], core[patch], langchain[patch], experimental[patch]: Create langchain-community (#14463) 9 months ago
cohere_rag_retriever.py cohere[patch]: add cohere as a partner package (#19049) 5 months ago
databerry.py community[major], core[patch], langchain[patch], experimental[patch]: Create langchain-community (#14463) 9 months ago
docarray.py community[major], core[patch], langchain[patch], experimental[patch]: Create langchain-community (#14463) 9 months ago
dria_index.py community[minor]: Add Dria retriever (#17098) 5 months ago
elastic_search_bm25.py community[minor]: import fix (#20995) 4 months ago
embedchain.py community[patch]: Fixing embedchain document mapping (#18255) 6 months ago
google_cloud_documentai_warehouse.py community[patch]: deprecating remaining google_community integrations (#20471) 4 months ago
google_vertex_ai_search.py community[patch]: deprecating remaining google_community integrations (#20471) 4 months ago
kay.py community[major], core[patch], langchain[patch], experimental[patch]: Create langchain-community (#14463) 9 months ago
kendra.py community[minor]: import fix (#20995) 4 months ago
knn.py community[patch]: Added missing from_documents method to KNNRetriever. (#18411) 5 months ago
llama_index.py community[patch]: removing "response_mode" parameter in llama_index retriever (#18180) 6 months ago
metal.py community[major], core[patch], langchain[patch], experimental[patch]: Create langchain-community (#14463) 9 months ago
milvus.py patch: deprecate (a)get_relevant_documents (#20477) 4 months ago
outline.py community[major], core[patch], langchain[patch], experimental[patch]: Create langchain-community (#14463) 9 months ago
pinecone_hybrid_search.py community[major], core[patch], langchain[patch], experimental[patch]: Create langchain-community (#14463) 9 months ago
pubmed.py community[major], core[patch], langchain[patch], experimental[patch]: Create langchain-community (#14463) 9 months ago
pupmed.py community[major], core[patch], langchain[patch], experimental[patch]: Create langchain-community (#14463) 9 months ago
qdrant_sparse_vector_retriever.py community[patch]: Correct the calling to collection_name in qdrant (#16920) 7 months ago
remote_retriever.py community[major], core[patch], langchain[patch], experimental[patch]: Create langchain-community (#14463) 9 months ago
svm.py community[major], core[patch], langchain[patch], experimental[patch]: Create langchain-community (#14463) 9 months ago
tavily_search_api.py community[major], core[patch], langchain[patch], experimental[patch]: Create langchain-community (#14463) 9 months ago
tfidf.py community[patch]: Patch tdidf retriever (CVE-2024-2057) (#18695) 6 months ago
thirdai_neuraldb.py community[minor]: import fix (#20995) 4 months ago
vespa_retriever.py community[major], core[patch], langchain[patch], experimental[patch]: Create langchain-community (#14463) 9 months ago
weaviate_hybrid_search.py community[major], core[patch], langchain[patch], experimental[patch]: Create langchain-community (#14463) 9 months ago
wikipedia.py community[major], core[patch], langchain[patch], experimental[patch]: Create langchain-community (#14463) 9 months ago
you.py community[patch]: docstrings update (#20301) 5 months ago
zep.py community[major], core[patch], langchain[patch], experimental[patch]: Create langchain-community (#14463) 9 months ago
zilliz.py patch: deprecate (a)get_relevant_documents (#20477) 4 months ago