mirror of
https://github.com/open-webui/open-webui
synced 2025-06-08 15:37:22 +00:00
fix: unstructured md file parsing issue
This commit is contained in:
parent
fa20b1dc09
commit
176c689f8d
@ -44,7 +44,7 @@ sentence-transformers==3.0.1
|
|||||||
pypdf==4.3.1
|
pypdf==4.3.1
|
||||||
docx2txt==0.8
|
docx2txt==0.8
|
||||||
python-pptx==1.0.0
|
python-pptx==1.0.0
|
||||||
unstructured==0.15.0
|
unstructured==0.15.5
|
||||||
Markdown==3.6
|
Markdown==3.6
|
||||||
pypandoc==1.13
|
pypandoc==1.13
|
||||||
pandas==2.2.2
|
pandas==2.2.2
|
||||||
|
@ -51,7 +51,7 @@ dependencies = [
|
|||||||
"pypdf==4.3.1",
|
"pypdf==4.3.1",
|
||||||
"docx2txt==0.8",
|
"docx2txt==0.8",
|
||||||
"python-pptx==1.0.0",
|
"python-pptx==1.0.0",
|
||||||
"unstructured==0.15.0",
|
"unstructured==0.15.5",
|
||||||
"Markdown==3.6",
|
"Markdown==3.6",
|
||||||
"pypandoc==1.13",
|
"pypandoc==1.13",
|
||||||
"pandas==2.2.2",
|
"pandas==2.2.2",
|
||||||
|
Loading…
Reference in New Issue
Block a user