From 02ab630a76c2863f0f55400e3f08c8c9dfd7a1ec Mon Sep 17 00:00:00 2001 From: aries_ckt <916701291@qq.com> Date: Tue, 17 Oct 2023 00:13:06 +0800 Subject: [PATCH] doc:readme --- README.zh.md | 13 ++++++++++++- 1 file changed, 12 insertions(+), 1 deletion(-) diff --git a/README.zh.md b/README.zh.md index 3cfaa6ed5..f1a73f063 100644 --- a/README.zh.md +++ b/README.zh.md @@ -258,7 +258,17 @@ The MIT License (MIT) - [ ] Code - [ ] Images - [x] RAG -- [ ] KnownledgeGraph +- [ ] Graph Database + - [ ] Neo4j Graph + - [ ] Nebula Graph +- [x] Multi Vector Database + - [x] Chroma + - [x] Milvus + - [x] Weaviate + - [x] PGVector + - [ ] Elasticsearch + - [ ] ClickHouse + - [ ] Faiss ### 多数据源支持 @@ -286,6 +296,7 @@ The MIT License (MIT) ### 多模型管理与推理优化 - [x] [集群部署](https://db-gpt.readthedocs.io/en/latest/getting_started/install/cluster/vms/index.html) - [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) ### Agents与插件市场