Spaces:
Sleeping
Sleeping
Update requirements.txt
Browse files- requirements.txt +6 -5
requirements.txt
CHANGED
@@ -1,8 +1,9 @@
|
|
1 |
-
gradio
|
2 |
-
huggingface_hub
|
3 |
langchain
|
|
|
|
|
4 |
sentence-transformers
|
5 |
-
|
6 |
-
|
7 |
-
|
|
|
8 |
python-dotenv
|
|
|
|
|
|
|
1 |
langchain
|
2 |
+
langchain-community
|
3 |
+
langchainhub
|
4 |
sentence-transformers
|
5 |
+
chromadb
|
6 |
+
pymupdf
|
7 |
+
gradio
|
8 |
+
huggingface_hub
|
9 |
python-dotenv
|