Skip to content

Add links to blog posts (v5.10.0) #3097

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 1 commit into
base: release-5.10
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions en_US/flow-designer/llm-based-data-processing.md
Original file line number Diff line number Diff line change
Expand Up @@ -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).
6 changes: 5 additions & 1 deletion en_US/gateway/nats.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)
- 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).
3 changes: 3 additions & 0 deletions zh_CN/flow-designer/llm-based-data-processing.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)。
4 changes: 4 additions & 0 deletions zh_CN/gateway/nats.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)。