Spaces:
Sleeping
Sleeping
Updated Requirements
Browse filesVersion Constraints Added:
langchain-huggingface>=0.0.1 - Ensures minimum compatible version
huggingface_hub>=0.19.0 - Stable version with latest features
python-dotenv>=1.0.0 - For secure environment variable management
Additional Dependencies:
1. requests>=2.31.0 - For HTTP requests
2. Commented optional packages for metrics, data analysis, and development
Also added install instructions.
- requirements.txt +7 -2
requirements.txt
CHANGED
|
@@ -1,4 +1,9 @@
|
|
| 1 |
gradio>=4.0.0
|
| 2 |
langchain>=0.1.0
|
| 3 |
-
langchain-huggingface
|
| 4 |
-
huggingface_hub
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
gradio>=4.0.0
|
| 2 |
langchain>=0.1.0
|
| 3 |
+
langchain-huggingface>=0.0.1
|
| 4 |
+
huggingface_hub>=0.19.0
|
| 5 |
+
python-dotenv>=1.0.0
|
| 6 |
+
requests>=2.31.0
|
| 7 |
+
|
| 8 |
+
# To Install
|
| 9 |
+
# pip install -r requirements.txt
|