Spaces:
Runtime error
Runtime error
Upload requirements (3).txt
Browse files- requirements (3).txt +26 -0
requirements (3).txt
ADDED
@@ -0,0 +1,26 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
#llama-index
|
2 |
+
#langchain
|
3 |
+
#ipython
|
4 |
+
streamlit
|
5 |
+
#pandas
|
6 |
+
#openpyxl
|
7 |
+
openai
|
8 |
+
langchain
|
9 |
+
faiss-cpu
|
10 |
+
#gradio
|
11 |
+
tiktoken
|
12 |
+
db-sqlite3
|
13 |
+
gspread
|
14 |
+
beautifulsoup4
|
15 |
+
requests
|
16 |
+
google-auth
|
17 |
+
google-auth-oauthlib
|
18 |
+
google-auth-httplib2
|
19 |
+
google-api-python-client
|
20 |
+
pytz
|
21 |
+
google-api-core
|
22 |
+
langdetect
|
23 |
+
googletrans==4.0.0-rc1
|
24 |
+
streamlit-authenticator
|
25 |
+
chromadb
|
26 |
+
pypdf
|