GirishKiran commited on
Commit
ecf712d
1 Parent(s): e108c3f

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -1
app.py CHANGED
@@ -189,10 +189,11 @@ def load_llama_index(self,vindex='vector_index',vpath='./index_storage'):
189
  print(f'Exception: {e}')
190
  return
191
 
192
- monty.load_llama_index()
193
 
194
  @add_method(HFace_Pluto)
195
  def ask_me(self, p, ll_sign_in_member='Girish' , ll_engine='Humana'):
 
196
  self._llama_query_engine = self._llama_index_doc.as_query_engine()
197
  ll_engine = self._llama_query_engine
198
 
 
189
  print(f'Exception: {e}')
190
  return
191
 
192
+
193
 
194
  @add_method(HFace_Pluto)
195
  def ask_me(self, p, ll_sign_in_member='Girish' , ll_engine='Humana'):
196
+ monty.load_llama_index()
197
  self._llama_query_engine = self._llama_index_doc.as_query_engine()
198
  ll_engine = self._llama_query_engine
199