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
Christophe Bornet d04e899b56
ci: add testing with Python 3.12 (#22813)
We need to use a different version of numpy for py3.8 and py3.12 in
pyproject.
And so do projects that use that Python version range and import
langchain.

    - **Twitter handle:** _cbornet
3 months ago
..
agent_toolkits community[patch]: import flattening fix (#20110) 5 months ago
agents ci: add testing with Python 3.12 (#22813) 3 months ago
callbacks community[minor]: Add UpstashRatelimitHandler (#21885) 4 months ago
chains community[patch]: Add function response to graph cypher qa chain (#22690) 3 months ago
chat_loaders community[patch]: import flattening fix (#20110) 5 months ago
chat_message_histories community[minor]: Add native async support to SQLChatMessageHistory (#22065) 4 months ago
chat_models community[minor]: Add tools calls to `ChatEdenAI` (#22320) 4 months ago
cross_encoders community[patch]: `cross_encoders` flatten namespaces (#20183) 6 months ago
data community[patch]: Adding HEADER to the list of supported locations (#21946) 4 months ago
docstore community[patch]: import flattening fix (#20110) 5 months ago
document_compressors community[minor]: add Volcengine Rerank (#22700) 3 months ago
document_loaders community[patch]: Load YouTube transcripts (captions) as fixed-duration chunks with start times (#21710) 3 months ago
document_transformers community: Add MarkdownifyTransformer to langchain_community.document_transformers (#21247) 5 months ago
embeddings community[minor]: Add support for OVHcloud AI Endpoints Embedding (#22667) 3 months ago
evaluation langchain[patch],community[patch]: Move unit tests that depend on community to community (#21685) 4 months ago
examples
graphs community[minor]: add graph store implementation for apache age (#20582) 5 months ago
imports community[minor]: Adds a vector store for Azure Cosmos DB for NoSQL (#21676) 3 months ago
indexes
llms infra: rm unused # noqa violations (#22049) 4 months ago
load langchain[patch],community[patch]: Move unit tests that depend on community to community (#21685) 4 months ago
query_constructors multiple: langchain 0.2 in master (#21191) 5 months ago
retrievers community[minor]: Add Zep Cloud components + docs + examples (#21671) 4 months ago
storage community[minor]: Add SQL storage implementation (#22207) 4 months ago
tools community[minor]: add AskNews retriever and AskNews tool (#21581) 4 months ago
utilities community[patch]: Adding HEADER to the list of supported locations (#21946) 4 months ago
utils community, milvus, pinecone, qdrant, mongo: Broadcast operation failure while using simsimd beyond v3.7.7 (#22271) 4 months ago
vectorstores community[minor]: Adds a vector store for Azure Cosmos DB for NoSQL (#21676) 3 months ago
__init__.py
conftest.py
test_cache.py infra: rm unused # noqa violations (#22049) 4 months ago
test_dependencies.py ci: add testing with Python 3.12 (#22813) 3 months ago
test_document_transformers.py infra: rm unused # noqa violations (#22049) 4 months ago
test_imports.py community[patch]: Fix remaining __inits__ in community (#22037) 4 months ago
test_sql_database.py community[minor]: Add lazy_table_reflection param to SqlDatabase (#18742) 7 months ago
test_sql_database_schema.py multiple: get rid of pyproject extras (#22581) 4 months ago
test_sqlalchemy.py