KushwanthK commited on
Commit
cbdbeb8
·
verified ·
1 Parent(s): 03d32ae

Upload app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
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
- # faiss_index = get_faiss_semantic_index()
205
- # print(faiss_index)
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 = """