Skip to content
Toggle navigation
P
Projects
G
Groups
S
Snippets
Help
赵月辉
/
fastgpt-migrated
This project
Loading...
Sign in
Toggle navigation
Go to a project
Project
Repository
Issues
0
Merge Requests
0
Pipelines
Wiki
Snippets
Members
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Unverified
Commit
0455bdea
authored
Aug 16, 2023
by
archer
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
google search docs
parent
38e4a41c
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
3 deletions
+3
-3
docSite/docs/flow-modules/examples/web_search_google.md
+1
-1
docSite/i18n/zh-Hans/docusaurus-plugin-content-docs/current/flow-modules/examples/web_search_google.md
+2
-2
No files found.
docSite/docs/flow-modules/examples/web_search_google.md
View file @
0455bdea
...
@@ -440,7 +440,7 @@ Copy the following configuration, click the Import button in the upper right cor
...
@@ -440,7 +440,7 @@ Copy the following configuration, click the Import button in the upper right cor
]
]
```
```
**Process Description**
## Process Description
1.
The extraction module extracts the user's question into search keywords.
1.
The extraction module extracts the user's question into search keywords.
2.
The search keywords are passed to the HTTP module.
2.
The search keywords are passed to the HTTP module.
...
...
docSite/i18n/zh-Hans/docusaurus-plugin-content-docs/current/flow-modules/examples/web_search_google.md
View file @
0455bdea
...
@@ -53,7 +53,7 @@ export default async function (ctx: FunctionContext) {
...
@@ -53,7 +53,7 @@ export default async function (ctx: FunctionContext) {
}
}
```
```
## 编排
##
模块
编排
复制下面配置,点击高级编排右上角的导入按键,导入该配置,导入后将接口地址复制到 【HTTP 模块】。
复制下面配置,点击高级编排右上角的导入按键,导入该配置,导入后将接口地址复制到 【HTTP 模块】。
...
@@ -441,7 +441,7 @@ export default async function (ctx: FunctionContext) {
...
@@ -441,7 +441,7 @@ export default async function (ctx: FunctionContext) {
]
]
```
```
**流程说明**
## 流程说明
1.
提取模块将用户的问题提取成搜索关键词
1.
提取模块将用户的问题提取成搜索关键词
2.
将搜索关键词传入 HTTP 模块
2.
将搜索关键词传入 HTTP 模块
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment