feat: add liteparse (#7069)
* feat: add liteparse * perf code * perf code * perf code * fix: load liteparse as esm in worker * fix: add liteparse runtime libs to app image * perf: reduce read file worker memory usage * fix: use compatible worker transfer type * fix: respect read file worker concurrency
Showing
| ... | ... | @@ -19,6 +19,7 @@ |
| "@fastgpt-sdk/sandbox-adapter": "workspace:*", | ||
| "@fastgpt-sdk/storage": "workspace:*", | ||
| "@fastgpt/global": "workspace:*", | ||
| "@llamaindex/liteparse": "catalog:", | ||
| "@mariozechner/pi-agent-core": "^0.67.3", | ||
| "@mariozechner/pi-ai": "^0.67.3", | ||
| "@maxmind/geoip2-node": "^6.3.4", | ||
| ... | ... | @@ -66,7 +67,6 @@ |
| "node-xlsx": "^0.24.0", | ||
| "p-limit": "^7.2.0", | ||
| "papaparse": "5.4.1", | ||
| "pdfjs-dist": "4.10.38", | ||
| "pg": "^8.10.0", | ||
| "pino": "^9.7.0", | ||
| "pino-opentelemetry-transport": "^1.0.1", | ||
| ... | ... |
| ... | ... | @@ -44,6 +44,7 @@ |
| "@fastgpt/service": "workspace:*", | ||
| "@fastgpt/web": "workspace:*", | ||
| "@fortaine/fetch-event-source": "^3.0.6", | ||
| "@llamaindex/liteparse": "catalog:", | ||
| "@modelcontextprotocol/sdk": "catalog:", | ||
| "@monaco-editor/react": "^4.7.0", | ||
| "@node-rs/jieba": "catalog:", | ||
| ... | ... |
Please
register
or
sign in
to comment