Update philosophy.py
Browse files- 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
|