Nielo47 commited on
Commit
cfc1d3c
1 Parent(s): b7e1dcf

Update space

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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 / "app" / "RAG"
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():