Precollege-Fastapi / requirements.txt
n0v33n
update requirements
7fce709
raw
history blame contribute delete
499 Bytes
# Web framework
fastapi
uvicorn[standard]
# Environment and OS
python-dotenv
# HTTP Requests
requests
# Google Sheets
gspread
oauth2client # Required by gspread for Google auth
# Hugging Face
huggingface_hub
# LangChain + Vector Stores
langchain
langchain-community
faiss-cpu # CPU-only FAISS version
langchain_tavily
# Embeddings
sentence-transformers
# Google Generative AI (Gemini)
google-generativeai
# Tavily Search Tool
tavily-python
# JSON + Utilities
pydantic
gunicorn
google-adk