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]如何调用第三方数据库的数据(比如支持api调用的nocodb的表格型数据库) #327

Open
doriszhang2020 opened this issue Apr 30, 2024 · 1 comment

Comments

@doriszhang2020
Copy link

MaxKB 版本

latest

请描述您的需求或者改进建议

目前应用对话可以对外调用,如何调用具有api 表格的表格型数据库,根据数据库内容回答?搭建本地知识

请描述你建议的实现方案

直接本地搭建(nocodb)github:https://github.com/nocodb/nocodb,可以生成表格的id,视图id,项目id,以及数据库的api,进行调用

屏幕截图(5)
屏幕截图(6)

代码
git clone https://github.com/nocodb/nocodb

for MySQL

cd nocodb/docker-compose/mysql

for PostgreSQL

cd nocodb/docker-compose/pg

for MSSQL

cd nocodb/docker-compose/mssql
docker-compose up -d

附加信息

No response

@baixin513
Copy link
Contributor

感谢反馈,我们讨论一下

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants