ADKU commited on
Commit
1eac10f
·
verified ·
1 Parent(s): 8c2204f

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +0 -3
app.py CHANGED
@@ -300,9 +300,6 @@ async def chat(request: QueryRequest):
300
  def home():
301
  return {"message": "AI Workspace Backend Running"}
302
 
303
- # Initial Update
304
- faiss_indices = update_faiss_index(generate_sentences(fetch_latest_data()))
305
-
306
  if __name__ == "__main__":
307
  # Fetch initial data for FAISS indexing
308
  fetch_initial_data()
 
300
  def home():
301
  return {"message": "AI Workspace Backend Running"}
302
 
 
 
 
303
  if __name__ == "__main__":
304
  # Fetch initial data for FAISS indexing
305
  fetch_initial_data()