Quickstart Guide#

Welcome to DB-GPT!#

DB-GPT is an experimental open-source project that uses localized GPT large models to interact with your data and environment. With this solution, you can be assured that there is no risk of data leakage, and your data is 100% private and secure.

Our vision is to make it easier and more convenient to build applications around databases and llm.

What can I do with DB-GPT?#

  • Chat Data with your Datasource.

  • Private domain knowledge question answering.

  • Quickly provide private LLM Model deployment.

Usage with DB-GPT.#

If you encounter any issues while using DB-GPT (whether it’s during installation or usage), you can refer to the FAQ section for assistance.

πŸ—ΊοΈ Ecosystem#

  • Github: https://github.com/eosphoros-ai/DB-GPT

  • PyPi:

    • DB-GPT: https://pypi.org/simple/db-gpt.

Associated projects#

  • πŸ§ͺ DB-GPT-Hub: https://github.com/eosphoros-ai/DB-GPT-Hub | an experimental project to implement Text-to-SQL parsing using LLMs

  • 🏑 DB-GPT-Web: https://github.com/eosphoros-ai/DB-GPT-Web | Web application for DB-GPT.

  • πŸš€ DB-GPT-Plugins: https://github.com/eosphoros-ai/DB-GPT-Web | DB-GPT Plugins Repo, Which support AutoGPT plugin.