From 562e62a8c08ead09bde94d9c5a221f95a7670956 Mon Sep 17 00:00:00 2001 From: Soulter <905617992@qq.com> Date: Sun, 26 Oct 2025 13:02:22 +0800 Subject: [PATCH] feat: add new dependencies for PDF processing, file handling, and text ranking --- requirements.txt | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/requirements.txt b/requirements.txt index 5af016b28..714676e4e 100644 --- a/requirements.txt +++ b/requirements.txt @@ -44,3 +44,8 @@ sqlmodel deprecated sqlalchemy[asyncio] audioop-lts; python_version>='3.13' +pypdf +aiofiles +rank-bm25 +jieba +markitdown-no-magika[docx,xls,xlsx] \ No newline at end of file