umangchaudhry commited on
Commit
eeeb222
·
verified ·
1 Parent(s): a93e85e

Update requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +5 -5
requirements.txt CHANGED
@@ -1,8 +1,8 @@
1
- langchain
2
- langchain_core
3
- langchain_openai
4
- langchain_text_splitters
5
- langchain_community
6
  pypdf
7
  faiss-cpu
8
  anthropic
 
1
+ langchain == 0.2.0
2
+ langchain_core == 0.2.0
3
+ langchain_openai == 0.2.0
4
+ langchain_text_splitters == 0.2.0
5
+ langchain_community == 0.2.0
6
  pypdf
7
  faiss-cpu
8
  anthropic