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/examples
Raduan Al-Shedivat 00c6ec8a2d
fix(document_loaders/telegram): fix pandas calls + add tests (#4806)
# Fix Telegram API loader + add tests.
I was testing this integration and it was broken with next error:
```python
message_threads = loader._get_message_threads(df)
KeyError: False
```
Also, this particular loader didn't have any tests / related group in
poetry, so I added those as well.

@hwchase17 / @eyurtsev please take a look on this fix PR.

---------

Co-authored-by: Dev 2049 <dev.dev2049@gmail.com>
1 year ago
..
default-encoding.py Add PythonLoader which auto-detects encoding of Python files (#3311) 1 year ago
example-utf8.html Add ability to pass kwargs to loader classes in `DirectoryLoader`, add ability to modify encoding and BeautifulSoup behaviour in `BSHTMLLoader` (#2275) 1 year ago
example.html Add HTML document_loader that includes page title metadata (#1720) 2 years ago
example.json JSON loader (#4067) 1 year ago
facebook_chat.json Refactor TelegramChatLoader and FacebookChatLoader classes and add tests (#3863) 1 year ago
fake.odt feat: add loader for open office odt files (#4405) 1 year ago
hello.msg Harrison/msg files (#2375) 1 year ago
hello.pdf Harrison/format agent instructions (#973) 2 years ago
layout-parser-paper.pdf Harrison/remote paths pdf (#1544) 2 years ago
non-utf8-encoding.py Add PythonLoader which auto-detects encoding of Python files (#3311) 1 year ago
sitemap.xml Harrison/sitemap local (#4704) 1 year ago
slack_export.zip Add Slack Directory Loader (#2841) 1 year ago
whatsapp_chat.txt Update WhatsAppChatLoader to include the character ~ in the sender name (#4420) 1 year ago