Boakye I. Ababio commited on
Commit
48a300f
1 Parent(s): b5d0466

pydantic version

Browse files
Files changed (1) hide show
  1. requirements.txt +3 -1
requirements.txt CHANGED
@@ -1,4 +1,3 @@
1
- langchain ==0.0.27
2
  PyPDF2==3.0.1
3
  python-dotenv==1.0.0
4
  streamlit==1.18.1
@@ -6,7 +5,10 @@ openai==0.27.6
6
  faiss-cpu==1.7.4
7
  altair==4
8
  tiktoken==0.4.0
 
 
9
  pydantic==1.10.9
 
10
  # uncomment to use huggingface llms
11
  # huggingface-hub==0.14.1
12
 
 
 
1
  PyPDF2==3.0.1
2
  python-dotenv==1.0.0
3
  streamlit==1.18.1
 
5
  faiss-cpu==1.7.4
6
  altair==4
7
  tiktoken==0.4.0
8
+ langchain==0.0.229
9
+ langchainplus-sdk==0.0.20
10
  pydantic==1.10.9
11
+ pydantic-core==2.1.2
12
  # uncomment to use huggingface llms
13
  # huggingface-hub==0.14.1
14