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
Erick Friis a24a9c6427
multiple: get rid of pyproject extras (#22581)
They cause `poetry lock` to take a ton of time, and `uv pip install` can
resolve the constraints from these toml files in trivial time
(addressing problem with #19153)

This allows us to properly upgrade lockfile dependencies moving forward,
which revealed some issues that were either fixed or type-ignored (see
file comments)
4 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 community: init signature revision for Cassandra LLM cache classes + small maintenance (#17765) 4 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[patch]: Standardize qianfan model init args name (#22322) 4 months ago
cross_encoders langchain[minor], community[minor]: add CrossEncoderReranker with HuggingFaceCrossEncoder and SagemakerEndpointCrossEncoder (#13687) 6 months ago
document_compressors community[minor]: add DashScope Rerank (#22403) 4 months ago
document_loaders infra: rm unused # noqa violations (#22049) 4 months ago
document_transformers multiple: langchain 0.2 in master (#21191) 5 months ago
embeddings community[minor]: Add IPEX-LLM BGE embedding support on both Intel CPU and GPU (#22226) 4 months ago
examples infra: add print rule to ruff (#16221) 8 months ago
graphs community[patch]: improve test setup to accurately test filtering of labels in neo4j (#22531) 4 months ago
indexes community: Add document manager and mongo document manager (#17320) 7 months ago
llms community[patch]: upgrade to recent version of mypy (#21616) 4 months ago
memory community[minor]: Add async methods to CassandraChatMessageHistory (#21975) 4 months ago
prompts multiple: langchain 0.2 in master (#21191) 5 months ago
retrievers community[patch]: upgrade to recent version of mypy (#21616) 4 months ago
smith/evaluation multiple: langchain 0.2 in master (#21191) 5 months ago
storage community[minor]: Add Cassandra ByteStore (#22064) 4 months ago
tools community[patch]: upgrade to recent version of mypy (#21616) 4 months ago
utilities infra: rm unused # noqa violations (#22049) 4 months ago
vectorstores multiple: get rid of pyproject extras (#22581) 4 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