mirror of
https://github.com/csunny/DB-GPT.git
synced 2025-08-05 18:33:52 +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
|
||||
- [x] [debugging](https://db-gpt.readthedocs.io/en/latest/getting_started/observability.html)
|
||||
- [ ] Observability
|
||||
- [ ] cost & budgets
|
||||
|
||||
### Text2SQL Finetune
|
||||
- support llms
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user