HFUsman commited on
Commit
0d99d1b
·
verified ·
1 Parent(s): 4416a9b

Update requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +5 -2
requirements.txt CHANGED
@@ -6,8 +6,11 @@ faiss-cpu==1.7.4
6
  scikit-learn==1.3.1
7
  nltk==3.8.1
8
  python-dotenv==1.0.0
9
- requests==2.31.0 # If Grok's API requires direct HTTP requests
10
  chardet
11
  PyPDF2==3.0.1
12
  python-docx==0.8.11
13
- groq==0.13.1
 
 
 
 
6
  scikit-learn==1.3.1
7
  nltk==3.8.1
8
  python-dotenv==1.0.0
9
+ requests==2.31.0
10
  chardet
11
  PyPDF2==3.0.1
12
  python-docx==0.8.11
13
+ groq==0.13.1
14
+ # Additional libraries that might be useful
15
+ numpy
16
+ pandas