You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
17 lines
346 B
Plaintext
17 lines
346 B
Plaintext
# Python dependencies for embedding service
|
|
# Author: Martin.Schweitzer@procon.co.at and claude.ai
|
|
|
|
# Sentence Transformers for embedding generation
|
|
sentence-transformers>=2.7.0
|
|
|
|
# FastAPI for HTTP API
|
|
fastapi>=0.109.0
|
|
uvicorn[standard]>=0.27.0
|
|
|
|
# PyTorch (CPU version - use torch for GPU)
|
|
torch>=2.0.0
|
|
|
|
# Utilities
|
|
numpy>=1.24.0
|
|
pydantic>=2.0.0
|