Update requirements.txt
Browse files- requirements.txt +10 -8
requirements.txt
CHANGED
@@ -1,11 +1,13 @@
|
|
1 |
-
requests
|
2 |
-
beautifulsoup4
|
3 |
-
pandas
|
4 |
-
sentence-transformers
|
5 |
-
transformers
|
6 |
-
torch
|
7 |
-
huggingface-hub
|
8 |
streamlit
|
9 |
-
|
10 |
langchain
|
11 |
setuptools
|
|
|
|
|
|
1 |
+
requests
|
2 |
+
beautifulsoup4
|
3 |
+
pandas
|
4 |
+
sentence-transformers
|
5 |
+
transformers
|
6 |
+
torch
|
7 |
+
huggingface-hub
|
8 |
streamlit
|
9 |
+
pinecone-client
|
10 |
langchain
|
11 |
setuptools
|
12 |
+
watchdog
|
13 |
+
dotenv
|