Jatila commited on
Commit
e2c032e
·
verified ·
1 Parent(s): c36f329

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -41,7 +41,7 @@ CHUNKS_FILE = "chunks_233.pkl"
41
 
42
  index = faiss.read_index(FAISS_FILE)
43
 
44
- with open(chunks_file, "rb") as f:
45
  chunks = pickle.load(f)
46
 
47
  embed_model = SentenceTransformer("all-MiniLM-L6-v2")
 
41
 
42
  index = faiss.read_index(FAISS_FILE)
43
 
44
+ with open(CHUNKS_FILE, "rb") as f:
45
  chunks = pickle.load(f)
46
 
47
  embed_model = SentenceTransformer("all-MiniLM-L6-v2")