address PR comments

This commit is contained in:
Chang She
2023-03-23 17:31:24 -07:00
parent b91139d3c7
commit 826fe320bb
3 changed files with 58 additions and 7 deletions

View File

@@ -68,6 +68,11 @@ class LanceDBConnection:
schema: pyarrow.Schema; optional
The schema of the table.
Note
----
The vector index won't be created by default.
To create the index, call the `create_index` method on the table.
Returns
-------
A LanceTable object representing the table.