This is an automated email from the ASF dual-hosted git repository. kassiez pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/doris-website.git
The following commit(s) were added to refs/heads/master by this push: new 8de4b3afb32 [blog] Update minimax blog and all release (#1414) 8de4b3afb32 is described below commit 8de4b3afb320bbda4f920873df0982056c0ebd36 Author: KassieZ <139741991+kass...@users.noreply.github.com> AuthorDate: Wed Nov 27 14:45:45 2024 +0800 [blog] Update minimax blog and all release (#1414) # Versions - [ ] dev - [ ] 3.0 - [ ] 2.1 - [ ] 2.0 # Languages - [ ] Chinese - [ ] English --- .github/PULL_REQUEST_TEMPLATE.md | 9 +++++++-- ...i-and-built-a-pb-scale-logging-system-with-doris.md | 12 +++++++----- common_docs_zh/releasenotes/all-release.md | 8 +++----- cspell.json | 3 ++- releasenotes/all-release.md | 7 ++----- static/images/minimax-creator-of-talkie.jpeg | Bin 0 -> 330636 bytes static/images/minimax-migrated-from-loki-to-doris.png | Bin 704790 -> 0 bytes 7 files changed, 21 insertions(+), 18 deletions(-) diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md index d6cfe5071fe..9b90f1a4cd8 100644 --- a/.github/PULL_REQUEST_TEMPLATE.md +++ b/.github/PULL_REQUEST_TEMPLATE.md @@ -1,11 +1,16 @@ -# Versions +## Versions - [ ] dev - [ ] 3.0 - [ ] 2.1 - [ ] 2.0 -# Languages +## Languages - [ ] Chinese - [ ] English + +## Docs Checklist + +- [ ] Checked by AI +- [ ] Test Cases Built diff --git a/blog/ai-unicorn-minimax-from-loki-and-built-a-pb-scale-logging-system-with-doris.md b/blog/ai-unicorn-minimax-from-loki-and-built-a-pb-scale-logging-system-with-doris.md index 27f34fdd189..9d5ddf19e36 100644 --- a/blog/ai-unicorn-minimax-from-loki-and-built-a-pb-scale-logging-system-with-doris.md +++ b/blog/ai-unicorn-minimax-from-loki-and-built-a-pb-scale-logging-system-with-doris.md @@ -1,12 +1,12 @@ --- { - 'title': 'How AI unicorn MiniMax migrated from Loki and built a PB-scale logging system with Apache Doris', - 'summary': "Serving a PB-scale data size with over 99.9% availability, Apache Doris is the vital signs monitor of MiniMax, a generative AI startup backed by Alibaba.", - 'description': "Serving a PB-scale data size with over 99.9% availability, Apache Doris is the vital signs monitor of MiniMax, a generative AI startup backed by Alibaba.", + 'title': 'Creator of Talkie migrated from Loki and built a PB-scale logging system with Apache Doris', + 'summary': "Serving a PB-scale data size with over 99.9% availability, Apache Doris is the vital signs monitor of MiniMax, the maker of Talkie-the soulful AI that is sweeping the world.", + 'description': "Serving a PB-scale data size with over 99.9% availability, Apache Doris is the vital signs monitor of MiniMax, the maker of Talkie-the soulful AI that is sweeping the world.", 'date': '2024-08-29', 'author': 'Apache Doris', 'tags': ['Best Practice'], - "image": '/images/minimax-migrated-from-loki-to-doris.png' + "image": '/images/minimax-creator-of-talkie.jpeg' } --- @@ -30,7 +30,9 @@ specific language governing permissions and limitations under the License. --> -MiniMax, [a generative AI startup backed by Alibaba, Tencent, miHoYo, etc.](https://fortune.com/asia/2024/03/05/alibaba-leads-financing-round-chinese-ai-startup-minimax/), has been investing most of its efforts in MoE (Mixture of Experts) before it became an industry consensus. In April 2024, MiniMax launched its first commercially deployed MoE-based LLM, **MiniMax-abab 6.5**, which contains over a trillion parameters and delivers performances comparable to GPT-4, Claude-3, and Gemini-1.5. +You might not have heard of [MiniMax](https://www.minimaxi.com/en), but you've probably heard of [Talkie](https://www.talkie-ai.com), the AI chatbot taking the world by storm. In the summer of 2024, Talkie ranked fifth among the most-downloaded free entertainment apps in the US, bringing its creator, MiniMax, into the global spotlight. As the maker of this market-stunning product, the AI unicorn maintains a low profile, but its history of smart decision-making dates back a long way. + +Before MoE (Mixture of Experts) became an industry consensus, MiniMax has been investing most of its efforts in it. In April 2024, MiniMax launched its first commercially deployed MoE-based LLM, **MiniMax-abab 6.5**, which contains over a trillion parameters and delivers performances comparable to GPT-4, Claude-3, and Gemini-1.5. As their LLM is getting more complex and called upon more frequently, it generates an exploding amount of logs from model training and inference. These logs provide the basis for performance monitoring, optimization, and troubleshooting. The existing Grafana Loki-based logging system of MiniMax faced performance and stability issues, so they planned for an upgrade. After looking at the common industry solutions, they came to Apache Doris. diff --git a/common_docs_zh/releasenotes/all-release.md b/common_docs_zh/releasenotes/all-release.md index 009d9af965c..dc14e93b14d 100644 --- a/common_docs_zh/releasenotes/all-release.md +++ b/common_docs_zh/releasenotes/all-release.md @@ -30,11 +30,9 @@ under the License. :::tip 最新发布 -🔥 Apache Doris 2.1.7 版本发布! +🎉 3.0.2 版本已于 2024 年 10 月 15 日正式发布,详情可查看[版本发布](../releasenotes/v3.0/release-3.0.2)。从 3.X 版本开始,Apache Doris 除了支持计算存储一体模式外,还支持计算存储分离模式进行集群部署。借助将计算和存储层解耦的云原生架构,用户可以在多个计算集群之间实现查询负载的物理隔离,以及读写负载的隔离。 -- [了解详情](../releasenotes/v2.1/release-2.1.7.md) - -- [立即下载](https://doris.apache.org/download) +🎉 2.1.7 版本现已于 2024 年 10 月 15 日正式发布,详情可查看[版本发布](../releasenotes/v2.1/release-2.1.7)。子查询性能方面 2.1 版本开箱即用查询的性能提高了 100%;在数据湖分析场景方面,相对于 Trino 和 Spark 分别有 4-6 倍性能提升;在半结构化数据分析场景中提供了强有力的支持,包括新的 Variant 类型和一系列分析函数。此外,2.1 版本起支持异步物化视图以加速查询,优化了大规模实时写入,并通过稳定性和运行时 SQL 资源跟踪改进了工作负载管理。 ::: @@ -58,7 +56,7 @@ under the License. - [2024-06-26, Apache Doris 2.1.4 版本发布](../releasenotes/v2.1/release-2.1.4.md) -- [2024-06-05, Apache DOris 2.0.11 版本发布](../releasenotes/v2.0/release-2.0.11.md) +- [2024-06-05, Apache Doris 2.0.11 版本发布](../releasenotes/v2.0/release-2.0.11.md) - [2024-05-21, Apache Doris 2.1.3 版本发布](../releasenotes/v2.1/release-2.1.3.md) diff --git a/cspell.json b/cspell.json index 29ce9a61c84..95597aa956a 100644 --- a/cspell.json +++ b/cspell.json @@ -12,8 +12,9 @@ "Moka", "releasenotes", "swiper", + "Trino", "Velo" ], "ignoreWords": [], "import": [] -} \ No newline at end of file +} diff --git a/releasenotes/all-release.md b/releasenotes/all-release.md index aaa5e35d19d..5e88c2b3568 100644 --- a/releasenotes/all-release.md +++ b/releasenotes/all-release.md @@ -28,12 +28,9 @@ This document presents a summary of Apache Doris versions released within one ye :::tip Latest Release -🔥 Apache Doris 2.1.7 is released ! +🎉 Version 3.0.2 released now. Check out the 🔗[Release Notes](../releasenotes/v3.0/release-3.0.2) here. Starting from version 3.X, Apache Doris supports a compute-storage decoupled mode in addition to the compute-storage coupled mode for cluster deployment. With the cloud-native architecture that decouples the computation and storage layers, users can achieve physical isolation between query loads across multiple compute clusters, as well as isolation between read and write loads. -- [Release Note](/releasenotes/v2.1/release-2.1.7.md) - - -- [Quick Download](https://doris.apache.org/download) +🎉 Version 2.1.7 released now. Check out the 🔗[Release Notes](../releasenotes/v2.1/release-2.1.6) here. The 2.1 version delivers exceptional performance with 100% higher out-of-the-box queries proven by TPC-DS 1TB tests, enhanced data lake analytics that are 4-6 times speedier than Trino and Spark, solid support for semi-structured data analysis with new Variant types and suite of analytical functions, asynchronous materialized views for query acceleration, optimized real-time writing at [...] ::: diff --git a/static/images/minimax-creator-of-talkie.jpeg b/static/images/minimax-creator-of-talkie.jpeg new file mode 100644 index 00000000000..3516b95310b Binary files /dev/null and b/static/images/minimax-creator-of-talkie.jpeg differ diff --git a/static/images/minimax-migrated-from-loki-to-doris.png b/static/images/minimax-migrated-from-loki-to-doris.png deleted file mode 100644 index 9d8a4b33ace..00000000000 Binary files a/static/images/minimax-migrated-from-loki-to-doris.png and /dev/null differ --------------------------------------------------------------------- To unsubscribe, e-mail: commits-unsubscr...@doris.apache.org For additional commands, e-mail: commits-h...@doris.apache.org