elly99 commited on
Commit
d017937
·
verified ·
1 Parent(s): 63bccce

Update requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +24 -12
requirements.txt CHANGED
@@ -1,15 +1,27 @@
1
- numpy
2
- PyMuPDF
3
- python-docx
 
 
 
 
 
 
 
 
 
 
 
 
 
4
  matplotlib
5
  networkx
6
- requests
7
- aiohttp
8
- torch
9
- python-dotenv
10
- sentence-transformers
11
- transformers
12
- scikit-learn
13
- langchain
14
  plotly
15
- faiss-cpu
 
 
 
 
 
 
 
 
1
+ langchain==1.1.0
2
+ langchain-groq==1.1.0
3
+ langchain-community==0.4.1
4
+ groq==0.37.0
5
+ python-dotenv==1.2.1
6
+ openai==2.8.1
7
+ transformers==4.57.3
8
+ datasets==4.4.1
9
+ accelerate==1.12.0
10
+ peft==0.18.0
11
+ bitsandbytes==0.48.2
12
+ torch==2.9.1
13
+ sentence-transformers==5.1.2
14
+ faiss-cpu==1.13.0
15
+ chromadb==1.3.5
16
+ numpy==1.26.4
17
  matplotlib
18
  networkx
 
 
 
 
 
 
 
 
19
  plotly
20
+ spacy
21
+ pdfplumber
22
+ PyPDF2
23
+ python-docx
24
+ pymupdf==1.25.0
25
+ langdetect==1.0.9
26
+ kaleido==0.2.1
27
+ sacremoses