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/tests/integration_tests
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>
5 months ago
..
adapters community[major], core[patch], langchain[patch], experimental[patch]: Create langchain-community (#14463) 9 months ago
callbacks core[patch]: remove requests (#19891) 5 months ago
chat_message_histories community: Fix bug with StreamlitChatMessageHistory (#18834) 6 months ago
chat_models community[patch]: Add function call support in Tongyi chat model. (#20119) 5 months ago
cross_encoders langchain[minor], community[minor]: add CrossEncoderReranker with HuggingFaceCrossEncoder and SagemakerEndpointCrossEncoder (#13687) 6 months ago
document_loaders community[minor]: Add async methods to CassandraLoader (#20609) 5 months ago
embeddings community[minor]: Unify Titan Takeoff Integrations and Adding Embedding Support (#18775) 5 months ago
examples infra: add print rule to ruff (#16221) 7 months ago
graphs community[minor]: add graph store implementation for apache age (#20582) 5 months ago
indexes community: Add document manager and mongo document manager (#17320) 7 months ago
llms community[minor]: Unify Titan Takeoff Integrations and Adding Embedding Support (#18775) 5 months ago
retrievers patch: deprecate (a)get_relevant_documents (#20477) 5 months ago
storage community[minor]: Add async methods to the AstraDB BaseStore (#16872) 7 months ago
tools community[minor]: Connery Tool and Toolkit (#14506) 8 months ago
utilities community[minor]: Add Datahareld tool (#19680) 5 months ago
vectorstores patch: deprecate (a)get_relevant_documents (#20477) 5 months ago
.env.example community[minor]: add Kinetica LLM wrapper (#17879) 7 months ago
__init__.py community[major], core[patch], langchain[patch], experimental[patch]: Create langchain-community (#14463) 9 months ago
conftest.py infra: Use dotenv in langchain-community's integration tests (#16137) 8 months ago
test_compile.py community[major], core[patch], langchain[patch], experimental[patch]: Create langchain-community (#14463) 9 months ago