langchain/libs/community/tests/unit_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)
2024-06-06 15:45:22 -07:00
..
agent_toolkits community[patch]: import flattening fix (#20110) 2024-04-10 13:01:19 -04:00
agents langchain[patch],community[patch]: Move unit tests that depend on community to community (#21685) 2024-05-16 17:24:27 -04:00
callbacks community: Update costs of openai finetuned models (#22124) 2024-05-24 15:25:17 +00:00
chains community[minor]: Enable retrieval api calls in PebbloRetrievalQA (#21958) 2024-06-04 10:18:50 -07:00
chat_loaders community[patch]: import flattening fix (#20110) 2024-04-10 13:01:19 -04:00
chat_message_histories community[minor]: Add native async support to SQLChatMessageHistory (#22065) 2024-06-05 15:10:38 +00:00
chat_models community[minor]: Add tools calls to ChatEdenAI (#22320) 2024-06-04 10:29:28 -07:00
cross_encoders community[patch]: cross_encoders flatten namespaces (#20183) 2024-04-08 20:50:23 -04:00
data community[patch]: Adding HEADER to the list of supported locations (#21946) 2024-05-22 22:47:56 +00:00
docstore community[patch]: import flattening fix (#20110) 2024-04-10 13:01:19 -04:00
document_compressors community[minor]: add DashScope Rerank (#22403) 2024-06-05 15:40:21 -07:00
document_loaders community[patch]: recursive url loader fix and unit tests (#22521) 2024-06-05 17:56:20 -07:00
document_transformers community: Add MarkdownifyTransformer to langchain_community.document_transformers (#21247) 2024-05-08 14:45:13 -07:00
embeddings community[patch]: Update the default api_url and reqeust_body of sparkllm embedding (#22136) 2024-06-03 12:38:11 -07:00
evaluation langchain[patch],community[patch]: Move unit tests that depend on community to community (#21685) 2024-05-16 17:24:27 -04:00
examples
graphs community[minor]: add graph store implementation for apache age (#20582) 2024-04-20 14:31:04 -07:00
imports langchain[patch],community[patch]: Move unit tests that depend on community to community (#21685) 2024-05-16 17:24:27 -04:00
indexes
llms infra: rm unused # noqa violations (#22049) 2024-05-22 15:21:08 -07:00
load langchain[patch],community[patch]: Move unit tests that depend on community to community (#21685) 2024-05-16 17:24:27 -04:00
query_constructors multiple: langchain 0.2 in master (#21191) 2024-05-08 16:46:52 -04:00
retrievers community[minor]: Add Zep Cloud components + docs + examples (#21671) 2024-05-27 12:50:13 -07:00
storage doc: Add doc for CassandraByteStore (#22126) 2024-05-24 10:57:55 -04:00
tools community[minor]: add AskNews retriever and AskNews tool (#21581) 2024-05-20 18:23:06 -07:00
utilities community[patch]: Adding HEADER to the list of supported locations (#21946) 2024-05-22 22:47:56 +00:00
utils community, milvus, pinecone, qdrant, mongo: Broadcast operation failure while using simsimd beyond v3.7.7 (#22271) 2024-06-04 17:36:31 +00:00
vectorstores community[minor]: Improve InMemoryVectorStore with ability to persist to disk and filter on metadata. (#22186) 2024-06-05 10:40:34 -04:00
__init__.py
conftest.py
test_cache.py infra: rm unused # noqa violations (#22049) 2024-05-22 15:21:08 -07:00
test_dependencies.py multiple: get rid of pyproject extras (#22581) 2024-06-06 15:45:22 -07:00
test_document_transformers.py infra: rm unused # noqa violations (#22049) 2024-05-22 15:21:08 -07:00
test_imports.py community[patch]: Fix remaining __inits__ in community (#22037) 2024-05-22 17:42:17 +00:00
test_sql_database_schema.py multiple: get rid of pyproject extras (#22581) 2024-06-06 15:45:22 -07:00
test_sql_database.py community[minor]: Add lazy_table_reflection param to SqlDatabase (#18742) 2024-03-08 14:10:23 -05:00
test_sqlalchemy.py