Skip to content

Commit 4f4df73

Browse files
committed
全新升级:递归搜索功能,支持商业API等
1 parent 9661bb7 commit 4f4df73

13 files changed

+2204
-1164
lines changed

rag_demo.py

Lines changed: 0 additions & 1013 deletions
This file was deleted.

rag_demo_pro.py

Lines changed: 1978 additions & 0 deletions
Large diffs are not rendered by default.

readme.md

Lines changed: 223 additions & 151 deletions
Large diffs are not rendered by default.

requirements.txt

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,13 +10,16 @@ markdown>=3.4.3
1010
fastapi>=0.104.1
1111
uvicorn>=0.23.2
1212
python-multipart>=0.0.6
13+
urllib3>=1.26.16
14+
jieba>=0.42.1
1315

1416
# PDF处理相关
1517

1618
# 工具依赖
1719
numpy>=1.26.1
1820
tqdm>=4.66.1
1921
typing-extensions>=4.9.0
22+
rank-bm25>=0.2.2
2023

2124
# API相关
2225
httpx>=0.27.0
-1.1 MB
Binary file not shown.

公众号二维码.png

22.3 KB
Loading

小红书二维码.png

143 KB
Loading

思维链展示功能.png

472 KB
Loading

文档上传与处理界面.png

186 KB
Loading

界面截图.png

-237 KB
Binary file not shown.

0 commit comments

Comments
 (0)