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/tests/integration_tests/document_loaders
hp0404 374725a715
Refactor TelegramChatLoader and FacebookChatLoader classes and add tests (#3863)
This PR includes two main changes:

- Refactor the `TelegramChatLoader` and `FacebookChatLoader` classes by
removing the dependency on pandas and simplifying the message filtering
process.

- Add test cases for the `TelegramChatLoader` and `FacebookChatLoader`
classes. This test ensures that the class correctly loads and processes
the example chat data, providing better test coverage for this
functionality.
1 year ago
..
__init__.py
test_arxiv.py `Arxiv` document loader (#3627) 1 year ago
test_bigquery.py
test_bilibili.py
test_blockchain.py Enhancement: option to Get All Tokens with a single Blockchain Document Loader call (#3797) 1 year ago
test_bshtml.py Add get_text_separator parameter to BSHTMLLoader (#3551) 1 year ago
test_confluence.py Several confluence loader improvements (#3300) 1 year ago
test_dataframe.py
test_duckdb.py
test_email.py
test_facebook_chat.py Refactor TelegramChatLoader and FacebookChatLoader classes and add tests (#3863) 1 year ago
test_figma.py
test_gitbook.py
test_ifixit.py
test_modern_treasury.py Dev2049/add modern treasury (#3924) 1 year ago
test_pdf.py Add Mathpix pdf loader (#3727) 1 year ago
test_python.py Add PythonLoader which auto-detects encoding of Python files (#3311) 1 year ago
test_sitemap.py Harrison/blockwise sitemap (#3940) 1 year ago
test_slack.py
test_spreedly.py Harrison/spreedly (#3937) 1 year ago
test_stripe.py Dev2049/add modern treasury (#3924) 1 year ago
test_telegram.py Refactor TelegramChatLoader and FacebookChatLoader classes and add tests (#3863) 1 year ago
test_url.py
test_url_playwright.py