Spaces:
Runtime error
Runtime error
Update requirements.txt
Browse files- requirements.txt +6 -2
requirements.txt
CHANGED
@@ -26,5 +26,9 @@ omegaconf>=2.3.0
|
|
26 |
# Model utilities
|
27 |
timm>=0.5.4
|
28 |
|
29 |
-
|
30 |
-
|
|
|
|
|
|
|
|
|
|
26 |
# Model utilities
|
27 |
timm>=0.5.4
|
28 |
|
29 |
+
# RAG and AI dependencies
|
30 |
+
sentence-transformers>=2.2.0
|
31 |
+
scikit-learn>=1.3.0
|
32 |
+
|
33 |
+
# Google Gemini API
|
34 |
+
google-generativeai
|