|
@@ -111,8 +111,8 @@ async def search_images(
|
|
partition_names: list = [],
|
|
partition_names: list = [],
|
|
url: str = None,
|
|
url: str = None,
|
|
limit: int = TOP_K,
|
|
limit: int = TOP_K,
|
|
- min_score: float = None,
|
|
|
|
- max_score: float = None
|
|
|
|
|
|
+ min_score: float = 0.0,
|
|
|
|
+ max_score: float = 1.0
|
|
):
|
|
):
|
|
try:
|
|
try:
|
|
if url is not None:
|
|
if url is not None:
|