That1BrainCell
commited on
Upload requirements.txt
Browse files- requirements.txt +27 -22
requirements.txt
CHANGED
@@ -1,22 +1,27 @@
|
|
1 |
-
beautifulsoup4==4.
|
2 |
-
|
3 |
-
|
4 |
-
fastapi==0.111.0
|
5 |
-
fitz==0.0.1.dev2
|
6 |
-
Flask==3.
|
7 |
-
googlesearch_python==1.2.4
|
8 |
-
langchain==0.2.
|
9 |
-
langchain_community==0.2.
|
10 |
-
|
11 |
-
|
12 |
-
langdetect==1.0.9
|
13 |
-
numpy
|
14 |
-
|
15 |
-
|
16 |
-
|
17 |
-
|
18 |
-
|
19 |
-
|
20 |
-
|
21 |
-
|
22 |
-
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
beautifulsoup4==4.11.1
|
2 |
+
chromadb==0.5.3
|
3 |
+
duckduckgo_search==6.1.0
|
4 |
+
fastapi==0.111.0
|
5 |
+
fitz==0.0.1.dev2
|
6 |
+
Flask==2.3.1
|
7 |
+
googlesearch_python==1.2.4
|
8 |
+
langchain==0.2.6
|
9 |
+
langchain_community==0.2.6
|
10 |
+
langchain_core==0.2.10
|
11 |
+
langchain_google_genai==1.0.7
|
12 |
+
langdetect==1.0.9
|
13 |
+
numpy
|
14 |
+
pandas==1.5.2
|
15 |
+
pdfplumber==0.11.0
|
16 |
+
Pillow==10.3.0
|
17 |
+
pinecone==4.0.0
|
18 |
+
plotly==5.22.0
|
19 |
+
protobuf<5
|
20 |
+
pydantic==1.10.9
|
21 |
+
pymongo
|
22 |
+
PyPDF2==3.0.1
|
23 |
+
Requests==2.32.3
|
24 |
+
streamlit==1.35.0
|
25 |
+
torch==2.2.0
|
26 |
+
tqdm==4.66.4
|
27 |
+
transformers==4.41.2
|