mirror of
https://github.com/hwchase17/langchain.git
synced 2025-09-04 12:39:32 +00:00
community[patch]: speed up import times in the community package (#18928)
This PR speeds up import times in the community package
This commit is contained in:
@@ -262,3 +262,7 @@ class TelegramChatApiLoader(BaseLoader):
|
||||
combined_texts = self._combine_message_texts(message_threads, df)
|
||||
|
||||
return text_to_docs(combined_texts)
|
||||
|
||||
|
||||
# For backwards compatibility
|
||||
TelegramChatLoader = TelegramChatFileLoader
|
||||
|
Reference in New Issue
Block a user