CloudOrc / SolidUI

one sentence generates any graph
https://cloudorc.github.io/SolidUI-Website/
Apache License 2.0
573 stars 86 forks source link

[Feature][SolidUI-ModelUI] Chat entry selection database #82

Closed dlimeng closed 1 year ago

dlimeng commented 1 year ago

Search before asking

Problem Description

81

Go to scene -> page, select modelui, there is an icon pop-up window in the bottom right corner, choose the database id, library, table, after clicking the confirm button, append the table's json data in the prompt input box 进入场景-> 页 ,选择modelui , 右下角有个icon弹窗,选择数据库id、库、表,确认按钮后,在提示词输入框追加表的json数据

The specific implementation issues and prototypes mirror each other 具体实现issue和原型互相映照

/solidui/datasource/info get datasourceid /solidui/metadataQuery/queryDatabases get database list /solidui/metadataQuery/queryTables get table list

add a format conversion interface to query json format data according to datasourceid, dataname, tablename / 新增查询表json接口 [ { "field1": "value1", "field2": "value2", "field3": "value3" }, { "field1": "value4", "field2": "value5", "field3": "value6" }, { "field1": "value7", "field2": "value8", "field3": "value9" } ]

Description

No response

Use case

No response

Solutions

No response

Anything else

No response

Are you willing to submit a PR?

github-actions[bot] commented 1 year ago

:blush: Welcome to the SolidUI community!! We are glad that you are contributing by opening this issue.

Please make sure to include all the relevant context. We will be here shortly.

If you are interested in contributing to our project, please let us know! You can check out our contributing guide on :point_right: How to Contribute.

If you have any questions or suggestions, please feel free to post them here or contact us via email at mengyoupanshan@gmail.com.

We appreciate your interest in SolidUI and look forward to working with you!

hncboy commented 1 year ago

1