Spaces:
Sleeping
Sleeping
Create requirements.txt
Browse files- requirements.txt +9 -0
requirements.txt
ADDED
@@ -0,0 +1,9 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
pymongo
|
2 |
+
llama-index
|
3 |
+
llama-index-llms-mistralai
|
4 |
+
hashlib
|
5 |
+
difflib
|
6 |
+
easyocr
|
7 |
+
translate
|
8 |
+
llama-index-core
|
9 |
+
llama-index-embeddings-huggingface
|