rolwinpinto commited on
Commit
3ba3681
·
verified ·
1 Parent(s): 953c4c1

Update requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +5 -8
requirements.txt CHANGED
@@ -1,12 +1,9 @@
1
- llama-index==0.10.17
2
- fastembed
3
- llama-index-embeddings-fastembed
4
- llama-index-llms-gemini
5
- llama-index-embeddings-gemini
6
- llama-index-readers-web
7
- pypdf2
8
  python-dotenv
9
  streamlit
10
  matplotlib
11
  regex
12
-
 
 
 
 
1
+ PyPDF2
 
 
 
 
 
 
2
  python-dotenv
3
  streamlit
4
  matplotlib
5
  regex
6
+ requests
7
+ sentence-transformers
8
+ scikit-learn
9
+ numpy