ndn1954 commited on
Commit
01f996c
1 Parent(s): 6f758ae

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
- streamlit_chat
3
- langchain
4
- openai
5
- faiss-cpu
6
- pypdf
7
- tiktoken
 
 
1
+ langchain==0.0.234
2
+ openai==0.27.8
3
+ python-dotenv==1.0.0
4
+ streamlit==1.24.1
5
+ llama-cpp-python==0.1.65
6
+ PyPDF2==3.0.1
7
+ tiktoken==0.4.0
8
+ qdrant-client==1.3.1