langchain/docs/modules/indexes
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>
2023-05-16 14:35:25 -07:00
..
document_loaders/examples fix(document_loaders/telegram): fix pandas calls + add tests (#4806) 2023-05-16 14:35:25 -07:00
retrievers/examples Harrison/add top k (#4707) 2023-05-15 09:09:22 -07:00
text_splitters Fix typo (#3728) 2023-04-28 13:01:09 -07:00
vectorstores Update the milvus example (#4706) 2023-05-15 16:16:57 -07:00
document_loaders.rst Docugami docs: First cell should be a title cell (#4735) 2023-05-16 13:12:14 -04:00
getting_started.ipynb add encoding to avoid UnicodeDecodeError (#2908) 2023-04-14 16:36:03 -07:00
retrievers.rst big docs refactor (#1978) 2023-03-26 19:49:46 -07:00
text_splitters.rst Fix grammar in Text Splitters docs (#4373) 2023-05-08 22:38:40 -04:00
vectorstores.rst big docs refactor (#1978) 2023-03-26 19:49:46 -07:00