Jaal047 commited on
Commit
d14b08a
·
verified ·
1 Parent(s): 17f9a8a

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -6,7 +6,7 @@ from groq import Groq
6
 
7
  # Load FAISS index dengan deserialization yang aman
8
  vector_store = FAISS.load_local(
9
- "robohome_faiss",
10
  HuggingFaceEmbeddings(model_name="sentence-transformers/all-MiniLM-L6-v2"),
11
  allow_dangerous_deserialization=True
12
  )
 
6
 
7
  # Load FAISS index dengan deserialization yang aman
8
  vector_store = FAISS.load_local(
9
+ "faiss_index/robohome_faiss",
10
  HuggingFaceEmbeddings(model_name="sentence-transformers/all-MiniLM-L6-v2"),
11
  allow_dangerous_deserialization=True
12
  )