Updated the documentation to include a link to the official Google API documentation for better clarity on obtaining the API.
@@ -766,7 +766,7 @@ return [
计算机无法直接理解文本,需要将其转换为向量。我们使用 `Embeddings` 节点来完成这个“翻译”工作。
-- <strong>节点</strong>:`Embeddings Google Gemini`,选择模型为`gemini-embedding-exp-03-07`。这里使用Google API来演示,如果不知道如何获取Google API可以参考5.5.3小节。
+- <strong>节点</strong>:`Embeddings Google Gemini`,选择模型为`gemini-embedding-exp-03-07`。这里使用Google API来演示,如果不知道如何获取Google API可以参考[官方文档](https://gemini-api.apifox.cn/)。
- <strong>配置</strong>:将其连接到 `Code` 节点之后,它会自动将上游传入的文本转换为向量数据。
<div align="center">