Spaces:
Running
Running
Update app.py
Browse files
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.
|
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 |
|