langchain
00c6ec8a - fix(document_loaders/telegram): fix pandas calls + add tests (#4806)

Commit
2 years ago
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>
Author
Parents
Loading