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
Eugene Yurtsev f92006de3c
multiple: langchain 0.2 in master (#21191)
0.2rc 

migrations

- [x] Move memory
- [x] Move remaining retrievers
- [x] graph_qa chains
- [x] some dependency from evaluation code potentially on math utils
- [x] Move openapi chain from `langchain.chains.api.openapi` to
`langchain_community.chains.openapi`
- [x] Migrate `langchain.chains.ernie_functions` to
`langchain_community.chains.ernie_functions`
- [x] migrate `langchain/chains/llm_requests.py` to
`langchain_community.chains.llm_requests`
- [x] Moving `langchain_community.cross_enoders.base:BaseCrossEncoder`
->
`langchain_community.retrievers.document_compressors.cross_encoder:BaseCrossEncoder`
(namespace not ideal, but it needs to be moved to `langchain` to avoid
circular deps)
- [x] unit tests langchain -- add pytest.mark.community to some unit
tests that will stay in langchain
- [x] unit tests community -- move unit tests that depend on community
to community
- [x] mv integration tests that depend on community to community
- [x] mypy checks

Other todo

- [x] Make deprecation warnings not noisy (need to use warn deprecated
and check that things are implemented properly)
- [x] Update deprecation messages with timeline for code removal (likely
we actually won't be removing things until 0.4 release) -- will give
people more time to transition their code.
- [ ] Add information to deprecation warning to show users how to
migrate their code base using langchain-cli
- [ ] Remove any unnecessary requirements in langchain (e.g., is
SQLALchemy required?)

---------

Co-authored-by: Erick Friis <erick@langchain.dev>
5 months ago
..
adapters community[major], core[patch], langchain[patch], experimental[patch]: Create langchain-community (#14463) 10 months ago
agent multiple: langchain 0.2 in master (#21191) 5 months ago
cache multiple: langchain 0.2 in master (#21191) 5 months ago
callbacks patch: remove usage of llm, chat model __call__ (#20788) 5 months ago
chains multiple: langchain 0.2 in master (#21191) 5 months ago
chat_message_histories community[patch]: Support passing graph object to Neo4j integrations (#20876) 5 months ago
chat_models community[minor]: add coze chat model (#20770) 5 months ago
cross_encoders langchain[minor], community[minor]: add CrossEncoderReranker with HuggingFaceCrossEncoder and SagemakerEndpointCrossEncoder (#13687) 6 months ago
document_loaders community[minor]: Oraclevs integration (#21123) 5 months ago
document_transformers multiple: langchain 0.2 in master (#21191) 5 months ago
embeddings community: add SambaNova embeddings integration (#21227) 5 months ago
examples infra: add print rule to ruff (#16221) 8 months ago
graphs community[patch]: Neo4j enhanced schema (#20983) 5 months ago
indexes community: Add document manager and mongo document manager (#17320) 7 months ago
llms community[minor]: Sambanova llm integration (#20955) 5 months ago
memory multiple: langchain 0.2 in master (#21191) 5 months ago
prompts multiple: langchain 0.2 in master (#21191) 5 months ago
retrievers multiple: langchain 0.2 in master (#21191) 5 months ago
smith/evaluation multiple: langchain 0.2 in master (#21191) 5 months ago
storage community[minor]: Add async methods to the AstraDB BaseStore (#16872) 7 months ago
tools core, community: deprecate tool.__call__ (#20900) 5 months ago
utilities core, community: deprecate tool.__call__ (#20900) 5 months ago
vectorstores community[minor]: Add indexing via locality sensitive hashing to the Yellowbrick vector store (#20856) 5 months ago
.env.example community[minor]: Add support for Upstash Vector (#20824) 5 months ago
__init__.py community[major], core[patch], langchain[patch], experimental[patch]: Create langchain-community (#14463) 10 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) 10 months ago
test_dalle.py multiple: langchain 0.2 in master (#21191) 5 months ago
test_document_transformers.py multiple: langchain 0.2 in master (#21191) 5 months ago
test_long_context_reorder.py multiple: langchain 0.2 in master (#21191) 5 months ago
test_nuclia_transformer.py multiple: langchain 0.2 in master (#21191) 5 months ago
test_pdf_pagesplitter.py multiple: langchain 0.2 in master (#21191) 5 months ago