harusamei / zebura

a framework for querying data using natural language
BSD 2-Clause "Simplified" License
0 stars 0 forks source link

对数据源本身提问 #38

Open harusamei opened 3 months ago

harusamei commented 3 months ago

数据源本身的问题也可以用NL2SQL, 或许 Table: dataInfo Purpose: the information about data, such as table, Columns. Columns: tablename, varchar, COMMENT( the table in database ) columnname, varchar, COMMENT( the column in table ) column_type, varchar, COMMENT( the data type of value in column ) column_lang, varchar, COMMENT( the language of value in column ) item_count, int, COMMENT( the count of item in column )