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