Giter Site home page Giter Site logo

dapper-magician / db-gpt-plugins Goto Github PK

View Code? Open in Web Editor NEW

This project forked from eosphoros-ai/db-gpt-plugins

0.0 0.0 0.0 32.16 MB

Multi-Agents & Plugins repo for DB-GPT, Can complete various tasks around databases.

License: MIT License

Python 100.00%

db-gpt-plugins's Introduction

DB-GPT-Plugins

DB-GPT Plugins Repo, Which support AutoGPT plugin.

Installation

⚠️This is a work in progress⚠️

Here are the steps to configure DB-GPT Plugins:

  1. Install DB-GPT If you haven't done so, follow the installation instructions given by DB-GPT to install it.

  2. Download the plugins folder from the root of DB-GPT directory

In order to make it easier to use the plugin, we will load a dashboard drawing plugin by default when the task starts.

To download it directly from your DB-GPT directory.

  1. Install Plugin dependencies
pip install -r requirements.txt

Each plugin will also have its own usage tutorial, you can find the specific usage method in the readme

Plugins

For interactionless use, set ALLOWLISTED_PLUGINS=example-plugin1,example-plugin2,example-plugin3 in your .env

There are two categories of plugins: built-in party and third party. built-in party plugins are included in this repo and are installed by default when the plugin platform is installed. Third-party plugins need to be added individually. Use built-in party plugins for widely-used plugins, and third-party for your specific needs. You can view all the plugins and their contributors on this directory.

You can also see the plugins here:

Plugin Description Location
db_dashboard This gives DB-GPT info about data analysis. dbgpt_plugins/db_dashboard

Configuration

For interactionless use, set:

ALLOWLISTED_PLUGINS=example-plugin1,example-plugin2,etc in your .env file to allow plugins to load without prompting. DENYLISTED_PLUGINS=example-plugin1,example-plugin2,etc in your .env file to block plugins from loading without prompting.

Get Help

For more information, visit the Discord server.

db-gpt-plugins's People

Contributors

yhjun1026 avatar csunny avatar aries-ckt avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.