Update space
Browse files
app.py
CHANGED
@@ -18,7 +18,7 @@ def inicializar_rag():
|
|
18 |
print(">>> Directory listing:", list(cwd.iterdir()))
|
19 |
|
20 |
# 2) Aponte para o diret贸rio RAG usando Pathlib e unix-style path
|
21 |
-
diretorio_rag = cwd / "
|
22 |
print(f">>> Looking for files under: {diretorio_rag}")
|
23 |
|
24 |
if not diretorio_rag.exists():
|
|
|
18 |
print(">>> Directory listing:", list(cwd.iterdir()))
|
19 |
|
20 |
# 2) Aponte para o diret贸rio RAG usando Pathlib e unix-style path
|
21 |
+
diretorio_rag = cwd / "RAG"
|
22 |
print(f">>> Looking for files under: {diretorio_rag}")
|
23 |
|
24 |
if not diretorio_rag.exists():
|