Files
ds_zagres_ai/ai_service/requirements.txt
T

12 lines
175 B
Plaintext
Raw Normal View History

2025-05-09 15:41:16 +01:00
# Core dependencies
fastapi==0.103.1
uvicorn==0.23.2
pydantic==2.3.0
python-dotenv==1.0.0
2025-05-09 16:47:30 +01:00
# Document processing
langchain-text-splitters==0.3.8
2025-05-09 15:41:16 +01:00
# Utilities
requests==2.32.3