Phase 3: Memory & Growth - Multi-file fusion, Entity alignment with embedding, Document import, Knowledge base panel

This commit is contained in:
OpenClaw Bot
2026-02-18 12:12:39 +08:00
parent 643fe46780
commit da8a4db985
11 changed files with 1842 additions and 167 deletions

24
backend/requirements.txt Normal file
View 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