Spaces:
Runtime error
Runtime error
Update helper_functions.py
Browse files- helper_functions.py +1 -1
helper_functions.py
CHANGED
@@ -268,7 +268,7 @@ async def check_validity(query: str, keyword_search: BM25L) -> np.ndarray:
|
|
268 |
)
|
269 |
|
270 |
|
271 |
-
def is_cheapest(query: str, request_json: list) -> list:
|
272 |
"""
|
273 |
Check which product is the cheapest within the same category as
|
274 |
each input query.
|
|
|
268 |
)
|
269 |
|
270 |
|
271 |
+
async def is_cheapest(query: str, request_json: list) -> list:
|
272 |
"""
|
273 |
Check which product is the cheapest within the same category as
|
274 |
each input query.
|