Spaces:
Runtime error
Runtime error
Update requirements.txt
Browse files- requirements.txt +7 -3
requirements.txt
CHANGED
|
@@ -1,7 +1,11 @@
|
|
| 1 |
-
gradio
|
| 2 |
requests
|
| 3 |
huggingface_hub>=0.23.0
|
| 4 |
-
langgraph
|
| 5 |
-
huggingface_hub
|
| 6 |
chromadb
|
| 7 |
sentence-transformers
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
requests
|
| 2 |
huggingface_hub>=0.23.0
|
|
|
|
|
|
|
| 3 |
chromadb
|
| 4 |
sentence-transformers
|
| 5 |
+
langchain
|
| 6 |
+
langchain-core
|
| 7 |
+
langchain-huggingface
|
| 8 |
+
langgraph
|
| 9 |
+
huggingface_hub
|
| 10 |
+
python-dotenv
|
| 11 |
+
gradio
|