Update requirements.txt
Browse files- requirements.txt +6 -1
requirements.txt
CHANGED
@@ -11,4 +11,9 @@ faiss-cpu
|
|
11 |
urllib3==1.26.6
|
12 |
python-dotenv
|
13 |
tiktoken
|
14 |
-
psutil
|
|
|
|
|
|
|
|
|
|
|
|
11 |
urllib3==1.26.6
|
12 |
python-dotenv
|
13 |
tiktoken
|
14 |
+
psutil
|
15 |
+
faiss-cpu
|
16 |
+
torch
|
17 |
+
huggingface-hub
|
18 |
+
InstructorEmbedding
|
19 |
+
sentence-transformers
|