make it explicit about the vector column data type (#916)

<img width="837" alt="Screenshot 2024-02-01 at 4 23 34 PM"
src="https://github.com/lancedb/lancedb/assets/1305083/4f0f5c5a-2a24-4b00-aad1-ef80a593d964">
[
<img width="838" alt="Screenshot 2024-02-01 at 4 26 03 PM"
src="https://github.com/lancedb/lancedb/assets/1305083/ca073bc8-b518-4be3-811d-8a7184416f07">
](url)

---------

Co-authored-by: Weston Pace <weston.pace@gmail.com>
This commit is contained in:
QianZhu
2024-02-02 09:02:02 -08:00
committed by GitHub
parent a248d7feec
commit 09cd08222d
2 changed files with 6 additions and 2 deletions

View File

@@ -438,6 +438,8 @@ class Table(ABC):
the table
vector_column_name: str
The name of the vector column to search.
The vector column needs to be a pyarrow fixed size list type
*default "vector"*
query_type: str
*default "auto"*.