Spaces:
Runtime error
Runtime error
Update requirements.txt
Browse files- requirements.txt +7 -2
requirements.txt
CHANGED
@@ -1,7 +1,11 @@
|
|
1 |
bs4
|
2 |
chromadb
|
3 |
gradio
|
4 |
-
langchain
|
|
|
|
|
|
|
|
|
5 |
openai
|
6 |
pymongo
|
7 |
pypdf
|
@@ -28,4 +32,5 @@ nltk
|
|
28 |
pyspellchecker
|
29 |
hugchat
|
30 |
reportlab
|
31 |
-
PyPDF2
|
|
|
|
1 |
bs4
|
2 |
chromadb
|
3 |
gradio
|
4 |
+
langchain
|
5 |
+
langchain_community
|
6 |
+
langchain-openai
|
7 |
+
langchainhub
|
8 |
+
langgraph
|
9 |
openai
|
10 |
pymongo
|
11 |
pypdf
|
|
|
32 |
pyspellchecker
|
33 |
hugchat
|
34 |
reportlab
|
35 |
+
PyPDF2
|
36 |
+
fake_useragent
|