Manjiri commited on
Commit
c942fbd
·
verified ·
1 Parent(s): d56cf3a

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -16,8 +16,8 @@ device = "cuda" if torch.cuda.is_available() else "cpu"
16
  # -----------------------------
17
  FAISS_OPTIONS = {
18
  "MiniLM": (
19
- "chunks_semantic.json",
20
- "faiss_indices/semantic_chunks.faiss", # <-- use your clean file
21
  "sentence-transformers/all-MiniLM-L6-v2"
22
  )
23
  }
 
16
  # -----------------------------
17
  FAISS_OPTIONS = {
18
  "MiniLM": (
19
+ "faiss_indices/semantic_chunks.faiss", # FAISS index
20
+ "chunks_semantic.json", # clean Q–A JSON
21
  "sentence-transformers/all-MiniLM-L6-v2"
22
  )
23
  }