Skip to content

Commit f125ed9

Browse files
committed
fix review comments
1 parent cbb7662 commit f125ed9

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

CN/modules/ROOT/pages/master/ecosystem_components/pg_ai_query.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ pg_ai_query 是一个用于 IvorySQL/PostgreSQL 的 AI 驱动自然语言转 SQL
1313

1414
主要特性:
1515

16-
* **自然语言转 SQL**:将语言描述转换为有效的 PostgreSQL 查询
16+
* **自然语言转 SQL**:将文本语言描述转换为有效的 SQL 查询
1717
* **多模型支持**:支持 gpt-4o-mini、gpt-4o、gpt-5、claude-3-haiku-20240307、claude-sonnet-4-5-20250929、claude-4.5-opus 等大模型
1818
* **安全保护**:阻止访问 `information_schema` 和 `pg_catalog` 系统表
1919
* **作用域限制**:仅对用户表进行操作

EN/modules/ROOT/pages/master/ecosystem_components/pg_ai_query.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ License: Apache-2.0
1313

1414
Key features:
1515

16-
* **Natural Language to SQL**: Convert plain English descriptions into valid PostgreSQL queries
16+
* **Natural Language to SQL**: Convert plain text descriptions into valid SQL queries
1717
* **Multi-model Support**: Supports gpt-4o-mini, gpt-4o, gpt-5, claude-3-haiku-20240307, claude-sonnet-4-5-20250929, claude-4.5-opus and other large models
1818
* **System Table Protection**: Blocks access to `information_schema` and `pg_catalog`
1919
* **Limited Scope**: Only operates on user tables

0 commit comments

Comments
 (0)