Samizie commited on
Commit
e1c3604
·
verified ·
1 Parent(s): 730a73f

Update requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +12 -11
requirements.txt CHANGED
@@ -1,11 +1,12 @@
1
- streamlit
2
- langchain_huggingface
3
- langchain_community
4
- langchain
5
- langchain_groq
6
- python-decouple
7
- asyncio
8
- playwright
9
- html2text
10
- chromadb
11
- nest_asyncio
 
 
1
+ streamlit
2
+ langchain_huggingface
3
+ langchain_community
4
+ langchain
5
+ langchain_groq
6
+ python-decouple
7
+ transformers>=4.35.0
8
+ asyncio
9
+ playwright
10
+ html2text
11
+ chromadb
12
+ nest_asyncio