Spaces:
Runtime error
Runtime error
Update requirements.txt
Browse files- requirements.txt +15 -1
requirements.txt
CHANGED
|
@@ -1 +1,15 @@
|
|
| 1 |
-
huggingface_hub==0.25.2
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
huggingface_hub==0.25.2
|
| 2 |
+
langgraph>=0.2.0
|
| 3 |
+
langchain>=0.2.0
|
| 4 |
+
langchain-openai>=0.1.0
|
| 5 |
+
langchain-community>=0.2.0
|
| 6 |
+
sentence-transformers>=2.2.2
|
| 7 |
+
faiss-cpu>=1.7.4
|
| 8 |
+
googlesearch-python>=1.2.3
|
| 9 |
+
duckduckgo-search>=6.1.0
|
| 10 |
+
aiohttp>=3.9.1
|
| 11 |
+
beautifulsoup4>=4.12.2
|
| 12 |
+
redis>=5.0.1
|
| 13 |
+
numpy>=1.24.3
|
| 14 |
+
scikit-learn>=1.3.0
|
| 15 |
+
openai>=1.0.0
|