Merge 2632158406 into 1de752646a
This commit is contained in:
commit
e3249beb87
1 changed files with 1 additions and 1 deletions
|
|
@ -687,11 +687,11 @@ async def node_similarity_search(
|
|||
)
|
||||
resp, header, _ = await driver.execute_query(
|
||||
query,
|
||||
params=filter_params,
|
||||
search_vector=search_vector,
|
||||
limit=limit,
|
||||
min_score=min_score,
|
||||
routing_='r',
|
||||
**filter_params,
|
||||
)
|
||||
|
||||
if len(resp) > 0:
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue