Spaces:
Sleeping
Sleeping
Update requirements.txt
Browse files- requirements.txt +7 -9
requirements.txt
CHANGED
|
@@ -1,11 +1,9 @@
|
|
| 1 |
-
|
| 2 |
langchain
|
| 3 |
-
|
| 4 |
-
|
| 5 |
-
|
| 6 |
-
#langchain_community.document_loaders
|
| 7 |
-
langchain_community==0.0.16
|
| 8 |
-
langchain_core==0.1.17
|
| 9 |
-
python-dotenv
|
| 10 |
chromadb
|
| 11 |
-
beautifulsoup4
|
|
|
|
|
|
|
|
|
| 1 |
+
streamlit
|
| 2 |
langchain
|
| 3 |
+
langchain-community
|
| 4 |
+
langchainhub
|
| 5 |
+
huggingface_hub
|
|
|
|
|
|
|
|
|
|
|
|
|
| 6 |
chromadb
|
| 7 |
+
beautifulsoup4
|
| 8 |
+
python-dotenv
|
| 9 |
+
sentence-transformers
|