fix: type and formatter

This commit is contained in:
csunny 2023-10-12 16:15:32 +08:00
parent cf452295bb
commit 559e48af12
2 changed files with 66 additions and 62 deletions

View File

@ -251,6 +251,7 @@ The core capabilities mainly consist of the following parts:
### Cost and Observability
- [x] [debugging](https://db-gpt.readthedocs.io/en/latest/getting_started/observability.html)
- [ ] Observability
- [ ] cost & budgets
### Text2SQL Finetune
- support llms

View File

@ -163,6 +163,7 @@ DB-GPT 是一个开源的以数据库为基础的GPT实验项目使用本地
- 支持数据源
| DataSource | support | Notes |
| ------------------------------------------------------------------------------ | ----------- | ------------------------------------------- |
| [MySQL](https://www.mysql.com/) | Yes | |
@ -248,6 +249,7 @@ The MIT License (MIT)
</p>
### 知识库RAG检索优化
- [x] Multi Documents
- [x] PDF
- [x] Excel, csv
@ -262,6 +264,7 @@ The MIT License (MIT)
### 多数据源支持
- 支持数据源
- [x] MySQL
- [x] PostgresSQL
- [x] Spark