Update requirements.txt
Browse files- requirements.txt +3 -0
requirements.txt
CHANGED
@@ -1,5 +1,8 @@
|
|
1 |
langchain
|
2 |
InstructorEmbedding
|
|
|
|
|
|
|
3 |
sentence_transformers
|
4 |
faiss-cpu
|
5 |
openai
|
|
|
1 |
langchain
|
2 |
InstructorEmbedding
|
3 |
+
--extra-index-url https://download.pytorch.org/whl/cpu
|
4 |
+
torch
|
5 |
+
torchvision
|
6 |
sentence_transformers
|
7 |
faiss-cpu
|
8 |
openai
|