Update requirements.txt
Browse files- requirements.txt +12 -1
requirements.txt
CHANGED
@@ -1 +1,12 @@
|
|
1 |
-
huggingface_hub==0.22.2
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
huggingface_hub==0.22.2
|
2 |
+
gradio==3.0.0
|
3 |
+
pandas==2.0.0
|
4 |
+
sqlite3
|
5 |
+
openai==0.27.0
|
6 |
+
pinecone-client==2.1.0
|
7 |
+
chromadb==0.0.3
|
8 |
+
PyPDF2==1.28.0
|
9 |
+
transformers==4.31.0
|
10 |
+
google-api-python-client==2.77.0
|
11 |
+
google-auth==2.22.0
|
12 |
+
google-auth-oauthlib==0.5.0
|