Marathon23 commited on
Commit
3551e50
1 Parent(s): 4943c9f

Update requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +8 -1
requirements.txt CHANGED
@@ -1 +1,8 @@
1
- xmltodict==0.12.0
 
 
 
 
 
 
 
 
1
+ gradio
2
+ langchain
3
+ langchain-community
4
+ chromadb
5
+ python-dotenv
6
+ tiktoken
7
+ openai==0.27.8
8
+ PyPDF2