From b477c8dea7aab52a2b8b4e5c4a95b94433eafa7d Mon Sep 17 00:00:00 2001 From: Meggielqk <126552073+Meggielqk@users.noreply.github.com> Date: Mon, 28 Jul 2025 16:13:38 +0800 Subject: [PATCH] Add links to blog posts (v5.10.0) --- en_US/flow-designer/llm-based-data-processing.md | 3 +++ en_US/gateway/nats.md | 6 +++++- zh_CN/flow-designer/llm-based-data-processing.md | 3 +++ zh_CN/gateway/nats.md | 4 ++++ 4 files changed, 15 insertions(+), 1 deletion(-) diff --git a/en_US/flow-designer/llm-based-data-processing.md b/en_US/flow-designer/llm-based-data-processing.md index 7f6a38011..9c610802a 100644 --- a/en_US/flow-designer/llm-based-data-processing.md +++ b/en_US/flow-designer/llm-based-data-processing.md @@ -133,3 +133,6 @@ The following two examples demonstrate how to quickly build and test Flows using - [Create a Flow Using OpenAI Node](./openai-node-quick-start.md): Use GPT models to summarize or transform MQTT messages. - [Create a Flow Using Anthropic Node](./anthropic-node-quick-start.md): Use Claude models to process numeric values in MQTT messages. +## More Information + +To explore the LLM‑powered MQTT data processing capabilities, see the blog post: [Real-Time AI for IoT: Introducing LLM Integration in EMQX 5.10](https://www.emqx.com/en/blog/introducing-llm-integration-in-emqx-5-10). diff --git a/en_US/gateway/nats.md b/en_US/gateway/nats.md index 557980b83..fc85b2c8a 100644 --- a/en_US/gateway/nats.md +++ b/en_US/gateway/nats.md @@ -267,4 +267,8 @@ For other authentication types, refer to the documentation on [EMQX Authenticato ### Configure User-Level Interfaces - For complete configuration reference, see: [NATS Gateway Configuration](https://docs.emqx.com/en/enterprise/v@EE_VERSION@/hocon/) -- For REST API details, see: [Gateway REST API Documentation](https://docs.emqx.com/en/enterprise/v@EE_MINOR_VERSION@/admin/api-docs) \ No newline at end of file +- For REST API details, see: [Gateway REST API Documentation](https://docs.emqx.com/en/enterprise/v@EE_MINOR_VERSION@/admin/api-docs) + +## More Information + +To learn more about the NATS Protocol Gateway and its use cases, see the blog post: [EMQX NATS Gateway: Enabling MQTT-NATS Bidirectional Interoperability](https://www.emqx.com/en/blog/emqx-nats-gateway). \ No newline at end of file diff --git a/zh_CN/flow-designer/llm-based-data-processing.md b/zh_CN/flow-designer/llm-based-data-processing.md index 9bb64f0ac..4f8a1189f 100644 --- a/zh_CN/flow-designer/llm-based-data-processing.md +++ b/zh_CN/flow-designer/llm-based-data-processing.md @@ -125,3 +125,6 @@ EMQX 5.10.0 当前支持以下 LLM 服务: - [使用OpenAI 节点创建 Flow](./openai-node-quick-start.md):使用 GPT 模型处理或摘要 MQTT 消息。 - [使用 Anthropic 节点创建 Flow](./anthropic-node-quick-start.md):使用 Claude 模型处理 MQTT 消息中的数值字段。 +## 更多信息 + +要了解基于 LLM 的 MQTT 数据处理能力,请参阅博客:[智能网联 + AI:EMQX 5.10.0 大模型集成功能介绍](https://www.emqx.com/zh/blog/introducing-llm-integration-in-emqx-5-10)。 diff --git a/zh_CN/gateway/nats.md b/zh_CN/gateway/nats.md index 5ce7f7e0d..04e5166f8 100644 --- a/zh_CN/gateway/nats.md +++ b/zh_CN/gateway/nats.md @@ -261,3 +261,7 @@ gateway.nats { - 详细配置说明参考:[网关配置 - NATS 网关](https://docs.emqx.com/zh/enterprise/v@EE_VERSION@/hocon/) - 详细 REST API 接口参考:[REST API - 网关](https://docs.emqx.com/en/enterprise/v@EE_MINOR_VERSION@/admin/api-docs) + +## 更多信息 + +要了解有关 NATS 协议网关及其应用场景的更多信息,请参阅博客:[突破连接边界:EMQX 实现 MQTT 和 NATS 协议双向互通](https://www.emqx.com/zh/blog/emqx-nats-gateway)。