alx-d commited on
Commit
e0853cd
·
verified ·
1 Parent(s): 4e66e59

Update philosophy.py

Browse files
Files changed (1) hide show
  1. philosophy.py +2 -0
philosophy.py CHANGED
@@ -82,6 +82,8 @@ def data_ingestion_indexing(directory_path):
82
 
83
  return index
84
 
 
 
85
  def data_querying(input_text):
86
 
87
  #rebuild storage context
 
82
 
83
  return index
84
 
85
+ @sleep_and_retry
86
+ @limits(calls=RATE_LIMIT, period=1)
87
  def data_querying(input_text):
88
 
89
  #rebuild storage context