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
Leonid Ganeline 4cb5f4c353
community[patch]: import flattening fix (#20110)
This PR should make it easier for linters to do type checking and for IDEs to jump to definition of code.

See #20050 as a template for this PR.
- As a byproduct: Added 3 missed `test_imports`.
- Added missed `SolarChat` in to __init___.py Added it into test_import
ut.
- Added `# type: ignore` to fix linting. It is not clear, why linting
errors appear after ^ changes.

---------

Co-authored-by: Eugene Yurtsev <eyurtsev@gmail.com>
6 months ago
..
agent_toolkits community[patch]: import flattening fix (#20110) 6 months ago
callbacks community[minor]: add bedrock anthropic callback for token usage counting (#19864) 6 months ago
chat_loaders community[patch]: import flattening fix (#20110) 6 months ago
chat_message_histories community[patch]: import flattening fix (#20110) 6 months ago
chat_models community[patch]: import flattening fix (#20110) 6 months ago
cross_encoders community[patch]: `cross_encoders` flatten namespaces (#20183) 6 months ago
docstore community[patch]: import flattening fix (#20110) 6 months ago
document_compressors community[patch]: import flattening fix (#20110) 6 months ago
document_loaders community[patch]: import flattening fix (#20110) 6 months ago
document_transformers community[patch]: import flattening fix (#20110) 6 months ago
embeddings community[patch]: import flattening fix (#20110) 6 months ago
examples
graphs community[patch]: import flattening fix (#20110) 6 months ago
indexes
llms community[minor]: Add support for MLX models (chat & llm) (#18152) 6 months ago
retrievers community[patch]: import flattening fix (#20110) 6 months ago
storage community[patch]: import flattening fix (#20110) 6 months ago
tools community[patch]: import flattening fix (#20110) 6 months ago
utilities community[patch]: import flattening fix (#20110) 6 months ago
utils
vectorstores community[patch]: import flattening fix (#20110) 6 months ago
__init__.py
conftest.py
test_dependencies.py
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) 7 months ago
test_sql_database_schema.py infra: mv SQLDatabase tests to community (#17276) 8 months ago
test_sqlalchemy.py