-
Notifications
You must be signed in to change notification settings - Fork 11
Expand file tree
/
Copy pathrequirements.txt
More file actions
41 lines (35 loc) · 830 Bytes
/
Copy pathrequirements.txt
File metadata and controls
41 lines (35 loc) · 830 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
aiosqlite==0.19.0 # SQLite异步驱动
alembic==1.12.1
bcrypt==4.0.1
# 任务队列
celery==5.3.6
click
fastapi==0.104.1
flower==2.0.1 # Celery监控工具
google.generativeai~=0.8.3
llama-index-core==0.12.22
llama-index-embeddings-siliconflow
llama-index-llms-openai-like
llama-index-llms-siliconflow
llama-index-storage-docstore-postgres
llama-index-vector-stores-postgres
llama_index-postprocessor-siliconflow_rerank
openai==1.65.2
passlib[bcrypt]==1.7.4
pdf2image~=1.17.0
# AI和图像处理
pillow~=11.0.0
# 数据库驱动
psycopg2-binary==2.9.9 # PostgreSQL驱动
pydantic==2.8.0
pydantic-settings==2.1.0
pydantic[email]==2.8.0
pypdfium2==4.30.1
python-dotenv==1.0.1
python-jose[cryptography]==3.4.0
# 日志
python-logging-loki==0.3.1
python-multipart==0.0.19
redis==5.0.1
sqlalchemy==2.0.23
uvicorn==0.24.0