thewise commited on
Commit
29eba30
·
1 Parent(s): f5c983f

Update requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +7 -8
requirements.txt CHANGED
@@ -1,8 +1,7 @@
1
- docarray==0.32.1
2
- openai==0.27.8
3
- streamlit==1.25.0
4
- streamlit-chat==0.1.1
5
- langchain==0.0.260
6
- pypdf==3.12.2
7
- tiktoken==0.4.0
8
- pydantic==1.10.11
 
1
+ openai
2
+ streamlit
3
+ streamlit_chat
4
+ langchain==0.0.305
5
+ pypdf
6
+ langchain[docarray]
7
+ tiktoken