Spaces:
Sleeping
Sleeping
Update app.py
Browse files
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 |
)
|