Spaces:
Runtime error
Runtime error
Add additional libraries
Browse files- requirements.txt +4 -2
requirements.txt
CHANGED
|
@@ -27,6 +27,8 @@ python-dotenv>=1.0.0
|
|
| 27 |
# Uncomment below and set EMBEDDING_PROVIDER=openai in .env
|
| 28 |
# openai>=1.0.0
|
| 29 |
|
|
|
|
|
|
|
| 30 |
torch>=2.9.1
|
| 31 |
sentence-transformers>=5.2.0
|
| 32 |
|
|
@@ -38,7 +40,7 @@ https://huggingface.co/spaces/chrisjcc/fraud_model_explainability_assistant/reso
|
|
| 38 |
# ==================================
|
| 39 |
|
| 40 |
# Task scheduling for automated Confluence updates
|
| 41 |
-
|
| 42 |
|
| 43 |
# Logging and monitoring
|
| 44 |
-
|
|
|
|
| 27 |
# Uncomment below and set EMBEDDING_PROVIDER=openai in .env
|
| 28 |
# openai>=1.0.0
|
| 29 |
|
| 30 |
+
chromadb>=1.4.0
|
| 31 |
+
|
| 32 |
torch>=2.9.1
|
| 33 |
sentence-transformers>=5.2.0
|
| 34 |
|
|
|
|
| 40 |
# ==================================
|
| 41 |
|
| 42 |
# Task scheduling for automated Confluence updates
|
| 43 |
+
apscheduler>=3.10.0
|
| 44 |
|
| 45 |
# Logging and monitoring
|
| 46 |
+
python-json-logger>=2.0.0
|