Spaces:
Build error
Build error
Update requirements.txt
Browse files- requirements.txt +9 -10
requirements.txt
CHANGED
|
@@ -1,11 +1,10 @@
|
|
| 1 |
-
|
| 2 |
-
langchain
|
| 3 |
-
|
| 4 |
-
|
|
|
|
|
|
|
| 5 |
python-dotenv
|
| 6 |
-
|
| 7 |
-
|
| 8 |
-
|
| 9 |
-
gradio>=4.0.0
|
| 10 |
-
langchain-huggingface
|
| 11 |
-
langchain-chroma
|
|
|
|
| 1 |
+
gradio>=3.50.0,<4.0.0
|
| 2 |
+
langchain>=0.1.0
|
| 3 |
+
chromadb>=0.4.0
|
| 4 |
+
sentence-transformers>=2.2.0
|
| 5 |
+
pypdf>=3.0.0
|
| 6 |
+
langchain-openai
|
| 7 |
python-dotenv
|
| 8 |
+
beautifulsoup4
|
| 9 |
+
requests
|
| 10 |
+
lxml
|
|
|
|
|
|
|
|
|