mirror of
https://github.com/csunny/DB-GPT.git
synced 2025-08-07 19:34:04 +00:00
doc:update reademe
This commit is contained in:
parent
1b55e802d6
commit
4667ddbebd
15
README.md
15
README.md
@ -230,6 +230,13 @@ The core capabilities mainly consist of the following parts:
|
||||
- [ ] Elasticsearch
|
||||
- [ ] ClickHouse
|
||||
- [ ] Faiss
|
||||
|
||||
- [ ] Testing and Evaluation Capability Building
|
||||
- [ ] Knowledge QA datasets
|
||||
- [ ] Question collection [easy, medium, hard]:
|
||||
- [ ] Scoring mechanism
|
||||
- [ ] Testing and evaluation using Excel + DB datasets
|
||||
|
||||
### Multi Datasource Support
|
||||
|
||||
- Multi Datasource Support
|
||||
@ -256,11 +263,19 @@ The core capabilities mainly consist of the following parts:
|
||||
- [x] [Cluster Deployment](https://db-gpt.readthedocs.io/en/latest/getting_started/install/cluster/vms/index.html)
|
||||
- [x] [Fastchat Support](https://github.com/lm-sys/FastChat)
|
||||
- [x] [vLLM Support](https://db-gpt.readthedocs.io/en/latest/getting_started/install/llm/vllm/vllm.html)
|
||||
- [ ] Cloud-native environment and support for Ray environment
|
||||
- [ ] Service Registry(eg:nacos)
|
||||
- [ ] Compatibility with OpenAI's interfaces
|
||||
- [ ] Expansion and optimization of embedding models
|
||||
|
||||
### Agents market and Plugins
|
||||
- [x] multi-agents framework
|
||||
- [x] custom plugin development
|
||||
- [ ] plugin market
|
||||
- [ ] Integration with CoT
|
||||
- [ ] Enrich plugin sample library
|
||||
- [ ] Support for AutoGPT protocol
|
||||
- [ ] Integration of multi-agents and visualization capabilities, defining LLM+Vis new standards
|
||||
|
||||
### Cost and Observability
|
||||
- [x] [debugging](https://db-gpt.readthedocs.io/en/latest/getting_started/observability.html)
|
||||
|
17
README.zh.md
17
README.zh.md
@ -59,6 +59,8 @@ DB-GPT 是一个开源的以数据库为基础的GPT实验项目,使用本地
|
||||
|
||||

|
||||
|
||||

|
||||
|
||||
#### 根据自然语言对话生成分析图表
|
||||
|
||||

|
||||
@ -298,11 +300,26 @@ The MIT License (MIT)
|
||||
- [x] [fastchat支持](https://github.com/lm-sys/FastChat)
|
||||
- [x] [fastchat支持](https://github.com/lm-sys/FastChat)
|
||||
- [x] [vLLM 支持](https://db-gpt.readthedocs.io/en/latest/getting_started/install/llm/vllm/vllm.html)
|
||||
- [ ] 云原生环境与Ray环境支持
|
||||
- [ ] 注册中心引入nacos
|
||||
- [ ] 上层接口兼容Openai
|
||||
- [ ] Embedding模型扩充,优化
|
||||
|
||||
### Agents与插件市场
|
||||
- [x] 多Agents框架
|
||||
- [x] 自定义Agents
|
||||
- [ ] 插件市场
|
||||
- [ ] CoT集成
|
||||
- [ ] 丰富插件样本库
|
||||
- [ ] 支持AutoGPT协议
|
||||
- [ ] Multi-agents & 可视化能力打通,定义LLM+Vis新标准
|
||||
|
||||
|
||||
### 测试评估能力建设
|
||||
- [ ] 知识库的数据文本集
|
||||
- [ ] 问题集合 [easy、medium、hard]
|
||||
- [ ] 评分机制
|
||||
- [ ] Excel + DB库表的测试评估
|
||||
|
||||
### 成本与可观测性
|
||||
- [x] [debugging](https://db-gpt.readthedocs.io/en/latest/getting_started/observability.html)
|
||||
|
Loading…
Reference in New Issue
Block a user