Joshua Sundance Bailey
commited on
Commit
·
cfa1e0b
1
Parent(s):
2d4a253
update reqs
Browse files- requirements.txt +3 -3
requirements.txt
CHANGED
@@ -1,10 +1,10 @@
|
|
1 |
anthropic==0.3.11
|
2 |
faiss-cpu==1.7.4
|
3 |
-
langchain==0.0.
|
4 |
-
langsmith==0.0.
|
5 |
numpy>=1.22.2 # not directly required, pinned by Snyk to avoid a vulnerability
|
6 |
openai==0.28.1
|
7 |
-
pypdf==3.16.
|
8 |
rank_bm25==0.2.2
|
9 |
streamlit==1.27.2
|
10 |
streamlit-feedback==0.1.2
|
|
|
1 |
anthropic==0.3.11
|
2 |
faiss-cpu==1.7.4
|
3 |
+
langchain==0.0.315
|
4 |
+
langsmith==0.0.44
|
5 |
numpy>=1.22.2 # not directly required, pinned by Snyk to avoid a vulnerability
|
6 |
openai==0.28.1
|
7 |
+
pypdf==3.16.4
|
8 |
rank_bm25==0.2.2
|
9 |
streamlit==1.27.2
|
10 |
streamlit-feedback==0.1.2
|