Update requirements.txt
Browse files- requirements.txt +2 -1
requirements.txt
CHANGED
@@ -1,4 +1,5 @@
|
|
1 |
git+https://github.com/MIDORIBIN/langchain-gpt4free.git
|
2 |
llama_index
|
3 |
pypdf
|
4 |
-
sentence_transformers
|
|
|
|
1 |
git+https://github.com/MIDORIBIN/langchain-gpt4free.git
|
2 |
llama_index
|
3 |
pypdf
|
4 |
+
sentence_transformers
|
5 |
+
InstructorEmbedding
|