cdupland commited on
Commit
8135dca
·
verified ·
1 Parent(s): c2e8954

Update requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +8 -7
requirements.txt CHANGED
@@ -1,10 +1,11 @@
1
- pypdf
2
- mistralai
3
- gradio
4
- pysqlite3-binary
5
- chromadb
6
- llama-index
7
- llama-index-readers-web
 
8
  llama-index-readers-file
9
  llama-index-llms-mistralai
10
  llama-index-embeddings-mistralai
 
1
+ pypdf==4.3.1
2
+ mistralai==1.0.1
3
+ gradio==4.44.0
4
+ python-dotenv==1.0.1
5
+ # sqlite3
6
+ # pysqlite3-binary
7
+ chromadb==0.5.5
8
+ llama-index==0.10.68
9
  llama-index-readers-file
10
  llama-index-llms-mistralai
11
  llama-index-embeddings-mistralai