Spaces:
Sleeping
Sleeping
Commit
·
92105e7
1
Parent(s):
654b449
fixed problem google gen ai
Browse files- requirements.txt +2 -0
requirements.txt
CHANGED
@@ -1,6 +1,8 @@
|
|
1 |
llama-index
|
2 |
llama-index-embeddings-huggingface
|
3 |
llama-index-vector-stores-faiss
|
|
|
|
|
4 |
faiss-cpu
|
5 |
PyPDF2
|
6 |
python-docx
|
|
|
1 |
llama-index
|
2 |
llama-index-embeddings-huggingface
|
3 |
llama-index-vector-stores-faiss
|
4 |
+
llama-index-core
|
5 |
+
llama-index-llms-google-genai
|
6 |
faiss-cpu
|
7 |
PyPDF2
|
8 |
python-docx
|