Files
Heimgeist/backend/requirements.txt

28 lines
483 B
Plaintext
Raw Normal View History

2025-08-22 23:42:34 +02:00
fastapi==0.111.0
uvicorn[standard]==0.30.1
SQLAlchemy==2.0.32
httpx==0.27.0
pydantic==2.11.7
requests>=2.32.0
# Web search enrichment dependencies
beautifulsoup4==4.12.3
httpx[http2]>=0.27.0
numpy
# Local RAG pipeline dependencies
faiss-cpu>=1.8.0
PyMuPDF>=1.24.0
ebooklib>=0.18
chardet>=5.2.0
Pillow>=10.0.0
langid>=1.1.6
langdetect>=1.0.9
2026-03-19 21:47:50 +01:00
tqdm>=4.66.0
2026-03-19 23:05:27 +01:00
openai-whisper
# Optional but recommended for richer ingestion / reranking:
# opencv-python-headless
# sentence-transformers