MaxKB/ui/public/tool/google_search/detail.md
CaptainB baa9828950
Some checks are pending
sync2gitee / repo-sync (push) Waiting to run
fix: update image paths in documentation for consistency
2025-07-01 22:01:08 +08:00

1.0 KiB
Raw Blame History

概述

Google 搜索工具是一个实时 API可提取搜索引擎结果提供来自 Google 的结构化数据。它支持各种搜索类型,包括 Web、图像、新闻和地图。

配置

  1. 创建 Google Custom Search Engine 在Programmable Search Engine中 添加 Search Engine google 创建引擎
  2. 获取cx参数 进入添加的引擎详情中在【基本】菜单中获取搜索引擎的ID即cx。 google cx
  3. 获取 API Key 打开 https://developers.google.com/custom-search/v1/overview?hl=zh-cn 获取API Key。 google API Key
  4. 配置启动参数 在Google 搜索函数的启动参数中填写配置以上参数,并启用该函数。 启动参数
  5. 在应用中使用 在高级编排应用中,点击添加组件->函数库->Google搜索设置使用参数。 应用中使用