BhanuPrakashSamoju commited on
Commit
9a9cf27
1 Parent(s): 8ccb652

Update Index.py

Browse files
Files changed (1) hide show
  1. Index.py +2 -2
Index.py CHANGED
@@ -261,10 +261,10 @@ def rag( question: str, evaluate: bool):
261
  )
262
 
263
  #response = chain("how tredence brought good insight?")
264
- response = chain(_prompt(question))
265
  print(response["result"])
266
 
267
- time.sleep(7)
268
 
269
  df = px.active_session().get_spans_dataframe()
270
  print(px.active_session())
 
261
  )
262
 
263
  #response = chain("how tredence brought good insight?")
264
+ response = chain(question)
265
  print(response["result"])
266
 
267
+ time.sleep(4)
268
 
269
  df = px.active_session().get_spans_dataframe()
270
  print(px.active_session())