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/unit_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
..
agent_toolkits community[patch]: import flattening fix (#20110) 5 months ago
callbacks community[minor]: add UpTrainCallbackHandler (#19956) 5 months ago
chat_loaders community[patch]: import flattening fix (#20110) 5 months ago
chat_message_histories community[patch]: import flattening fix (#20110) 5 months ago
chat_models community[patch]: Add function call support in Tongyi chat model. (#20119) 5 months ago
cross_encoders community[patch]: `cross_encoders` flatten namespaces (#20183) 5 months ago
docstore community[patch]: import flattening fix (#20110) 5 months ago
document_compressors community[patch]: import flattening fix (#20110) 5 months ago
document_loaders community[minor]: Add glue catalog loader (#20220) 5 months ago
document_transformers community[patch]: import flattening fix (#20110) 5 months ago
embeddings community[minor]: Unify Titan Takeoff Integrations and Adding Embedding Support (#18775) 5 months ago
examples community[major], core[patch], langchain[patch], experimental[patch]: Create langchain-community (#14463) 9 months ago
graphs community[minor]: add graph store implementation for apache age (#20582) 5 months ago
indexes community[major], core[patch], langchain[patch], experimental[patch]: Create langchain-community (#14463) 9 months ago
llms community[patch]: Fix Ollama for LLaMA3 (#20624) 5 months ago
retrievers patch: deprecate (a)get_relevant_documents (#20477) 5 months ago
storage community[patch]: import flattening fix (#20110) 5 months ago
tools community[minor]: Add Datahareld tool (#19680) 5 months ago
utilities community[minor]: Add Datahareld tool (#19680) 5 months ago
utils community[major], core[patch], langchain[patch], experimental[patch]: Create langchain-community (#14463) 9 months ago
vectorstores patch: deprecate (a)get_relevant_documents (#20477) 5 months ago
__init__.py community[major], core[patch], langchain[patch], experimental[patch]: Create langchain-community (#14463) 9 months ago
conftest.py community[major], core[patch], langchain[patch], experimental[patch]: Create langchain-community (#14463) 9 months ago
test_dependencies.py community[major], core[patch], langchain[patch], experimental[patch]: Create langchain-community (#14463) 9 months ago
test_imports.py infra: Fix test filesystem paths incompatible with windows (#14388) 9 months ago
test_sql_database.py community[minor]: Add lazy_table_reflection param to SqlDatabase (#18742) 6 months ago
test_sql_database_schema.py infra: mv SQLDatabase tests to community (#17276) 7 months ago
test_sqlalchemy.py community[major], core[patch], langchain[patch], experimental[patch]: Create langchain-community (#14463) 9 months ago