Spaces:
Sleeping
Sleeping
Create requirements.txt
Browse files- requirements.txt +12 -0
requirements.txt
ADDED
@@ -0,0 +1,12 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
chainlit==0.7.700
|
2 |
+
openai==1.3.5
|
3 |
+
cohere==4.37
|
4 |
+
python-dotenv==1.0.0
|
5 |
+
tiktoken==0.5.1
|
6 |
+
pinecone-client==2.2.4
|
7 |
+
langchain==0.0.350
|
8 |
+
|
9 |
+
youtube-search-python==1.6.6
|
10 |
+
youtube-transcript-api==0.6.1
|
11 |
+
langchain-community==0.0.3
|
12 |
+
scrapetube==2.5.1
|