That1BrainCell commited on
Commit
026c1cf
·
verified ·
1 Parent(s): b174994

Upload requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +27 -22
requirements.txt CHANGED
@@ -1,22 +1,27 @@
1
- beautifulsoup4==4.12.3
2
- duckduckgo_search==6.1.0
3
- faiss_cpu==1.8.0
4
- fastapi==0.111.0
5
- fitz==0.0.1.dev2
6
- Flask==3.0.3
7
- googlesearch_python==1.2.4
8
- langchain==0.2.3
9
- langchain_community==0.2.4
10
- langchain_google_genai==1.0.6
11
- langchain_text_splitters==0.2.1
12
- langdetect==1.0.9
13
- numpy==1.26.4
14
- pdfplumber==0.11.1
15
- protobuf==4.25.3
16
- pydantic==2.7.4
17
- pymongo
18
- PyPDF2==3.0.1
19
- Requests==2.32.3
20
- spacy==3.7.5
21
- streamlit==1.35.0
22
- tqdm==4.66.4
 
 
 
 
 
 
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