Update requirements.txt
Browse files- requirements.txt +2 -2
requirements.txt
CHANGED
@@ -1,9 +1,9 @@
|
|
1 |
bs4
|
2 |
chromadb
|
3 |
gradio
|
4 |
-
|
5 |
openai
|
6 |
-
|
7 |
pypdf
|
8 |
python-dotenv
|
9 |
tiktoken
|
|
|
1 |
bs4
|
2 |
chromadb
|
3 |
gradio
|
4 |
+
langchain==0.0.337
|
5 |
openai
|
6 |
+
pymongo
|
7 |
pypdf
|
8 |
python-dotenv
|
9 |
tiktoken
|