Documentation Index
Fetch the complete documentation index at: https://docs.anyfast.ai/llms.txt
Use this file to discover all available pages before exploring further.
1. About DB-GPT
DB-GPT is an open-source AI Native Data App Development framework. It provides multi-model management, Text2SQL optimization, RAG framework, and Multi-Agent collaboration capabilities.2. Get an API Key
Open the Anyfast console and sign up (or log in). Go to API Keys, create a new API Key, and copy it.3. Deploy DB-GPT
3.1 Clone DB-GPT
3.2 Create virtual environment and install dependencies
3.3 Configure environment variables
.env and configure Anyfast models:
3.4 Start DB-GPT
4. Using Anyfast via DB-GPT Python SDK
4.1 Install
4.2 Use Anyfast language model
5. Getting Started
- Add a data source — Select a database type (MySQL, PostgreSQL, etc.) and connect.
- Choose ChatData mode — Use the natural language-to-data conversation feature.
- Start data conversations — Select the Anyfast model and your database, then start chatting with your data.