Update requirements.txt
Browse files- requirements.txt +15 -3
requirements.txt
CHANGED
@@ -1,3 +1,15 @@
|
|
1 |
-
|
2 |
-
|
3 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
streamlit
|
2 |
+
fastapi
|
3 |
+
uvicorn
|
4 |
+
langchain
|
5 |
+
langchain-community
|
6 |
+
langchainhub
|
7 |
+
sentence-transformers
|
8 |
+
huggingface_hub
|
9 |
+
pydantic
|
10 |
+
python-multipart
|
11 |
+
PyPDF2
|
12 |
+
faiss-cpu
|
13 |
+
requests
|
14 |
+
joblib
|
15 |
+
python-dotenv
|