chore: docstring not match the function parameter (#17162)
This commit is contained in:
@@ -177,7 +177,6 @@ class OpenGauss(BaseVector):
|
||||
Search the nearest neighbors to a vector.
|
||||
|
||||
:param query_vector: The input vector to search for similar items.
|
||||
:param top_k: The number of nearest neighbors to return, default is 5.
|
||||
:return: List of Documents that are nearest to the query vector.
|
||||
"""
|
||||
top_k = kwargs.get("top_k", 4)
|
||||
|
||||
Reference in New Issue
Block a user