Spaces:
Running
Running
# 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 |