Spaces:
Sleeping
Sleeping
Upload app.py
Browse files
app.py
CHANGED
@@ -201,8 +201,8 @@ def get_faiss_semantic_index():
|
|
201 |
except Exception as e:
|
202 |
st.error(f"Error loading embeddings: {e}")
|
203 |
return None
|
204 |
-
|
205 |
-
|
206 |
|
207 |
# def promt_engineer(text):
|
208 |
PROMPT_TEMPLATE = """
|
|
|
201 |
except Exception as e:
|
202 |
st.error(f"Error loading embeddings: {e}")
|
203 |
return None
|
204 |
+
faiss_index = get_faiss_semantic_index()
|
205 |
+
print(faiss_index)
|
206 |
|
207 |
# def promt_engineer(text):
|
208 |
PROMPT_TEMPLATE = """
|