Fetching data from the database using natural language.
Author: hologres_dev
Version: 0.1.0
Type: Tool
A tool that converts natural language into secure and optimized SQL queries supporting Hologres syntax.
| Parameter Name | Type | Required | Description |
|---|---|---|---|
| db_type | Select | Yes | Database type (hologres) |
| host | String | Yes | Database host address |
| port | Number | Yes | Database port (1-65535) |
| db_name | String | Yes | Target database name |
| table_name | String | No | Multiple tables separated by commas (empty for all databases) |
Select a model
The model is recommended. Other models can be tried independently. DeepSeek models are not supported.
Use natural language to generate SQL query statements.
| Parameter Name | Type | Required | Description |
|---|---|---|---|
| db_type | Select | Yes | Database type (hologres) |
| host | String | Yes | Database host address |
| port | Number | Yes | Database port (1-65535) |
| db_name | String | Yes | Target database name |
| sql | String | Yes | SQL query statement |
This plugin is developed by Alibaba Cloud and based on https://github.com/jaguarliuu/rookie_text2data program.
Code is distributed under the Apache License (Version 2.0).