langchain/libs/community/langchain_community/retrievers
ccurme c010ec8b71
patch: deprecate (a)get_relevant_documents (#20477)
- `.get_relevant_documents(query)` -> `.invoke(query)`
- `.get_relevant_documents(query=query)` -> `.invoke(query)`
- `.get_relevant_documents(query, callbacks=callbacks)` ->
`.invoke(query, config={"callbacks": callbacks})`
- `.get_relevant_documents(query, **kwargs)` -> `.invoke(query,
**kwargs)`

---------

Co-authored-by: Erick Friis <erick@langchain.dev>
2024-04-22 11:14:53 -04:00
..
__init__.py community[minor]: Added integrations for ThirdAI's NeuralDB as a Retriever (#17334) 2024-04-16 16:36:55 -07:00
arcee.py patch: deprecate (a)get_relevant_documents (#20477) 2024-04-22 11:14:53 -04:00
arxiv.py
azure_ai_search.py Community: Updating Azure Retriever and Docs to be Azure AI Search instead of Azure Cognitive Search (#19925) 2024-04-08 11:12:41 -04:00
bedrock.py
bm25.py
breebs.py
chaindesk.py
chatgpt_plugin_retriever.py
cohere_rag_retriever.py cohere[patch]: add cohere as a partner package (#19049) 2024-03-25 20:23:47 +00:00
databerry.py
docarray.py
dria_index.py community[minor]: Add Dria retriever (#17098) 2024-04-01 12:04:19 -07:00
elastic_search_bm25.py
embedchain.py
google_cloud_documentai_warehouse.py community[patch]: deprecating remaining google_community integrations (#20471) 2024-04-15 09:57:12 -04:00
google_vertex_ai_search.py community[patch]: deprecating remaining google_community integrations (#20471) 2024-04-15 09:57:12 -04:00
kay.py
kendra.py patch: deprecate (a)get_relevant_documents (#20477) 2024-04-22 11:14:53 -04:00
knn.py community[patch]: Added missing from_documents method to KNNRetriever. (#18411) 2024-03-28 23:18:50 +00:00
llama_index.py
metal.py
milvus.py patch: deprecate (a)get_relevant_documents (#20477) 2024-04-22 11:14:53 -04:00
outline.py
pinecone_hybrid_search.py
pubmed.py
pupmed.py
qdrant_sparse_vector_retriever.py
remote_retriever.py
svm.py
tavily_search_api.py
tfidf.py
thirdai_neuraldb.py patch: deprecate (a)get_relevant_documents (#20477) 2024-04-22 11:14:53 -04:00
vespa_retriever.py
weaviate_hybrid_search.py
wikipedia.py
you.py community[patch]: docstrings update (#20301) 2024-04-11 16:23:27 -04:00
zep.py
zilliz.py patch: deprecate (a)get_relevant_documents (#20477) 2024-04-22 11:14:53 -04:00