T-K-O-H commited on
Commit
b929caa
·
1 Parent(s): a708d43

Add missing dependencies: sentence-transformers, faiss-cpu, networkx, matplotlib

Browse files
Files changed (1) hide show
  1. requirements.txt +5 -1
requirements.txt CHANGED
@@ -11,4 +11,8 @@ langchain-openai==0.0.2
11
  pypdf==3.17.1
12
  numpy==1.24.3
13
  pandas==2.0.3
14
- scikit-learn==1.3.2
 
 
 
 
 
11
  pypdf==3.17.1
12
  numpy==1.24.3
13
  pandas==2.0.3
14
+ scikit-learn==1.3.2
15
+ sentence-transformers==2.2.2
16
+ faiss-cpu==1.7.4
17
+ networkx==3.1
18
+ matplotlib==3.7.1