docs: add getting started

This commit is contained in:
csunny
2023-05-24 16:17:54 +08:00
parent d3718d7277
commit 05fc55c116
11 changed files with 65 additions and 9 deletions

View File

@@ -11,10 +11,12 @@ build:
tools: tools:
python: "3.11" python: "3.11"
mkdocs: sphinx:
configuration: mkdocs.yml configuration: docs/conf.py
# Optionally declare the Python requirements required to build your docs # Optionally declare the Python requirements required to build your docs
python: python:
install: install:
- requirements: docs/requirements.txt - requirements: docs/requirements.txt
- method: pip
path: .

View File

@@ -0,0 +1,3 @@
# Concepts

View File

@@ -0,0 +1,7 @@
# Quickstart Guide
This tutorial gives you a quick walkthrough about use DB-GPT with you environment and data.
## Installation
To get started, install DB-GPT with the following command.

View File

@@ -0,0 +1,6 @@
# Tutorials
-------------
This is a collection of DB-GPT tutorials on Medium.
Comming soon...

View File

@@ -3,18 +3,50 @@
You can adapt this file completely to your liking, but it should at least You can adapt this file completely to your liking, but it should at least
contain the root `toctree` directive. contain the root `toctree` directive.
Welcome to DB-GPT's documentation! Welcome to DB-GPT!
================================== ==================================
| As large models are released and iterated upon, they are becoming increasingly intelligent. However, in the process of using large models, we face significant challenges in data security and privacy. We need to ensure that our sensitive data and environments remain completely controlled and avoid any data privacy leaks or security risks. Based on this, we have launched the DB-GPT project to build a complete private large model solution for all database-based scenarios. This solution supports local deployment, allowing it to be applied not only in independent private environments but also to be independently deployed and isolated according to business modules, ensuring that the ability of large models is absolutely private, secure, and controllable.
| **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.
Getting Started
-----------------
| How to get started using DB-GPT to interact with your data and environment.
- `Quickstart Guid <./getting_started/getting_started.html>`_
| Concepts and terminology
- `Concepts and terminology <./getting_started/concepts.html>`_
.. toctree:: .. toctree::
:maxdepth: 2 :maxdepth: 2
:caption: Contents: :caption: Getting Started
:hidden:
getting_started/getting_started.md
getting_started/concepts.md
getting_started/tutorials.md
Modules
---------
Indices and tables Use Cases
================== ---------
Reference
-----------
Ecosystem
----------
Resources
----------
* :ref:`genindex`
* :ref:`modindex`
* :ref:`search`

View File

@@ -0,0 +1 @@
# Embedding

View File

@@ -0,0 +1 @@
# Knownledge

1
docs/modules/llms.md Normal file
View File

@@ -0,0 +1 @@
# LLMs

1
docs/modules/plugins.md Normal file
View File

@@ -0,0 +1 @@
# Plugins

1
docs/modules/prompts.md Normal file
View File

@@ -0,0 +1 @@
# Prompts

1
docs/modules/server.md Normal file
View File

@@ -0,0 +1 @@
# Server