Upload requirements.txt
Browse files- requirements.txt +7 -0
requirements.txt
ADDED
@@ -0,0 +1,7 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
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
|