AshenClock commited on
Commit
842c633
·
verified ·
1 Parent(s): c604208

Update requirements.txt

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