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

请问此项目提供的两个插件的具体安装方式 #7

Open
mengzhaopeng opened this issue Aug 3, 2023 · 8 comments
Open

请问此项目提供的两个插件的具体安装方式 #7

mengzhaopeng opened this issue Aug 3, 2023 · 8 comments

Comments

@mengzhaopeng
Copy link

现在是把dbgpt_plugins目录下generic_db目录打包成一个zip文件,放置在DB-GPT项目的plugins目录中。然后启动DB-GPT项目,启动信息如下:
python pilot/server/dbgpt_server.py
......
2023-08-03 15:01:36 | INFO | stdout | /data/DB-GPT/pilot
2023-08-03 15:01:36 | INFO | stdout | Found module 'generic_db/init.py' in the zipfile at: generic_db/init.py
2023-08-03 15:01:36 | DEBUG | LOGGER | Found module 'generic_db/init.py' in the zipfile at: generic_db/init.py
2023-08-03 15:01:36 | INFO | stdout | Plugin: /data/DB-GPT/plugins/generic_db.zip Module: generic_db/init.py
2023-08-03 15:01:36 | DEBUG | LOGGER | Plugin: /data/DB-GPT/plugins/generic_db.zip Module: generic_db/init.py
2023-08-03 15:01:36 | ERROR | stderr | :283: DeprecationWarning: zipimport.zipimporter.load_module() is deprecated and slated for removal in Python 3.12; use exec_module() instead
2023-08-03 15:01:36 | INFO | stdout |
2023-08-03 15:01:36 | INFO | stdout | Plugins found: 1
2023-08-03 15:01:36 | INFO | stdout | --------------------
2023-08-03 15:01:36 | INFO | LOGGER |
Plugins found: 1
2023-08-03 15:01:36 | INFO | stdout | DB-GPT-SQL-Execution-Plugin: 0.1.0 - This is an DbGPT plugin to connect Generic Db And Execute SQL.
2023-08-03 15:01:36 | INFO | LOGGER | DB-GPT-SQL-Execution-Plugin: 0.1.0 - This is an DbGPT plugin to connect Generic Db And Execute SQL.
2023-08-03 15:01:36 | INFO | stdout | Model Unified Deployment Mode!
......
看启动信息应该正常加载了此插件,但是在web页面中的Plugin按钮还是禁止点击,没有相应的插件显示选项。

@zqszqszqstvt
Copy link

请问安装成功了吗?

@mengzhaopeng
Copy link
Author

dbgpt_server.py启动方式web页面plugin还是灰色不能点击,llmserver.py和webserver.py启动方式可以在插件中看到相应的选项。
但是在选择相应的插件后不能执行对应的语句sql对话。

@zqszqszqstvt
Copy link

我也是,选择插件之后没有反应

@kirito2014
Copy link

同,使用插件模式没有成功过基本都是报BaseChat | model response parase faild!model server out not fllow the prompt! 这种问题

@csunny csunny pinned this issue Oct 7, 2023
@yhjun1026
Copy link
Collaborator

使用0.4.0版本再agent里面直接诶点从github更新就可以安装使用了 页面操作

@csunny
Copy link
Collaborator

csunny commented Dec 2, 2023

参考源码里面提供的操作方法即可: https://github.com/eosphoros-ai/DB-GPT-Plugins/tree/main/src/dbgpt_plugins/search_engine

@whisky-12
Copy link

请问下各位大佬:
image

上传完插件,配置cookie后 ,如何按照教程上 ,插入元数据啊?
我需要自己创建数据库?

@Yue-Rain
Copy link

在DB-GPT项目根目录下的.env文件中,你可以看到 DB-GPT METADATA DATABASE SETTINGS相关配置,比如 LOCAL_DB_HOSTLOCAL_DB_PORTLOCAL_DB_USERLOCAL_DB_PASSWORDLOCAL_DB_NAME这些字段,使用一个数据库管理工具,比如navicat,连上MYSQL数据库,找到LOCAL_DB_NAME指定的数据库,列出数据库中的表,你可以看到gpts_instance这个表,然后执行这条插入语句就行。 @whisky-12

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

No branches or pull requests

7 participants