KushwanthK commited on
Commit
2680167
·
verified ·
1 Parent(s): 9894fac

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +3 -0
app.py CHANGED
@@ -150,6 +150,9 @@ def get_faiss_semantic_index():
150
  st.error(f"Error loading embeddings: {e}")
151
  return None
152
 
 
 
 
153
  # def promt_engineer(text):
154
  PROMPT_TEMPLATE = """
155
  Instructions:
 
150
  st.error(f"Error loading embeddings: {e}")
151
  return None
152
 
153
+ faiss_index = get_faiss_semantic_index()
154
+ print(faiss_index)
155
+
156
  # def promt_engineer(text):
157
  PROMPT_TEMPLATE = """
158
  Instructions: