Update requirements.txt
Browse files- requirements.txt +2 -1
requirements.txt
CHANGED
@@ -5,6 +5,7 @@ transformers
|
|
5 |
InstructorEmbedding
|
6 |
optimum[onnxruntime]
|
7 |
yt-dlp
|
|
|
8 |
pydub
|
9 |
validators==0.18.2
|
10 |
nltk==3.7
|
@@ -18,6 +19,6 @@ en_core_web_lg @ https://huggingface.co/spacy/en_core_web_lg/resolve/main/en_cor
|
|
18 |
bs4==0.0.1
|
19 |
wikipedia
|
20 |
pyvis
|
21 |
-
langchain
|
22 |
openai
|
23 |
faiss-cpu
|
|
|
5 |
InstructorEmbedding
|
6 |
optimum[onnxruntime]
|
7 |
yt-dlp
|
8 |
+
pytube==15.0.0
|
9 |
pydub
|
10 |
validators==0.18.2
|
11 |
nltk==3.7
|
|
|
19 |
bs4==0.0.1
|
20 |
wikipedia
|
21 |
pyvis
|
22 |
+
langchain
|
23 |
openai
|
24 |
faiss-cpu
|