Add app to rag module: presentaion & laws (#43)

This commit is contained in:
KevinHuSh
2024-01-25 18:57:39 +08:00
committed by GitHub
parent e32ef75e99
commit 072f9dd5bc
7 changed files with 473 additions and 103 deletions

View File

@@ -352,11 +352,6 @@ class ExcelChunker(HuChunker):
class PptChunker(HuChunker):
@dataclass
class Fields:
text_chunks: List = None
table_chunks: List = None
def __init__(self):
super().__init__()