Spaces:
Running
Running
Yew Chong
commited on
Commit
·
7748238
1
Parent(s):
1243993
requirements update
Browse files- requirements.txt +5 -1
requirements.txt
CHANGED
@@ -3,6 +3,7 @@ numpy
|
|
3 |
matplotlib
|
4 |
torch
|
5 |
transformers
|
|
|
6 |
tqdm
|
7 |
scikit-learn
|
8 |
gensim
|
@@ -11,6 +12,9 @@ langdetect
|
|
11 |
nltk
|
12 |
tiktoken
|
13 |
langchain==0.1.11
|
|
|
14 |
faiss-cpu
|
15 |
ipython
|
16 |
-
ipykernel
|
|
|
|
|
|
3 |
matplotlib
|
4 |
torch
|
5 |
transformers
|
6 |
+
sentence_transformers
|
7 |
tqdm
|
8 |
scikit-learn
|
9 |
gensim
|
|
|
12 |
nltk
|
13 |
tiktoken
|
14 |
langchain==0.1.11
|
15 |
+
langchain_community
|
16 |
faiss-cpu
|
17 |
ipython
|
18 |
+
ipykernel
|
19 |
+
plotly
|
20 |
+
flask
|