mirror of
https://github.com/arc53/DocsGPT.git
synced 2025-11-29 16:43:16 +00:00
Fixing ingestion metadata grouping
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
from langchain.document_loader import TelegramChatApiLoader, TelegramChatFileLoader
|
||||
from langchain.document_loader import TelegramChatApiLoader
|
||||
from application.parser.remote.base import BaseRemote
|
||||
|
||||
class TelegramChatApiRemote(BaseRemote):
|
||||
@@ -8,4 +8,4 @@ class TelegramChatApiRemote(BaseRemote):
|
||||
|
||||
def parse_file(self, *args, **load_kwargs):
|
||||
|
||||
return text
|
||||
return
|
||||
Reference in New Issue
Block a user