Fix up docs (#477)

This commit is contained in:
Chang She
2023-09-05 22:29:50 -07:00
committed by GitHub
parent 9a9a73a65d
commit 32163063dc
5 changed files with 18 additions and 2 deletions

View File

@@ -231,6 +231,7 @@ class Table(ABC):
self,
query: Optional[Union[VEC, str]] = None,
vector_column_name: str = VECTOR_COLUMN_NAME,
query_type: str = "auto",
) -> LanceQueryBuilder:
"""Create a search query to find the nearest neighbors
of the given query vector.