intern_assignment / requirements.txt
Battlecon's picture
Update requirements.txt
05ce412 verified
Raw
History Blame Contribute Delete
487 Bytes
# Web Server & API
fastapi==0.110.0
uvicorn[standard]==0.29.0
python-multipart==0.0.9
python-dotenv==0.21.1
motor
# AI & LLM
google-genai==0.3.0
langchain==0.1.13
langchain-community==0.0.29
langchain-huggingface==0.0.2 # For high-speed local embeddings
faiss-cpu # Local Vector Database
# Data Processing & Validation
# Data Processing & Validation
pydantic>=2.9.0
thefuzz==0.22.1
Levenshtein>=0.27.0
python-dateutil==2.9.0.post0
pillow>=10.4.0