rolwinpinto commited on
Commit
320e108
·
verified ·
1 Parent(s): 0fb0810

Update requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +9 -5
requirements.txt CHANGED
@@ -1,8 +1,12 @@
 
 
 
 
 
 
 
 
1
  streamlit
2
- PyPDF2
3
  matplotlib
4
- llama-index
5
- transformers
6
- torch
7
  regex
8
- python-dotenv
 
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
+