Phase 3: Memory & Growth - Multi-file fusion, Entity alignment with embedding, Document import, Knowledge base panel
This commit is contained in:
24
backend/requirements.txt
Normal file
24
backend/requirements.txt
Normal file
@@ -0,0 +1,24 @@
|
||||
# InsightFlow Backend Dependencies
|
||||
|
||||
# Web Framework
|
||||
fastapi==0.109.0
|
||||
uvicorn[standard]==0.27.0
|
||||
python-multipart==0.0.6
|
||||
|
||||
# HTTP Client
|
||||
httpx==0.26.0
|
||||
|
||||
# Document Processing
|
||||
PyPDF2==3.0.1
|
||||
python-docx==1.1.0
|
||||
|
||||
# Data Processing
|
||||
numpy==1.26.3
|
||||
|
||||
# Aliyun SDK
|
||||
aliyun-python-sdk-core==2.14.0
|
||||
aliyun-python-sdk-oss==2.18.5
|
||||
oss2==2.18.5
|
||||
|
||||
# Utilities
|
||||
python-dotenv==1.0.0
|
||||
Reference in New Issue
Block a user