Spaces:
Sleeping
Sleeping
Update requirements.txt
Browse files- requirements.txt +2 -2
requirements.txt
CHANGED
|
@@ -1,6 +1,6 @@
|
|
| 1 |
gradio
|
| 2 |
PyPDF2
|
| 3 |
-
langchain
|
| 4 |
langchain-community
|
| 5 |
langchain-core
|
| 6 |
langchain-text-splitters
|
|
@@ -13,4 +13,4 @@ requests
|
|
| 13 |
tqdm
|
| 14 |
feedparser
|
| 15 |
nomic
|
| 16 |
-
torch
|
|
|
|
| 1 |
gradio
|
| 2 |
PyPDF2
|
| 3 |
+
langchain==0.2.17
|
| 4 |
langchain-community
|
| 5 |
langchain-core
|
| 6 |
langchain-text-splitters
|
|
|
|
| 13 |
tqdm
|
| 14 |
feedparser
|
| 15 |
nomic
|
| 16 |
+
torch
|