mirror of
https://github.com/infiniflow/ragflow.git
synced 2026-02-04 01:25:07 +08:00
### What problem does this PR solve? Feat: Add Google operator #3221 ### Type of change - [x] New Feature (non-breaking change which adds functionality)
This commit is contained in:
@ -368,11 +368,23 @@ export const initialArXivValues = {
|
||||
};
|
||||
|
||||
export const initialGoogleValues = {
|
||||
q: AgentGlobals.SysQuery,
|
||||
start: 0,
|
||||
num: 12,
|
||||
top_n: 10,
|
||||
api_key: 'YOUR_API_KEY (obtained from https://serpapi.com/manage-api-key)',
|
||||
api_key: '',
|
||||
country: 'cn',
|
||||
language: 'en',
|
||||
...initialQueryBaseValues,
|
||||
outputs: {
|
||||
formalized_content: {
|
||||
value: '',
|
||||
type: 'string',
|
||||
},
|
||||
json: {
|
||||
value: [],
|
||||
type: 'Array<Object>',
|
||||
},
|
||||
},
|
||||
};
|
||||
|
||||
export const initialBingValues = {
|
||||
|
||||
Reference in New Issue
Block a user