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