AshenClock commited on
Commit
cfc4286
·
verified ·
1 Parent(s): 0feac5e

Update requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +10 -27
requirements.txt CHANGED
@@ -1,27 +1,10 @@
1
- # Framework e Server
2
- fastapi
3
- uvicorn[standard]
4
-
5
- # Integrazione con Hugging Face
6
- huggingface-hub
7
-
8
- # RDF e Ontologie
9
- rdflib
10
-
11
- # Validazione dei Dati
12
- pydantic
13
-
14
- # Elaborazione del Linguaggio Naturale
15
- sentence-transformers
16
-
17
- # Indicizzazione e Ricerca Vettoriale
18
- faiss-cpu
19
-
20
- # Calcolo Numerico
21
- numpy
22
-
23
- # Gestione delle Variabili d'Ambiente
24
- python-dotenv
25
-
26
- # Utilità (facoltativo)
27
- tqdm
 
1
+ fastapi==0.95.2
2
+ uvicorn[standard]==0.22.0
3
+ huggingface-hub==0.21.3
4
+ rdflib==6.1.1
5
+ pydantic==1.10.9
6
+ sentence-transformers==2.2.2
7
+ faiss-cpu==1.7.4
8
+ numpy==1.24.3
9
+ python-dotenv==1.0.0
10
+ tqdm==4.66.1