RKP64 commited on
Commit
8e95564
·
1 Parent(s): ecd0cf7

Upload requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +14 -0
requirements.txt ADDED
@@ -0,0 +1,14 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ langchain==0.0.166
2
+ Markdown==3.4.3
3
+ openai==0.27.6
4
+ pdf2image==1.16.3
5
+ pypdf==3.8.1
6
+ streamlit==1.22.0
7
+ StrEnum==0.4.10
8
+ supabase==1.0.3
9
+ tiktoken==0.4.0
10
+ unstructured==0.6.5
11
+ anthropic==0.2.8
12
+ fastapi==0.95.2
13
+ python-multipart==0.0.6
14
+ uvicorn==0.22.0