Spaces:
Sleeping
Sleeping
Update requirements.txt
Browse files- requirements.txt +13 -11
requirements.txt
CHANGED
|
@@ -1,13 +1,15 @@
|
|
| 1 |
-
gradio
|
| 2 |
-
|
| 3 |
-
|
| 4 |
-
langchain==0.1.14
|
| 5 |
-
langchain-community==0.0.30
|
| 6 |
-
sentence-transformers
|
| 7 |
-
faiss-cpu
|
| 8 |
groq
|
| 9 |
-
|
|
|
|
|
|
|
|
|
|
| 10 |
python-dotenv
|
| 11 |
-
|
| 12 |
-
|
| 13 |
-
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
gradio
|
| 2 |
+
PyPDF2
|
| 3 |
+
langchain
|
|
|
|
|
|
|
|
|
|
|
|
|
| 4 |
groq
|
| 5 |
+
faiss-cpu
|
| 6 |
+
nomic
|
| 7 |
+
requests
|
| 8 |
+
langchain-community
|
| 9 |
python-dotenv
|
| 10 |
+
langchain-core
|
| 11 |
+
sentence-transformers
|
| 12 |
+
torch
|
| 13 |
+
huggingface-hub
|
| 14 |
+
tqdm
|
| 15 |
+
feedparser
|