fruitpicker01 commited on
Commit
e04b8e2
·
verified ·
1 Parent(s): bb56efc

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -97,7 +97,7 @@ class VectorRAGSystem:
97
 
98
  # Файлы векторных данных
99
  faiss_file = "chunks_flatip.faiss"
100
- metadata_file = "enhanced_sber_metadata.json"
101
 
102
  if not all(os.path.exists(f) for f in [faiss_file, metadata_file]):
103
  print("📁 Файлы векторных данных не найдены")
 
97
 
98
  # Файлы векторных данных
99
  faiss_file = "chunks_flatip.faiss"
100
+ metadata_file = "metadata.json"
101
 
102
  if not all(os.path.exists(f) for f in [faiss_file, metadata_file]):
103
  print("📁 Файлы векторных данных не найдены")