Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Closed
1 of 2 tasks
Tracked by #46
dlimeng opened this issue Jul 13, 2023 · 2 comments
Closed
1 of 2 tasks
Tracked by #46

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

dlimeng opened this issue Jul 13, 2023 · 2 comments
Assignees
Milestone

Comments

@dlimeng
Copy link
Collaborator

dlimeng commented Jul 13, 2023

Search before asking

  • I had searched in the issues and found no similar feature requirement.

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?

  • Yes I am willing to submit a PR!
@dlimeng dlimeng added this to the 0.3.0 milestone Jul 13, 2023
@github-actions
Copy link

😊 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
👉 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!

@dlimeng dlimeng changed the title [Feature][SolidUI-Model-UI] Chat entry selection database [Feature][SolidUI-ModelUI] Chat entry selection database Aug 17, 2023
@hncboy
Copy link
Contributor

hncboy commented Aug 18, 2023

1

hncboy added a commit to hncboy/SolidUI that referenced this issue Sep 2, 2023
dlimeng added a commit that referenced this issue Sep 2, 2023
feat: increase query table data (issue #82)
@dlimeng dlimeng closed this as completed Sep 3, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
Status: No status
Development

No branches or pull requests

2 participants