mirror of
https://github.com/khoaliber/khoj.git
synced 2026-03-09 21:29:11 +00:00
Default to infinite distance when using the search API
This commit is contained in:
@@ -83,7 +83,7 @@ async def search(
|
|||||||
n=n,
|
n=n,
|
||||||
t=t,
|
t=t,
|
||||||
r=r,
|
r=r,
|
||||||
max_distance=max_distance,
|
max_distance=max_distance or math.inf,
|
||||||
dedupe=dedupe,
|
dedupe=dedupe,
|
||||||
)
|
)
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user