wiki-ingest: Multi-Agent System Reliability

This commit is contained in:
2026-04-16 03:43:32 +08:00
parent 3db8f83ca3
commit 821be5e431
72 changed files with 2479 additions and 101 deletions

View File

@@ -0,0 +1,29 @@
---
title: "Google Search Grounding"
type: concept
tags: [nano-banana-pro, google-search, grounding, real-time-data, hallucination-reduction]
last_updated: 2026-04-16
---
## 定义
Nano-Banana Pro 结合 Google 实时搜索结果驱动图像生成,减少时效性话题的幻觉,并支持天气、股票、新闻等动态数据可视化。
## 核心机制
1. 用户请求实时数据可视化(天气/股票/新闻)
2. 模型调用 Google Search 获取当前信息
3. 模型"思考"reason搜索结果后再生成图像
4. 输出包含实时数据洞察的可视化图像
## 应用场景
- **股票趋势可视化**:当前科技公司股价和趋势分析图
- **旅行指南**2025 年美国国家公园最佳游览时间(基于当前旅行趋势)
- **事件可视化**:新闻事件相关的数据图
## 与 RAG 的关系
- Google Search Grounding 是 RAG 思想在图像生成领域的应用
- RAG检索增强文本生成
- Search Grounding检索增强图像生成
## Connections
- [[Google Search Grounding]] ← 能力 ← [[Nano-Banana Pro]]
- [[Google Search Grounding]] ← 类比 ← [[RAG]]