FridayMaster commited on
Commit
90336d3
·
verified ·
1 Parent(s): 4542173

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -42,7 +42,7 @@ manual_chunks = chunk_text(full_text, chunk_size=500)
42
  # Load your FAISS index
43
  try:
44
  # Load your FAISS index
45
- index = faiss.read_index("/absolute/path/to/manual_chunked_faiss_index_500.bin)
46
  except Exception as e:
47
  raise RuntimeError(f"Failed to load FAISS index: {e}")
48
 
 
42
  # Load your FAISS index
43
  try:
44
  # Load your FAISS index
45
+ index = faiss.read_index("/absolute/path/to/manual_chunked_faiss_index_500.bin")
46
  except Exception as e:
47
  raise RuntimeError(f"Failed to load FAISS index: {e}")
48