list_tables
Retrieve names of all tables in the Baidu Vector Database to manage or query data efficiently. Returns a string listing table names for easy reference.
Instructions
List all tables in the current database.
Returns:
str: A string containing the names of all tables.
Input Schema
Name | Required | Description | Default |
---|---|---|---|
No arguments |
Input Schema (JSON Schema)
{
"properties": {},
"title": "list_tablesArguments",
"type": "object"
}