Spaces:
Runtime error
Runtime error
requirements
Browse files- requirements.txt +20 -0
requirements.txt
ADDED
|
@@ -0,0 +1,20 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
# Biblioteca base do LlamaIndex
|
| 2 |
+
llama-index
|
| 3 |
+
|
| 4 |
+
# IntegraΓ§Γ£o com embeddings do Hugging Face
|
| 5 |
+
llama-index-embeddings-huggingface
|
| 6 |
+
|
| 7 |
+
# IntegraΓ§Γ£o com Chroma como vetor store
|
| 8 |
+
llama-index-vector-stores-chroma
|
| 9 |
+
|
| 10 |
+
# LLM Groq (LLaMA 3)
|
| 11 |
+
llama-index-llms-groq
|
| 12 |
+
|
| 13 |
+
# Banco vetorial local
|
| 14 |
+
chromadb
|
| 15 |
+
|
| 16 |
+
# Interface grΓ‘fica
|
| 17 |
+
gradio
|
| 18 |
+
|
| 19 |
+
# ManipulaΓ§Γ£o de PDFs
|
| 20 |
+
PyPDF2
|