Spaces:
Sleeping
Sleeping
ahmadtalha
commited on
Commit
•
5583d2a
1
Parent(s):
65936f4
Upload requirements.txt
Browse files- requirements.txt +40 -0
requirements.txt
ADDED
@@ -0,0 +1,40 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
faiss-cpu==1.7.4
|
2 |
+
google-ai-generativelanguage==0.4.0
|
3 |
+
google-api-core==2.15.0
|
4 |
+
google-auth==2.23.4
|
5 |
+
google-auth-oauthlib==1.0.0
|
6 |
+
google-cloud-core==2.4.1
|
7 |
+
google-cloud-storage==2.13.0
|
8 |
+
google-crc32c==1.5.0
|
9 |
+
google-generativeai==0.3.2
|
10 |
+
google-pasta==0.2.0
|
11 |
+
google-resumable-media==2.6.0
|
12 |
+
google-search-results==2.4.2
|
13 |
+
googleapis-common-protos==1.62.0
|
14 |
+
joblib==1.2.0
|
15 |
+
json5==0.9.14
|
16 |
+
langchain==0.1.8
|
17 |
+
langchain-anthropic==0.1.4
|
18 |
+
langchain-community==0.0.21
|
19 |
+
langchain-core==0.1.24
|
20 |
+
langchain-google-genai==0.0.9
|
21 |
+
langchain-openai==0.0.6
|
22 |
+
langsmith==0.1.3
|
23 |
+
llama-index-core==0.10.5
|
24 |
+
mysql==0.0.3
|
25 |
+
mysql-connector-python==8.2.0
|
26 |
+
mysqlclient==2.2.1
|
27 |
+
openai==1.12.0
|
28 |
+
python-dotenv==1.0.1
|
29 |
+
requests==2.31.0
|
30 |
+
streamlit==1.32.2
|
31 |
+
streamlit-aggrid==0.3.4.post3
|
32 |
+
streamlit-camera-input-live==0.2.0
|
33 |
+
streamlit-card==1.0.0
|
34 |
+
streamlit-embedcode==0.1.2
|
35 |
+
streamlit-extras==0.4.0
|
36 |
+
streamlit-faker==0.0.3
|
37 |
+
streamlit-image-coordinates==0.1.6
|
38 |
+
streamlit-keyup==0.2.3
|
39 |
+
streamlit-toggle-switch==1.0.2
|
40 |
+
streamlit-vertical-slider==2.5.5
|