Skip to content

Commit 88e02e6

Browse files
committed
fix: upgrade LiteParse to 2.0.8
1 parent e3717e5 commit 88e02e6

5 files changed

Lines changed: 39 additions & 37 deletions

File tree

document/content/self-host/upgrading/4-15/4152.en.mdx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,7 @@ The previous values are no longer supported. Using `default` or `pi` will fail e
4242
5. Files generated by system tools no longer expire after 1 hour. They are now long-lived and deleted together with the conversation.
4343
6. The registration button is now hidden in Sync Mode.
4444
7. Improved the performance of the fade-in effect for streaming output in chat dialogs.
45+
8. Upgraded `LiteParse` to fix PDF parsing errors under concurrent workloads.
4546

4647
### Streaming Markdown Rendering Improvements
4748

document/content/self-host/upgrading/4-15/4152.mdx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,7 @@ V4.15.2 起,`AGENT_ENGINE` 使用新的枚举值。升级前,请按下表修
4040
5. 系统工具生成的文件不会 1 小时过期,改成长期,跟随会话一起删除。
4141
6. 同步模式下不显示注册用户按钮。
4242
7. 对话框流输出,淡入效果性能优化。
43+
8. 升级 `LiteParse` 版本,解决并发解析 PDF 报错问题。
4344

4445
## 🐛 修复
4546

document/data/doc-last-modified.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -321,7 +321,7 @@
321321
"content/self-host/upgrading/4-15/4151.en.mdx": "2026-07-07T21:14:28+08:00",
322322
"content/self-host/upgrading/4-15/4151.mdx": "2026-07-07T21:14:28+08:00",
323323
"content/self-host/upgrading/4-15/4152.en.mdx": "2026-07-16T13:18:15+08:00",
324-
"content/self-host/upgrading/4-15/4152.mdx": "2026-07-16T13:18:15+08:00",
324+
"content/self-host/upgrading/4-15/4152.mdx": "2026-07-16T17:25:54+08:00",
325325
"content/self-host/upgrading/outdated/40.en.mdx": "2026-04-26T21:08:47+08:00",
326326
"content/self-host/upgrading/outdated/40.mdx": "2026-04-26T21:08:47+08:00",
327327
"content/self-host/upgrading/outdated/41.en.mdx": "2026-04-26T21:08:47+08:00",

pnpm-lock.yaml

Lines changed: 35 additions & 35 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pnpm-workspace.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ catalog:
2525
'@dnd-kit/core': ^6.3.1
2626
'@emotion/react': ^11
2727
'@emotion/styled': ^11
28-
'@llamaindex/liteparse': 2.0.5
28+
'@llamaindex/liteparse': 2.0.8
2929
'@modelcontextprotocol/sdk': ^1
3030
'@node-rs/jieba': 2.0.1
3131
'@svgr/webpack': ^6.5.1

0 commit comments

Comments
 (0)