mirror of
https://github.com/csunny/DB-GPT.git
synced 2025-08-06 10:54:29 +00:00
fix: type and formatter
This commit is contained in:
parent
cf452295bb
commit
559e48af12
@ -251,6 +251,7 @@ The core capabilities mainly consist of the following parts:
|
|||||||
### Cost and Observability
|
### Cost and Observability
|
||||||
- [x] [debugging](https://db-gpt.readthedocs.io/en/latest/getting_started/observability.html)
|
- [x] [debugging](https://db-gpt.readthedocs.io/en/latest/getting_started/observability.html)
|
||||||
- [ ] Observability
|
- [ ] Observability
|
||||||
|
- [ ] cost & budgets
|
||||||
|
|
||||||
### Text2SQL Finetune
|
### Text2SQL Finetune
|
||||||
- support llms
|
- support llms
|
||||||
|
@ -163,6 +163,7 @@ DB-GPT 是一个开源的以数据库为基础的GPT实验项目,使用本地
|
|||||||
|
|
||||||
|
|
||||||
- 支持数据源
|
- 支持数据源
|
||||||
|
|
||||||
| DataSource | support | Notes |
|
| DataSource | support | Notes |
|
||||||
| ------------------------------------------------------------------------------ | ----------- | ------------------------------------------- |
|
| ------------------------------------------------------------------------------ | ----------- | ------------------------------------------- |
|
||||||
| [MySQL](https://www.mysql.com/) | Yes | |
|
| [MySQL](https://www.mysql.com/) | Yes | |
|
||||||
@ -248,6 +249,7 @@ The MIT License (MIT)
|
|||||||
</p>
|
</p>
|
||||||
|
|
||||||
### 知识库RAG检索优化
|
### 知识库RAG检索优化
|
||||||
|
|
||||||
- [x] Multi Documents
|
- [x] Multi Documents
|
||||||
- [x] PDF
|
- [x] PDF
|
||||||
- [x] Excel, csv
|
- [x] Excel, csv
|
||||||
@ -262,6 +264,7 @@ The MIT License (MIT)
|
|||||||
### 多数据源支持
|
### 多数据源支持
|
||||||
|
|
||||||
- 支持数据源
|
- 支持数据源
|
||||||
|
|
||||||
- [x] MySQL
|
- [x] MySQL
|
||||||
- [x] PostgresSQL
|
- [x] PostgresSQL
|
||||||
- [x] Spark
|
- [x] Spark
|
||||||
|
Loading…
Reference in New Issue
Block a user