Nielo47 commited on
Commit
b3ce26b
1 Parent(s): 76c7b3d

Update space

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