Update space
Browse files
app.py
CHANGED
@@ -17,7 +17,7 @@ def inicializar_rag():
|
|
17 |
print(f">>> Script location: {base_dir}")
|
18 |
|
19 |
# 2) Caminho correto para o diret贸rio RAG
|
20 |
-
diretorio_rag = base_dir / "RAG"
|
21 |
print(f">>> Looking for files under: {diretorio_rag}")
|
22 |
|
23 |
if not diretorio_rag.exists():
|
|
|
17 |
print(f">>> Script location: {base_dir}")
|
18 |
|
19 |
# 2) Caminho correto para o diret贸rio RAG
|
20 |
+
diretorio_rag = base_dir / "app" / "RAG"
|
21 |
print(f">>> Looking for files under: {diretorio_rag}")
|
22 |
|
23 |
if not diretorio_rag.exists():
|