CosmoAI commited on
Commit
132df21
1 Parent(s): d552a50

Update requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +8 -7
requirements.txt CHANGED
@@ -1,7 +1,8 @@
1
- streamlit
2
- langchain
3
- sentence-transformers
4
- pypdf
5
- huggingface_hub
6
- chromadb
7
- pysqlite3-binary
 
 
1
+ langchain==0.0.154
2
+ PyPDF2==3.0.1
3
+ python-dotenv==1.0.0
4
+ streamlit==1.18.1
5
+ faiss-cpu==1.7.4
6
+ tiktoken
7
+ altair<5
8
+ huggingface_hub