Spaces:
Sleeping
Sleeping
anmolsahai
commited on
Commit
•
566fc10
1
Parent(s):
fc4e550
bugs
Browse files- requirements.txt +11 -20
- stuff.py +0 -0
requirements.txt
CHANGED
@@ -1,23 +1,14 @@
|
|
1 |
streamlit
|
2 |
-
|
3 |
-
langchain
|
4 |
-
langchain_community
|
5 |
-
langchain_astradb
|
6 |
-
langchain_core
|
7 |
-
langchain_openai
|
8 |
-
langchain_anthropic
|
9 |
-
langchain_google_genai==1.0.5
|
10 |
-
google_generativeai
|
11 |
-
pdf2docx
|
12 |
-
pymupdf
|
13 |
python-docx
|
14 |
-
|
15 |
-
|
16 |
-
|
17 |
-
|
18 |
-
|
19 |
-
|
20 |
-
|
21 |
-
|
22 |
-
|
|
|
23 |
docxcompose
|
|
|
1 |
streamlit
|
2 |
+
PyMuPDF
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
3 |
python-docx
|
4 |
+
google-auth
|
5 |
+
google-auth-oauthlib
|
6 |
+
google-auth-httplib2
|
7 |
+
google-api-python-client
|
8 |
+
google-cloud-aiplatform
|
9 |
+
langchain-core
|
10 |
+
langchain-astradb
|
11 |
+
langchain-openai
|
12 |
+
langchain-anthropic
|
13 |
+
langchain-google-genai
|
14 |
docxcompose
|
stuff.py
ADDED
The diff for this file is too large to render.
See raw diff
|
|