mirror of
https://github.com/khoaliber/khoj.git
synced 2026-03-02 21:19:12 +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,
|
||||
t=t,
|
||||
r=r,
|
||||
max_distance=max_distance,
|
||||
max_distance=max_distance or math.inf,
|
||||
dedupe=dedupe,
|
||||
)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user