mirror of
https://github.com/lancedb/lancedb.git
synced 2026-01-08 21:02:58 +00:00
Fix up docs (#477)
This commit is contained in:
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user