Spaces:
Paused
Paused
Carlosito16
commited on
Commit
•
7508414
1
Parent(s):
a40e616
update the FAISS index with the student eval
Browse files
app.py
CHANGED
@@ -52,7 +52,7 @@ def load_embedding_model():
|
|
52 |
|
53 |
@st.cache_data
|
54 |
def load_faiss_index():
|
55 |
-
vector_database = FAISS.load_local("
|
56 |
return vector_database
|
57 |
|
58 |
@st.cache_resource
|
|
|
52 |
|
53 |
@st.cache_data
|
54 |
def load_faiss_index():
|
55 |
+
vector_database = FAISS.load_local("faiss_index_web_and_curri_new", embedding_model) #CHANGE THIS FAISS EMBEDDED KNOWLEDGE
|
56 |
return vector_database
|
57 |
|
58 |
@st.cache_resource
|