Create requirements.txt
Browse files- requirements.txt +10 -0
requirements.txt
ADDED
@@ -0,0 +1,10 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
bs4
|
2 |
+
chromadb
|
3 |
+
gradio
|
4 |
+
langchain==0.0.336
|
5 |
+
openai
|
6 |
+
pymongo
|
7 |
+
pypdf
|
8 |
+
python-dotenv
|
9 |
+
tiktoken
|
10 |
+
yt_dlp
|