mirror of
https://github.com/khoaliber/khoj.git
synced 2026-03-03 05:29:12 +00:00
Use a more permissive distance filter for search results from notes
This commit is contained in:
@@ -581,7 +581,7 @@ async def chat(
|
||||
request: Request,
|
||||
q: str,
|
||||
n: Optional[int] = 5,
|
||||
d: Optional[float] = 0.15,
|
||||
d: Optional[float] = 0.4,
|
||||
client: Optional[str] = None,
|
||||
stream: Optional[bool] = False,
|
||||
user_agent: Optional[str] = Header(None),
|
||||
|
||||
Reference in New Issue
Block a user