Spaces:
Running
Running
Create requirements.txt
Browse files- requirements.txt +13 -0
requirements.txt
ADDED
@@ -0,0 +1,13 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
bs4==0.0.1
|
2 |
+
chromadb==0.4.21
|
3 |
+
langchain==0.0.354
|
4 |
+
llama-hub==0.0.65
|
5 |
+
llama-index==0.9.24
|
6 |
+
openai==1.33.0
|
7 |
+
pymongo==4.6.1
|
8 |
+
pypdf==3.17.4
|
9 |
+
python-dotenv==1.0.1
|
10 |
+
tiktoken==0.5.2
|
11 |
+
youtube_transcript_api
|
12 |
+
yt_dlp==2023.12.30
|
13 |
+
wandb==0.16.1
|