Svngoku commited on
Commit
9815544
·
verified ·
1 Parent(s): 2156f14

Update requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +13 -9
requirements.txt CHANGED
@@ -1,10 +1,14 @@
1
- langchain
2
- PyMuPDF
3
- datasets
4
- huggingface_hub
5
- fastapi
6
- python-multipart
7
- langchain-community
8
- pillow
 
 
 
9
  langchain-openai
10
- mistralai
 
 
1
+ gradio>=5.20.1
2
+ datasets>=3.0.0
3
+ huggingface_hub>=0.25.0
4
+ mistralai>=1.0.0
5
+ pillow>=10.0.0
6
+ chonkie>=1.0.0
7
+ jsonschema>=4.0.0
8
+ python-dotenv>=1.2.1
9
+ pymupdf>=1.24.0
10
+ langchain
11
+ langchain-community
12
  langchain-openai
13
+ fastapi
14
+ python-multipart