Testys commited on
Commit
ab5f789
·
1 Parent(s): 29bdbcf

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -59,7 +59,7 @@ def add_diagnostics_ui(search_system):
59
  if faiss_path.exists():
60
  st.write(f"Index Path: `{faiss_path}`")
61
  st.success(f"✅ Index loaded")
62
- st.write(f"Vectors: {search_system.total_vetors}")
63
  else:
64
  st.error("FAISS index not found")
65
 
 
59
  if faiss_path.exists():
60
  st.write(f"Index Path: `{faiss_path}`")
61
  st.success(f"✅ Index loaded")
62
+ st.write(f"Vectors: {search_system.total_vectors}")
63
  else:
64
  st.error("FAISS index not found")
65