Flowise

Форк
0
748 строк · 30.0 Кб
1
{
2
    "description": "Use AutoGPT - Autonomous agent with chain of thoughts for self-guided task completion",
3
    "categories": "AutoGPT,SERP Tool,File Read/Write,ChatOpenAI,Pinecone,Langchain",
4
    "framework": "Langchain",
5
    "nodes": [
6
        {
7
            "width": 300,
8
            "height": 627,
9
            "id": "autoGPT_0",
10
            "position": {
11
                "x": 1627.8124366169843,
12
                "y": 129.76619452400155
13
            },
14
            "type": "customNode",
15
            "data": {
16
                "id": "autoGPT_0",
17
                "label": "AutoGPT",
18
                "version": 2,
19
                "name": "autoGPT",
20
                "type": "AutoGPT",
21
                "baseClasses": ["AutoGPT"],
22
                "category": "Agents",
23
                "description": "Autonomous agent with chain of thoughts by GPT4",
24
                "inputParams": [
25
                    {
26
                        "label": "AutoGPT Name",
27
                        "name": "aiName",
28
                        "type": "string",
29
                        "placeholder": "Tom",
30
                        "optional": true,
31
                        "id": "autoGPT_0-input-aiName-string"
32
                    },
33
                    {
34
                        "label": "AutoGPT Role",
35
                        "name": "aiRole",
36
                        "type": "string",
37
                        "placeholder": "Assistant",
38
                        "optional": true,
39
                        "id": "autoGPT_0-input-aiRole-string"
40
                    },
41
                    {
42
                        "label": "Maximum Loop",
43
                        "name": "maxLoop",
44
                        "type": "number",
45
                        "default": 5,
46
                        "optional": true,
47
                        "id": "autoGPT_0-input-maxLoop-number"
48
                    }
49
                ],
50
                "inputAnchors": [
51
                    {
52
                        "label": "Allowed Tools",
53
                        "name": "tools",
54
                        "type": "Tool",
55
                        "list": true,
56
                        "id": "autoGPT_0-input-tools-Tool"
57
                    },
58
                    {
59
                        "label": "Chat Model",
60
                        "name": "model",
61
                        "type": "BaseChatModel",
62
                        "id": "autoGPT_0-input-model-BaseChatModel"
63
                    },
64
                    {
65
                        "label": "Vector Store Retriever",
66
                        "name": "vectorStoreRetriever",
67
                        "type": "BaseRetriever",
68
                        "id": "autoGPT_0-input-vectorStoreRetriever-BaseRetriever"
69
                    },
70
                    {
71
                        "label": "Input Moderation",
72
                        "description": "Detect text that could generate harmful output and prevent it from being sent to the language model",
73
                        "name": "inputModeration",
74
                        "type": "Moderation",
75
                        "optional": true,
76
                        "list": true,
77
                        "id": "autoGPT_0-input-inputModeration-Moderation"
78
                    }
79
                ],
80
                "inputs": {
81
                    "inputModeration": "",
82
                    "tools": ["{{readFile_0.data.instance}}", "{{writeFile_1.data.instance}}", "{{serpAPI_0.data.instance}}"],
83
                    "model": "{{chatOpenAI_0.data.instance}}",
84
                    "vectorStoreRetriever": "{{pinecone_0.data.instance}}",
85
                    "aiName": "",
86
                    "aiRole": "",
87
                    "maxLoop": 5
88
                },
89
                "outputAnchors": [
90
                    {
91
                        "id": "autoGPT_0-output-autoGPT-AutoGPT",
92
                        "name": "autoGPT",
93
                        "label": "AutoGPT",
94
                        "type": "AutoGPT"
95
                    }
96
                ],
97
                "outputs": {},
98
                "selected": false
99
            },
100
            "selected": false,
101
            "positionAbsolute": {
102
                "x": 1627.8124366169843,
103
                "y": 129.76619452400155
104
            },
105
            "dragging": false
106
        },
107
        {
108
            "width": 300,
109
            "height": 278,
110
            "id": "writeFile_1",
111
            "position": {
112
                "x": 539.4976647298655,
113
                "y": 36.45930212160803
114
            },
115
            "type": "customNode",
116
            "data": {
117
                "id": "writeFile_1",
118
                "label": "Write File",
119
                "version": 1,
120
                "name": "writeFile",
121
                "type": "WriteFile",
122
                "baseClasses": ["WriteFile", "Tool", "StructuredTool", "BaseLangChain"],
123
                "category": "Tools",
124
                "description": "Write file to disk",
125
                "inputParams": [
126
                    {
127
                        "label": "Base Path",
128
                        "name": "basePath",
129
                        "placeholder": "C:\\Users\\User\\Desktop",
130
                        "type": "string",
131
                        "optional": true,
132
                        "id": "writeFile_1-input-basePath-string"
133
                    }
134
                ],
135
                "inputAnchors": [],
136
                "inputs": {
137
                    "basePath": ""
138
                },
139
                "outputAnchors": [
140
                    {
141
                        "id": "writeFile_1-output-writeFile-WriteFile|Tool|StructuredTool|BaseLangChain",
142
                        "name": "writeFile",
143
                        "label": "WriteFile",
144
                        "type": "WriteFile | Tool | StructuredTool | BaseLangChain"
145
                    }
146
                ],
147
                "outputs": {},
148
                "selected": false
149
            },
150
            "positionAbsolute": {
151
                "x": 539.4976647298655,
152
                "y": 36.45930212160803
153
            },
154
            "selected": false,
155
            "dragging": false
156
        },
157
        {
158
            "width": 300,
159
            "height": 278,
160
            "id": "readFile_0",
161
            "position": {
162
                "x": 881.2568465391292,
163
                "y": -112.9631005153393
164
            },
165
            "type": "customNode",
166
            "data": {
167
                "id": "readFile_0",
168
                "label": "Read File",
169
                "version": 1,
170
                "name": "readFile",
171
                "type": "ReadFile",
172
                "baseClasses": ["ReadFile", "Tool", "StructuredTool", "BaseLangChain"],
173
                "category": "Tools",
174
                "description": "Read file from disk",
175
                "inputParams": [
176
                    {
177
                        "label": "Base Path",
178
                        "name": "basePath",
179
                        "placeholder": "C:\\Users\\User\\Desktop",
180
                        "type": "string",
181
                        "optional": true,
182
                        "id": "readFile_0-input-basePath-string"
183
                    }
184
                ],
185
                "inputAnchors": [],
186
                "inputs": {
187
                    "basePath": ""
188
                },
189
                "outputAnchors": [
190
                    {
191
                        "id": "readFile_0-output-readFile-ReadFile|Tool|StructuredTool|BaseLangChain",
192
                        "name": "readFile",
193
                        "label": "ReadFile",
194
                        "type": "ReadFile | Tool | StructuredTool | BaseLangChain"
195
                    }
196
                ],
197
                "outputs": {},
198
                "selected": false
199
            },
200
            "selected": false,
201
            "positionAbsolute": {
202
                "x": 881.2568465391292,
203
                "y": -112.9631005153393
204
            },
205
            "dragging": false
206
        },
207
        {
208
            "width": 300,
209
            "height": 277,
210
            "id": "serpAPI_0",
211
            "position": {
212
                "x": 1247.066832724479,
213
                "y": -193.77467220135756
214
            },
215
            "type": "customNode",
216
            "data": {
217
                "id": "serpAPI_0",
218
                "label": "Serp API",
219
                "version": 1,
220
                "name": "serpAPI",
221
                "type": "SerpAPI",
222
                "baseClasses": ["SerpAPI", "Tool", "StructuredTool"],
223
                "category": "Tools",
224
                "description": "Wrapper around SerpAPI - a real-time API to access Google search results",
225
                "inputParams": [
226
                    {
227
                        "label": "Connect Credential",
228
                        "name": "credential",
229
                        "type": "credential",
230
                        "credentialNames": ["serpApi"],
231
                        "id": "serpAPI_0-input-credential-credential"
232
                    }
233
                ],
234
                "inputAnchors": [],
235
                "inputs": {},
236
                "outputAnchors": [
237
                    {
238
                        "id": "serpAPI_0-output-serpAPI-SerpAPI|Tool|StructuredTool",
239
                        "name": "serpAPI",
240
                        "label": "SerpAPI",
241
                        "type": "SerpAPI | Tool | StructuredTool"
242
                    }
243
                ],
244
                "outputs": {},
245
                "selected": false
246
            },
247
            "selected": false,
248
            "positionAbsolute": {
249
                "x": 1247.066832724479,
250
                "y": -193.77467220135756
251
            },
252
            "dragging": false
253
        },
254
        {
255
            "width": 300,
256
            "height": 574,
257
            "id": "chatOpenAI_0",
258
            "position": {
259
                "x": 176.69787776192283,
260
                "y": -116.3808686218022
261
            },
262
            "type": "customNode",
263
            "data": {
264
                "id": "chatOpenAI_0",
265
                "label": "ChatOpenAI",
266
                "version": 6.0,
267
                "name": "chatOpenAI",
268
                "type": "ChatOpenAI",
269
                "baseClasses": ["ChatOpenAI", "BaseChatModel", "BaseLanguageModel"],
270
                "category": "Chat Models",
271
                "description": "Wrapper around OpenAI large language models that use the Chat endpoint",
272
                "inputParams": [
273
                    {
274
                        "label": "Connect Credential",
275
                        "name": "credential",
276
                        "type": "credential",
277
                        "credentialNames": ["openAIApi"],
278
                        "id": "chatOpenAI_0-input-credential-credential"
279
                    },
280
                    {
281
                        "label": "Model Name",
282
                        "name": "modelName",
283
                        "type": "asyncOptions",
284
                        "loadMethod": "listModels",
285
                        "default": "gpt-3.5-turbo",
286
                        "id": "chatOpenAI_0-input-modelName-options"
287
                    },
288
                    {
289
                        "label": "Temperature",
290
                        "name": "temperature",
291
                        "type": "number",
292
                        "default": 0.9,
293
                        "optional": true,
294
                        "id": "chatOpenAI_0-input-temperature-number"
295
                    },
296
                    {
297
                        "label": "Max Tokens",
298
                        "name": "maxTokens",
299
                        "type": "number",
300
                        "optional": true,
301
                        "additionalParams": true,
302
                        "id": "chatOpenAI_0-input-maxTokens-number"
303
                    },
304
                    {
305
                        "label": "Top Probability",
306
                        "name": "topP",
307
                        "type": "number",
308
                        "optional": true,
309
                        "additionalParams": true,
310
                        "id": "chatOpenAI_0-input-topP-number"
311
                    },
312
                    {
313
                        "label": "Frequency Penalty",
314
                        "name": "frequencyPenalty",
315
                        "type": "number",
316
                        "optional": true,
317
                        "additionalParams": true,
318
                        "id": "chatOpenAI_0-input-frequencyPenalty-number"
319
                    },
320
                    {
321
                        "label": "Presence Penalty",
322
                        "name": "presencePenalty",
323
                        "type": "number",
324
                        "optional": true,
325
                        "additionalParams": true,
326
                        "id": "chatOpenAI_0-input-presencePenalty-number"
327
                    },
328
                    {
329
                        "label": "Timeout",
330
                        "name": "timeout",
331
                        "type": "number",
332
                        "optional": true,
333
                        "additionalParams": true,
334
                        "id": "chatOpenAI_0-input-timeout-number"
335
                    },
336
                    {
337
                        "label": "BasePath",
338
                        "name": "basepath",
339
                        "type": "string",
340
                        "optional": true,
341
                        "additionalParams": true,
342
                        "id": "chatOpenAI_0-input-basepath-string"
343
                    },
344
                    {
345
                        "label": "BaseOptions",
346
                        "name": "baseOptions",
347
                        "type": "json",
348
                        "optional": true,
349
                        "additionalParams": true,
350
                        "id": "chatOpenAI_0-input-baseOptions-json"
351
                    },
352
                    {
353
                        "label": "Allow Image Uploads",
354
                        "name": "allowImageUploads",
355
                        "type": "boolean",
356
                        "description": "Automatically uses gpt-4-vision-preview when image is being uploaded from chat. Only works with LLMChain, Conversation Chain, ReAct Agent, and Conversational Agent",
357
                        "default": false,
358
                        "optional": true,
359
                        "id": "chatOpenAI_0-input-allowImageUploads-boolean"
360
                    },
361
                    {
362
                        "label": "Image Resolution",
363
                        "description": "This parameter controls the resolution in which the model views the image.",
364
                        "name": "imageResolution",
365
                        "type": "options",
366
                        "options": [
367
                            {
368
                                "label": "Low",
369
                                "name": "low"
370
                            },
371
                            {
372
                                "label": "High",
373
                                "name": "high"
374
                            },
375
                            {
376
                                "label": "Auto",
377
                                "name": "auto"
378
                            }
379
                        ],
380
                        "default": "low",
381
                        "optional": false,
382
                        "additionalParams": true,
383
                        "id": "chatOpenAI_0-input-imageResolution-options"
384
                    }
385
                ],
386
                "inputAnchors": [
387
                    {
388
                        "label": "Cache",
389
                        "name": "cache",
390
                        "type": "BaseCache",
391
                        "optional": true,
392
                        "id": "chatOpenAI_0-input-cache-BaseCache"
393
                    }
394
                ],
395
                "inputs": {
396
                    "modelName": "gpt-3.5-turbo",
397
                    "temperature": 0.9,
398
                    "maxTokens": "",
399
                    "topP": "",
400
                    "frequencyPenalty": "",
401
                    "presencePenalty": "",
402
                    "timeout": "",
403
                    "basepath": "",
404
                    "baseOptions": "",
405
                    "allowImageUploads": true,
406
                    "imageResolution": "low"
407
                },
408
                "outputAnchors": [
409
                    {
410
                        "id": "chatOpenAI_0-output-chatOpenAI-ChatOpenAI|BaseChatModel|BaseLanguageModel",
411
                        "name": "chatOpenAI",
412
                        "label": "ChatOpenAI",
413
                        "type": "ChatOpenAI | BaseChatModel | BaseLanguageModel"
414
                    }
415
                ],
416
                "outputs": {},
417
                "selected": false
418
            },
419
            "selected": false,
420
            "positionAbsolute": {
421
                "x": 176.69787776192283,
422
                "y": -116.3808686218022
423
            },
424
            "dragging": false
425
        },
426
        {
427
            "width": 300,
428
            "height": 329,
429
            "id": "openAIEmbeddings_0",
430
            "position": {
431
                "x": 606.7317612889267,
432
                "y": 439.5269912996025
433
            },
434
            "type": "customNode",
435
            "data": {
436
                "id": "openAIEmbeddings_0",
437
                "label": "OpenAI Embeddings",
438
                "version": 3,
439
                "name": "openAIEmbeddings",
440
                "type": "OpenAIEmbeddings",
441
                "baseClasses": ["OpenAIEmbeddings", "Embeddings"],
442
                "category": "Embeddings",
443
                "description": "OpenAI API to generate embeddings for a given text",
444
                "inputParams": [
445
                    {
446
                        "label": "Connect Credential",
447
                        "name": "credential",
448
                        "type": "credential",
449
                        "credentialNames": ["openAIApi"],
450
                        "id": "openAIEmbeddings_0-input-credential-credential"
451
                    },
452
                    {
453
                        "label": "Model Name",
454
                        "name": "modelName",
455
                        "type": "asyncOptions",
456
                        "loadMethod": "listModels",
457
                        "default": "text-embedding-ada-002",
458
                        "id": "openAIEmbeddings_0-input-modelName-options"
459
                    },
460
                    {
461
                        "label": "Strip New Lines",
462
                        "name": "stripNewLines",
463
                        "type": "boolean",
464
                        "optional": true,
465
                        "additionalParams": true,
466
                        "id": "openAIEmbeddings_0-input-stripNewLines-boolean"
467
                    },
468
                    {
469
                        "label": "Batch Size",
470
                        "name": "batchSize",
471
                        "type": "number",
472
                        "optional": true,
473
                        "additionalParams": true,
474
                        "id": "openAIEmbeddings_0-input-batchSize-number"
475
                    },
476
                    {
477
                        "label": "Timeout",
478
                        "name": "timeout",
479
                        "type": "number",
480
                        "optional": true,
481
                        "additionalParams": true,
482
                        "id": "openAIEmbeddings_0-input-timeout-number"
483
                    },
484
                    {
485
                        "label": "BasePath",
486
                        "name": "basepath",
487
                        "type": "string",
488
                        "optional": true,
489
                        "additionalParams": true,
490
                        "id": "openAIEmbeddings_0-input-basepath-string"
491
                    }
492
                ],
493
                "inputAnchors": [],
494
                "inputs": {
495
                    "stripNewLines": "",
496
                    "batchSize": "",
497
                    "timeout": "",
498
                    "basepath": "",
499
                    "modelName": "text-embedding-ada-002"
500
                },
501
                "outputAnchors": [
502
                    {
503
                        "id": "openAIEmbeddings_0-output-openAIEmbeddings-OpenAIEmbeddings|Embeddings",
504
                        "name": "openAIEmbeddings",
505
                        "label": "OpenAIEmbeddings",
506
                        "type": "OpenAIEmbeddings | Embeddings"
507
                    }
508
                ],
509
                "outputs": {},
510
                "selected": false
511
            },
512
            "selected": false,
513
            "positionAbsolute": {
514
                "x": 606.7317612889267,
515
                "y": 439.5269912996025
516
            },
517
            "dragging": false
518
        },
519
        {
520
            "width": 300,
521
            "height": 555,
522
            "id": "pinecone_0",
523
            "position": {
524
                "x": 1061.413729190394,
525
                "y": 387.9611693492896
526
            },
527
            "type": "customNode",
528
            "data": {
529
                "id": "pinecone_0",
530
                "label": "Pinecone",
531
                "version": 2,
532
                "name": "pinecone",
533
                "type": "Pinecone",
534
                "baseClasses": ["Pinecone", "VectorStoreRetriever", "BaseRetriever"],
535
                "category": "Vector Stores",
536
                "description": "Upsert embedded data and perform similarity or mmr search using Pinecone, a leading fully managed hosted vector database",
537
                "inputParams": [
538
                    {
539
                        "label": "Connect Credential",
540
                        "name": "credential",
541
                        "type": "credential",
542
                        "credentialNames": ["pineconeApi"],
543
                        "id": "pinecone_0-input-credential-credential"
544
                    },
545
                    {
546
                        "label": "Pinecone Index",
547
                        "name": "pineconeIndex",
548
                        "type": "string",
549
                        "id": "pinecone_0-input-pineconeIndex-string"
550
                    },
551
                    {
552
                        "label": "Pinecone Namespace",
553
                        "name": "pineconeNamespace",
554
                        "type": "string",
555
                        "placeholder": "my-first-namespace",
556
                        "additionalParams": true,
557
                        "optional": true,
558
                        "id": "pinecone_0-input-pineconeNamespace-string"
559
                    },
560
                    {
561
                        "label": "Pinecone Metadata Filter",
562
                        "name": "pineconeMetadataFilter",
563
                        "type": "json",
564
                        "optional": true,
565
                        "additionalParams": true,
566
                        "id": "pinecone_0-input-pineconeMetadataFilter-json"
567
                    },
568
                    {
569
                        "label": "Top K",
570
                        "name": "topK",
571
                        "description": "Number of top results to fetch. Default to 4",
572
                        "placeholder": "4",
573
                        "type": "number",
574
                        "additionalParams": true,
575
                        "optional": true,
576
                        "id": "pinecone_0-input-topK-number"
577
                    },
578
                    {
579
                        "label": "Search Type",
580
                        "name": "searchType",
581
                        "type": "options",
582
                        "default": "similarity",
583
                        "options": [
584
                            {
585
                                "label": "Similarity",
586
                                "name": "similarity"
587
                            },
588
                            {
589
                                "label": "Max Marginal Relevance",
590
                                "name": "mmr"
591
                            }
592
                        ],
593
                        "additionalParams": true,
594
                        "optional": true,
595
                        "id": "pinecone_0-input-searchType-options"
596
                    },
597
                    {
598
                        "label": "Fetch K (for MMR Search)",
599
                        "name": "fetchK",
600
                        "description": "Number of initial documents to fetch for MMR reranking. Default to 20. Used only when the search type is MMR",
601
                        "placeholder": "20",
602
                        "type": "number",
603
                        "additionalParams": true,
604
                        "optional": true,
605
                        "id": "pinecone_0-input-fetchK-number"
606
                    },
607
                    {
608
                        "label": "Lambda (for MMR Search)",
609
                        "name": "lambda",
610
                        "description": "Number between 0 and 1 that determines the degree of diversity among the results, where 0 corresponds to maximum diversity and 1 to minimum diversity. Used only when the search type is MMR",
611
                        "placeholder": "0.5",
612
                        "type": "number",
613
                        "additionalParams": true,
614
                        "optional": true,
615
                        "id": "pinecone_0-input-lambda-number"
616
                    }
617
                ],
618
                "inputAnchors": [
619
                    {
620
                        "label": "Document",
621
                        "name": "document",
622
                        "type": "Document",
623
                        "list": true,
624
                        "optional": true,
625
                        "id": "pinecone_0-input-document-Document"
626
                    },
627
                    {
628
                        "label": "Embeddings",
629
                        "name": "embeddings",
630
                        "type": "Embeddings",
631
                        "id": "pinecone_0-input-embeddings-Embeddings"
632
                    }
633
                ],
634
                "inputs": {
635
                    "document": "",
636
                    "embeddings": "{{openAIEmbeddings_0.data.instance}}",
637
                    "pineconeIndex": "",
638
                    "pineconeNamespace": "",
639
                    "pineconeMetadataFilter": "",
640
                    "topK": "",
641
                    "searchType": "similarity",
642
                    "fetchK": "",
643
                    "lambda": ""
644
                },
645
                "outputAnchors": [
646
                    {
647
                        "name": "output",
648
                        "label": "Output",
649
                        "type": "options",
650
                        "options": [
651
                            {
652
                                "id": "pinecone_0-output-retriever-Pinecone|VectorStoreRetriever|BaseRetriever",
653
                                "name": "retriever",
654
                                "label": "Pinecone Retriever",
655
                                "type": "Pinecone | VectorStoreRetriever | BaseRetriever"
656
                            },
657
                            {
658
                                "id": "pinecone_0-output-vectorStore-Pinecone|VectorStore",
659
                                "name": "vectorStore",
660
                                "label": "Pinecone Vector Store",
661
                                "type": "Pinecone | VectorStore"
662
                            }
663
                        ],
664
                        "default": "retriever"
665
                    }
666
                ],
667
                "outputs": {
668
                    "output": "retriever"
669
                },
670
                "selected": false
671
            },
672
            "selected": false,
673
            "positionAbsolute": {
674
                "x": 1061.413729190394,
675
                "y": 387.9611693492896
676
            },
677
            "dragging": false
678
        }
679
    ],
680
    "edges": [
681
        {
682
            "source": "writeFile_1",
683
            "sourceHandle": "writeFile_1-output-writeFile-WriteFile|Tool|StructuredTool|BaseLangChain",
684
            "target": "autoGPT_0",
685
            "targetHandle": "autoGPT_0-input-tools-Tool",
686
            "type": "buttonedge",
687
            "id": "writeFile_1-writeFile_1-output-writeFile-WriteFile|Tool|StructuredTool|BaseLangChain-autoGPT_0-autoGPT_0-input-tools-Tool",
688
            "data": {
689
                "label": ""
690
            }
691
        },
692
        {
693
            "source": "readFile_0",
694
            "sourceHandle": "readFile_0-output-readFile-ReadFile|Tool|StructuredTool|BaseLangChain",
695
            "target": "autoGPT_0",
696
            "targetHandle": "autoGPT_0-input-tools-Tool",
697
            "type": "buttonedge",
698
            "id": "readFile_0-readFile_0-output-readFile-ReadFile|Tool|StructuredTool|BaseLangChain-autoGPT_0-autoGPT_0-input-tools-Tool",
699
            "data": {
700
                "label": ""
701
            }
702
        },
703
        {
704
            "source": "chatOpenAI_0",
705
            "sourceHandle": "chatOpenAI_0-output-chatOpenAI-ChatOpenAI|BaseChatModel|BaseLanguageModel",
706
            "target": "autoGPT_0",
707
            "targetHandle": "autoGPT_0-input-model-BaseChatModel",
708
            "type": "buttonedge",
709
            "id": "chatOpenAI_0-chatOpenAI_0-output-chatOpenAI-ChatOpenAI|BaseChatModel|BaseLanguageModel-autoGPT_0-autoGPT_0-input-model-BaseChatModel",
710
            "data": {
711
                "label": ""
712
            }
713
        },
714
        {
715
            "source": "serpAPI_0",
716
            "sourceHandle": "serpAPI_0-output-serpAPI-SerpAPI|Tool|StructuredTool",
717
            "target": "autoGPT_0",
718
            "targetHandle": "autoGPT_0-input-tools-Tool",
719
            "type": "buttonedge",
720
            "id": "serpAPI_0-serpAPI_0-output-serpAPI-SerpAPI|Tool|StructuredTool-autoGPT_0-autoGPT_0-input-tools-Tool",
721
            "data": {
722
                "label": ""
723
            }
724
        },
725
        {
726
            "source": "openAIEmbeddings_0",
727
            "sourceHandle": "openAIEmbeddings_0-output-openAIEmbeddings-OpenAIEmbeddings|Embeddings",
728
            "target": "pinecone_0",
729
            "targetHandle": "pinecone_0-input-embeddings-Embeddings",
730
            "type": "buttonedge",
731
            "id": "openAIEmbeddings_0-openAIEmbeddings_0-output-openAIEmbeddings-OpenAIEmbeddings|Embeddings-pinecone_0-pinecone_0-input-embeddings-Embeddings",
732
            "data": {
733
                "label": ""
734
            }
735
        },
736
        {
737
            "source": "pinecone_0",
738
            "sourceHandle": "pinecone_0-output-retriever-Pinecone|VectorStoreRetriever|BaseRetriever",
739
            "target": "autoGPT_0",
740
            "targetHandle": "autoGPT_0-input-vectorStoreRetriever-BaseRetriever",
741
            "type": "buttonedge",
742
            "id": "pinecone_0-pinecone_0-output-retriever-Pinecone|VectorStoreRetriever|BaseRetriever-autoGPT_0-autoGPT_0-input-vectorStoreRetriever-BaseRetriever",
743
            "data": {
744
                "label": ""
745
            }
746
        }
747
    ]
748
}
749

Использование cookies

Мы используем файлы cookie в соответствии с Политикой конфиденциальности и Политикой использования cookies.

Нажимая кнопку «Принимаю», Вы даете АО «СберТех» согласие на обработку Ваших персональных данных в целях совершенствования нашего веб-сайта и Сервиса GitVerse, а также повышения удобства их использования.

Запретить использование cookies Вы можете самостоятельно в настройках Вашего браузера.