table_details
Retrieve metadata details of a LanceDB table, including schema and row count, by specifying the table name and database URI.
Instructions
Get the details of a LanceDB table.
Args:
table_name (str): The name of the table to get the details of. Defaults to "lancedb_table".
db_uri (str): The URI of the LanceDB database. Defaults to "~/lancedb".
Returns:
dict: A dictionary of the table details.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| table_name | No | ||
| db_uri | No |