Create requirements.txt
Browse files- requirements.txt +6 -0
requirements.txt
ADDED
|
@@ -0,0 +1,6 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
llama-index
|
| 2 |
+
llama-parse
|
| 3 |
+
llama-index-multi-modal-llms-openai
|
| 4 |
+
git+https://github.com/openai/CLIP.git
|
| 5 |
+
llama_index.postprocessor.cohere_rerank
|
| 6 |
+
langchain-community
|