Update requirements.txt
Browse files- requirements.txt +4 -1
requirements.txt
CHANGED
@@ -11,4 +11,7 @@ requests
|
|
11 |
passlib[bcrypt]
|
12 |
pymongo
|
13 |
pypDF2
|
14 |
-
python-multipart
|
|
|
|
|
|
|
|
11 |
passlib[bcrypt]
|
12 |
pymongo
|
13 |
pypDF2
|
14 |
+
python-multipart
|
15 |
+
langchain-community
|
16 |
+
langchain-text-splitters
|
17 |
+
scikit-learn
|