From 4777f9d63f34522230ab938eb063597849ef5461 Mon Sep 17 00:00:00 2001 From: robinji0 <137188352+robinji0@users.noreply.github.com> Date: Mon, 13 May 2024 19:35:56 +0800 Subject: [PATCH 01/13] Update README_CN.md --- README_CN.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README_CN.md b/README_CN.md index 49f3abce..c2d69945 100644 --- a/README_CN.md +++ b/README_CN.md @@ -66,6 +66,8 @@ - huggingface🤗:[Chat2DB-SQL-7B](https://huggingface.co/Chat2DB/Chat2DB-SQL-7B) - modelscope:[Chat2DB-SQL-7B](https://modelscope.cn/models/Chat2DB/Chat2DB-SQL-7B/summary) +### 🎁🎁🎁 在Chat2DB上即成InternLM模型 +感谢InternLM对本项目的大力支持,在本项目中的自定义模型中,可以集成InternLM的多个模型权重,具体请参考[chat2db-internlm-deploy](https://github.com/chat2db/chat2db-internlm-deploy) ## 🚀 支持的数据库 Chat2DB Pro支持以下所有数据库,包括备受期待的Redis功能。 From 815bad54ad4c178f2dce7cd627db0aeeb4f82f82 Mon Sep 17 00:00:00 2001 From: robinji0 <137188352+robinji0@users.noreply.github.com> Date: Mon, 13 May 2024 19:38:11 +0800 Subject: [PATCH 02/13] Update README.md --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 9b18e4be..235eb8c7 100644 --- a/README.md +++ b/README.md @@ -65,6 +65,8 @@ - huggingface🤗:[Chat2DB-SQL-7B](https://huggingface.co/Chat2DB/Chat2DB-SQL-7B) - modelscope:[Chat2DB-SQL-7B](https://modelscope.cn/models/Chat2DB/Chat2DB-SQL-7B/summary) +### 🎁🎁🎁 Deploy the InternLM model on Chat2DB +Thanks to InternLM for the strong support for this project. In the custom models of this project, multiple model weights from InternLM can be integrated. For more details, please refer to [chat2db-internlm-deploy](https://github.com/chat2db/chat2db-internlm-deploy) ## 🚀 Supported databases Chat2DB Pro supports all the following databases, including the most requested Redis feature. From 5f51a9bcd17a89480e831b07ebdd92ba188e4630 Mon Sep 17 00:00:00 2001 From: robinji0 <137188352+robinji0@users.noreply.github.com> Date: Mon, 13 May 2024 19:40:31 +0800 Subject: [PATCH 03/13] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 235eb8c7..775e5d69 100644 --- a/README.md +++ b/README.md @@ -66,7 +66,7 @@ - modelscope:[Chat2DB-SQL-7B](https://modelscope.cn/models/Chat2DB/Chat2DB-SQL-7B/summary) ### 🎁🎁🎁 Deploy the InternLM model on Chat2DB -Thanks to InternLM for the strong support for this project. In the custom models of this project, multiple model weights from InternLM can be integrated. For more details, please refer to [chat2db-internlm-deploy](https://github.com/chat2db/chat2db-internlm-deploy) +Thanks to [InternLM](https://github.com/InternLM/InternLM) for the strong support for this project. In the custom models of this project, multiple model weights from InternLM can be integrated. For more details, please refer to [chat2db-internlm-deploy](https://github.com/chat2db/chat2db-internlm-deploy) ## 🚀 Supported databases Chat2DB Pro supports all the following databases, including the most requested Redis feature. From fcd65eee4cd36ecc142a41971a684e89ecf43411 Mon Sep 17 00:00:00 2001 From: Chat2DB <1558143046@qq.com> Date: Sun, 19 May 2024 20:08:10 +0800 Subject: [PATCH 04/13] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 775e5d69..b92dfe72 100644 --- a/README.md +++ b/README.md @@ -8,7 +8,7 @@ # Chat2DB -**English** | [中文](README_CN.md)· [Changelog](CHANGELOG.md) · [Doc](https://docs./) · [Report Bug](https://github.com/chat2db/Chat2DB/issues) · [PR](https://github.com/chat2db/Chat2DB/pulls) +**English** | [中文](README_CN.md)· [Changelog](CHANGELOG.md) · [Doc](https://github.com/chat2db/Chat2db-website-old/blob/main/docs/index.md) · [Report Bug](https://github.com/chat2db/Chat2DB/issues) · [PR](https://github.com/chat2db/Chat2DB/pulls) From b0889d8285dcb786ebcd886b3599b2d033af9b79 Mon Sep 17 00:00:00 2001 From: Chat2DB <1558143046@qq.com> Date: Sun, 19 May 2024 20:08:56 +0800 Subject: [PATCH 05/13] Update README_CN.md --- README_CN.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README_CN.md b/README_CN.md index c2d69945..6c0779d7 100644 --- a/README_CN.md +++ b/README_CN.md @@ -8,7 +8,7 @@ # Chat2DB -**中文** | [English](README.md)· [更新日志](CHANGELOG.md) · [文档](https://docs.chat2db-ai.com/) · [报告问题](https://github.com/chat2db/Chat2DB/issues) · [提交PR](https://github.com/chat2db/Chat2DB/pulls) +**中文** | [English](README.md)· [更新日志](CHANGELOG.md) · [文档]([https://docs.chat2db-ai.com/](https://github.com/chat2db/Chat2db-website-old/blob/main/docs/index.md)) · [报告问题](https://github.com/chat2db/Chat2DB/issues) · [提交PR](https://github.com/chat2db/Chat2DB/pulls) [](https://www.apache.org/licenses/LICENSE-2.0.html) [](https://openjdk.java.net/) From 94b93890f2b0d02537c8bc0b20b6351f5dace8ce Mon Sep 17 00:00:00 2001 From: Chat2DB <1558143046@qq.com> Date: Sun, 19 May 2024 20:09:36 +0800 Subject: [PATCH 06/13] Update README_CN.md --- README_CN.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README_CN.md b/README_CN.md index 6c0779d7..ad7ee9ad 100644 --- a/README_CN.md +++ b/README_CN.md @@ -8,7 +8,7 @@ # Chat2DB -**中文** | [English](README.md)· [更新日志](CHANGELOG.md) · [文档]([https://docs.chat2db-ai.com/](https://github.com/chat2db/Chat2db-website-old/blob/main/docs/index.md)) · [报告问题](https://github.com/chat2db/Chat2DB/issues) · [提交PR](https://github.com/chat2db/Chat2DB/pulls) +**中文** | [English](README.md)· [更新日志](CHANGELOG.md) · [文档]([https://docs.chat2db-ai.com/) · [报告问题](https://github.com/chat2db/Chat2DB/issues) · [提交PR](https://github.com/chat2db/Chat2DB/pulls) [](https://www.apache.org/licenses/LICENSE-2.0.html) [](https://openjdk.java.net/) From 22483433a20fdb941ff2e1e446250545e9515671 Mon Sep 17 00:00:00 2001 From: Chat2DB <1558143046@qq.com> Date: Sun, 19 May 2024 20:10:33 +0800 Subject: [PATCH 07/13] Update README_CN.md --- README_CN.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README_CN.md b/README_CN.md index ad7ee9ad..c2d69945 100644 --- a/README_CN.md +++ b/README_CN.md @@ -8,7 +8,7 @@ # Chat2DB -**中文** | [English](README.md)· [更新日志](CHANGELOG.md) · [文档]([https://docs.chat2db-ai.com/) · [报告问题](https://github.com/chat2db/Chat2DB/issues) · [提交PR](https://github.com/chat2db/Chat2DB/pulls) +**中文** | [English](README.md)· [更新日志](CHANGELOG.md) · [文档](https://docs.chat2db-ai.com/) · [报告问题](https://github.com/chat2db/Chat2DB/issues) · [提交PR](https://github.com/chat2db/Chat2DB/pulls) [](https://www.apache.org/licenses/LICENSE-2.0.html) [](https://openjdk.java.net/) From 4ddd8633a4b724378a20fe2a3815a0c6befcefd8 Mon Sep 17 00:00:00 2001 From: robinji0 <137188352+robinji0@users.noreply.github.com> Date: Wed, 12 Jun 2024 22:23:53 +0800 Subject: [PATCH 08/13] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index b92dfe72..a82e454d 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@
From e12facebe846d12a7bd71e86eb520421c180a7c5 Mon Sep 17 00:00:00 2001 From: robinji0 <137188352+robinji0@users.noreply.github.com> Date: Wed, 12 Jun 2024 22:24:36 +0800 Subject: [PATCH 09/13] Update README_CN.md --- README_CN.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README_CN.md b/README_CN.md index c2d69945..aa973dec 100644 --- a/README_CN.md +++ b/README_CN.md @@ -1,6 +1,6 @@ From c1a192e8af2fb2341a8550b194f479f1f3e79b89 Mon Sep 17 00:00:00 2001 From: robinji0 <137188352+robinji0@users.noreply.github.com> Date: Thu, 4 Jul 2024 11:03:09 +0800 Subject: [PATCH 10/13] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index a82e454d..cb674d33 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ From 8e2f950cea2e209e8952ddb7ddea0e67c0c213f1 Mon Sep 17 00:00:00 2001 From: robinji0 <137188352+robinji0@users.noreply.github.com> Date: Thu, 4 Jul 2024 11:03:32 +0800 Subject: [PATCH 11/13] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index cb674d33..b92dfe72 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ From 9b1bfade0731ee0876ff366ae5ac0b346c7056de Mon Sep 17 00:00:00 2001 From: robinji0 <137188352+robinji0@users.noreply.github.com> Date: Thu, 4 Jul 2024 11:04:04 +0800 Subject: [PATCH 12/13] Update README_CN.md --- README_CN.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README_CN.md b/README_CN.md index aa973dec..c2d69945 100644 --- a/README_CN.md +++ b/README_CN.md @@ -1,6 +1,6 @@ From 97cf17ffe21fcbc1cbdd3303ae470973c5953e46 Mon Sep 17 00:00:00 2001 From: tmlx1990