Spaces:
Running
Running
Update requirements.txt
Browse files- requirements.txt +6 -4
requirements.txt
CHANGED
@@ -1,4 +1,4 @@
|
|
1 |
-
streamlit
|
2 |
youtube_transcript_api
|
3 |
sentence-transformers
|
4 |
google-api-python-client
|
@@ -7,11 +7,13 @@ google-auth-oauthlib
|
|
7 |
pandas
|
8 |
numpy
|
9 |
scikit-learn
|
10 |
-
|
11 |
-
|
|
|
12 |
requests
|
13 |
matplotlib
|
14 |
tqdm
|
15 |
python-dotenv
|
16 |
certifi
|
17 |
-
httplib2
|
|
|
|
1 |
+
streamlit==1.28.0
|
2 |
youtube_transcript_api
|
3 |
sentence-transformers
|
4 |
google-api-python-client
|
|
|
7 |
pandas
|
8 |
numpy
|
9 |
scikit-learn
|
10 |
+
faiss-cpu
|
11 |
+
transformers
|
12 |
+
torch
|
13 |
requests
|
14 |
matplotlib
|
15 |
tqdm
|
16 |
python-dotenv
|
17 |
certifi
|
18 |
+
httplib2
|
19 |
+
ollama
|