That1BrainCell commited on
Commit
30bc568
·
verified ·
1 Parent(s): 6415cdf

Upload requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +29 -27
requirements.txt CHANGED
@@ -1,27 +1,29 @@
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
 
 
 
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
+ pygithub
24
+ Requests==2.32.3
25
+ streamlit==1.36.0
26
+ torch==2.2.0
27
+ tqdm==4.66.4
28
+ transformers==4.41.2
29
+ zipfile36