IA2_model / requirements.txt
AshenClock's picture
Update requirements.txt
28d2f0e verified
raw
history blame
452 Bytes
# Framework e Server
fastapi==0.95.2
uvicorn[standard]==0.22.0
# Integrazione con Hugging Face
huggingface-hub==0.21.3
# RDF e Ontologie
rdflib==6.1.1
# Validazione dei Dati
pydantic==1.10.9
# Elaborazione del Linguaggio Naturale
sentence-transformers==2.2.2
# Indicizzazione e Ricerca Vettoriale
faiss-cpu==1.7.4
# Calcolo Numerico
numpy==1.24.3
# Gestione delle Variabili d'Ambiente
python-dotenv==1.0.0
# Utilità (facoltativo)
tqdm==4.66.1