-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathcompetitive_edge_anylysys.json
113 lines (113 loc) · 2.53 KB
/
competitive_edge_anylysys.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
{
"name": "competitive edge anylysys",
"nodes": [
{
"parameters": {
"operation": "toText",
"sourceProperty": "text",
"binaryPropertyName": "=data {{ $json.text }}",
"options": {}
},
"id": "5bc34bfc-7431-4327-8346-ff8db04ef106",
"name": "Convert to File",
"type": "n8n-nodes-base.convertToFile",
"typeVersion": 1.1,
"position": [
1240,
340
]
},
{
"parameters": {
"modelName": "models/gemini-1.5-flash-8b",
"options": {}
},
"id": "fddeab7e-3fc9-44fd-8314-1e8e2599bb2e",
"name": "Google Gemini Chat Model",
"type": "@n8n/n8n-nodes-langchain.lmChatGoogleGemini",
"typeVersion": 1,
"position": [
940,
500
],
"credentials": {
"googlePalmApi": {
"id": "JbEhKxehH5blT25V",
"name": "Google Gemini(PaLM) Api account"
}
}
},
{
"parameters": {},
"id": "9852aa68-f8e3-4c38-a911-41dc5f144164",
"name": "Execute Workflow Trigger",
"type": "n8n-nodes-base.executeWorkflowTrigger",
"typeVersion": 1,
"position": [
700,
340
]
},
{
"parameters": {
"promptType": "define",
"text": "={{ \"find me this product and tell me how many companies have this product\"+ $json.description }}"
},
"id": "a631c331-2d94-457f-b07b-ed841999bf8e",
"name": "Basic LLM Chain",
"type": "@n8n/n8n-nodes-langchain.chainLlm",
"typeVersion": 1.5,
"position": [
920,
340
]
}
],
"pinData": {},
"connections": {
"Google Gemini Chat Model": {
"ai_languageModel": [
[
{
"node": "Basic LLM Chain",
"type": "ai_languageModel",
"index": 0
}
]
]
},
"Execute Workflow Trigger": {
"main": [
[
{
"node": "Basic LLM Chain",
"type": "main",
"index": 0
}
]
]
},
"Basic LLM Chain": {
"main": [
[
{
"node": "Convert to File",
"type": "main",
"index": 0
}
]
]
}
},
"active": false,
"settings": {
"executionOrder": "v1"
},
"versionId": "21bcf1d8-5c3d-4af1-935f-870e73e09322",
"meta": {
"templateCredsSetupCompleted": true,
"instanceId": "99c9ad39e037c576bf627b0a002067b5148ead85aca0a4be5a600b828820ae34"
},
"id": "Cl3SqGZBdoNE5irw",
"tags": []
}