Files
DB-GPT/docs/getting_started/getting_started.md
2023-08-23 17:04:53 +08:00

38 lines
1.5 KiB
Markdown

# 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.
- Follow DB-GPT
application [install tutorial](https://db-gpt.readthedocs.io/en/latest/getting_started/install/deploy/deploy.html).
- Follow
DB-GPT [application usage](https://db-gpt.readthedocs.io/en/latest/getting_started/application/chatdb/chatdb.html).
If you encounter any issues while using DB-GPT (whether it's during installation or usage), you can refer to
the [FAQ](https://db-gpt.readthedocs.io/en/latest/getting_started/faq/deploy/deploy_faq.html) 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.