MrAlvaroA commited on
Commit
6934e61
·
verified ·
1 Parent(s): ec43a4d

Create requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +9 -0
requirements.txt ADDED
@@ -0,0 +1,9 @@
 
 
 
 
 
 
 
 
 
 
1
+ openai==1.23.2
2
+ tiktoken==0.6.0
3
+ langchain==0.1.1
4
+ langchain-community==0.0.13
5
+ pypdf==4.0.1
6
+ chromadb==0.4.22
7
+ sentence-transformers==2.3.1
8
+ pandas==2.0.3
9
+ gradio==4.38.1