langchain/libs/community/tests/unit_tests/document_loaders
Christophe Bornet af8c5c185b
langchain[minor],community[minor]: Add async methods in BaseLoader (#16634)
Adds:
* methods `aload()` and `alazy_load()` to interface `BaseLoader`
* implementation for class `MergedDataLoader `
* support for class `BaseLoader` in async function `aindex()` with unit
tests

Note: this is compatible with existing `aload()` methods that some
loaders already had.

**Twitter handle:** @cbornet_

---------

Co-authored-by: Eugene Yurtsev <eugene@langchain.dev>
2024-01-31 11:08:11 -08:00
..
blob_loaders
loaders
parsers community[minor]: New documents loader for visio files (with extension .vsdx) (#16171) 2024-01-22 22:07:03 -08:00
sample_documents
test_docs
__init__.py
test_airbyte.py
test_arcgis_loader.py
test_assemblyai.py
test_base.py langchain[minor],community[minor]: Add async methods in BaseLoader (#16634) 2024-01-31 11:08:11 -08:00
test_bibtex.py
test_bshtml.py
test_confluence.py
test_couchbase.py
test_csv_loader.py
test_cube_semantic.py
test_detect_encoding.py
test_directory.py
test_evernote_loader.py
test_generic_loader.py
test_git.py
test_github.py
test_hugging_face.py
test_imports.py [Fix] Fix Cassandra Document loader default page content mapper (#16273) 2024-01-27 11:23:02 -08:00
test_json_loader.py
test_lakefs.py
test_mediawikidump.py
test_mhtml.py
test_mongodb.py
test_obsidian.py
test_onenote.py
test_psychic.py
test_readthedoc.py
test_rspace_loader.py
test_rss.py
test_trello.py
test_web_base.py
test_youtube.py