mirror of
https://github.com/arc53/DocsGPT.git
synced 2025-12-02 18:13:13 +00:00
Fixing ingestion metadata grouping
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
"""Base reader class."""
|
||||
from abc import abstractmethod
|
||||
from typing import Any, List, Iterator
|
||||
from typing import Any, List
|
||||
|
||||
from langchain.docstore.document import Document as LCDocument
|
||||
from application.parser.schema.base import Document
|
||||
|
||||
@@ -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