You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

31 lines
391 B

# Web framework
fastapi==0.115.0
uvicorn==0.30.6
# Database
sqlalchemy==2.0.35
psycopg2-binary==2.9.9
pgvector==0.3.2
# ML / Embeddings
sentence-transformers==3.0.1
torch==2.4.1
# NLP
spacy==3.7.6
# Redis
redis==5.0.8
# Google Auth
google-auth==2.35.0
google-auth-httplib2==0.2.0
# HTTP
requests==2.32.3
# Environment
python-dotenv==1.0.1
# Pydantic (used by FastAPI)
pydantic==2.9.2