Spaces:
Sleeping
Sleeping
new requirements
Browse files- requirements.txt +5 -2
requirements.txt
CHANGED
|
@@ -4,10 +4,13 @@ langchain
|
|
| 4 |
langchain-community
|
| 5 |
pypdf
|
| 6 |
pydantic
|
| 7 |
-
sentence-transformers
|
| 8 |
chromadb
|
| 9 |
gradio
|
| 10 |
beautifulsoup4
|
| 11 |
tensorflow==2.13.0
|
| 12 |
tenacity==8.3.0
|
| 13 |
-
fake_useragent
|
|
|
|
|
|
|
|
|
|
|
|
| 4 |
langchain-community
|
| 5 |
pypdf
|
| 6 |
pydantic
|
| 7 |
+
sentence-transformers==2.2.2
|
| 8 |
chromadb
|
| 9 |
gradio
|
| 10 |
beautifulsoup4
|
| 11 |
tensorflow==2.13.0
|
| 12 |
tenacity==8.3.0
|
| 13 |
+
fake_useragent
|
| 14 |
+
|
| 15 |
+
# Huggingface_hub version that has cached_download
|
| 16 |
+
huggingface_hub==0.10.1
|