2001muhammadumair commited on
Commit
74b836e
·
verified ·
1 Parent(s): ade686c

Update requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +4 -2
requirements.txt CHANGED
@@ -1,6 +1,8 @@
1
  gradio
2
- groq
3
  sentence-transformers
4
- faiss-cpu # Use faiss-gpu if you have a GPU and want to utilize it
5
  numpy
6
  PyPDF2
 
 
 
 
1
  gradio
 
2
  sentence-transformers
3
+ faiss-cpu
4
  numpy
5
  PyPDF2
6
+ scikit-learn
7
+ transformers # optional, if using additional models
8
+ groq