Update requirements.txt
Browse files- requirements.txt +2 -1
requirements.txt
CHANGED
@@ -2,4 +2,5 @@ langchain
|
|
2 |
pypdf
|
3 |
faiss-cpu
|
4 |
tqdm
|
5 |
-
sentence_transformers
|
|
|
|
2 |
pypdf
|
3 |
faiss-cpu
|
4 |
tqdm
|
5 |
+
sentence_transformers
|
6 |
+
python-dotenv
|