Reduce the default chunk size in the reasoning pipeline to fit LLM capability
This commit is contained in:
@@ -6,7 +6,15 @@ class FileUpload(BasePage):
|
||||
def __init__(self, app):
|
||||
self._app = app
|
||||
self._supported_file_types = [
|
||||
"image", ".pdf", ".txt", ".csv", ".xlsx", ".doc", ".docx", ".pptx", ".html"
|
||||
"image",
|
||||
".pdf",
|
||||
".txt",
|
||||
".csv",
|
||||
".xlsx",
|
||||
".doc",
|
||||
".docx",
|
||||
".pptx",
|
||||
".html",
|
||||
]
|
||||
self.on_building_ui()
|
||||
|
||||
|
Reference in New Issue
Block a user