@n8n/n8n-nodes-langchain 1.60.0 → 1.61.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/build.tsbuildinfo +1 -1
- package/dist/known/credentials.json +1 -4
- package/dist/known/nodes.json +0 -12
- package/dist/nodes/agents/Agent/Agent.node.js +2 -1
- package/dist/nodes/agents/Agent/Agent.node.js.map +1 -1
- package/dist/nodes/embeddings/EmbeddingsAwsBedrock/EmbeddingsAwsBedrock.node.js +2 -2
- package/dist/nodes/embeddings/EmbeddingsAwsBedrock/EmbeddingsAwsBedrock.node.js.map +1 -1
- package/dist/nodes/llms/LmChatAwsBedrock/LmChatAwsBedrock.node.d.ts +0 -3
- package/dist/nodes/llms/LmChatAwsBedrock/LmChatAwsBedrock.node.js +2 -5
- package/dist/nodes/llms/LmChatAwsBedrock/LmChatAwsBedrock.node.js.map +1 -1
- package/dist/types/nodes.json +1 -4
- package/package.json +31 -36
- package/dist/nodes/embeddings/EmbeddingsGooglePalm/EmbeddingsGooglePalm.node.d.ts +0 -5
- package/dist/nodes/embeddings/EmbeddingsGooglePalm/EmbeddingsGooglePalm.node.js +0 -123
- package/dist/nodes/embeddings/EmbeddingsGooglePalm/EmbeddingsGooglePalm.node.js.map +0 -1
- package/dist/nodes/embeddings/EmbeddingsGooglePalm/google.svg +0 -1
- package/dist/nodes/llms/LmChatGooglePalm/LmChatGooglePalm.node.d.ts +0 -5
- package/dist/nodes/llms/LmChatGooglePalm/LmChatGooglePalm.node.js +0 -159
- package/dist/nodes/llms/LmChatGooglePalm/LmChatGooglePalm.node.js.map +0 -1
- package/dist/nodes/llms/LmChatGooglePalm/google.svg +0 -1
- package/dist/nodes/llms/LmGooglePalm/LmGooglePalm.node.d.ts +0 -5
- package/dist/nodes/llms/LmGooglePalm/LmGooglePalm.node.js +0 -166
- package/dist/nodes/llms/LmGooglePalm/LmGooglePalm.node.js.map +0 -1
- package/dist/nodes/llms/LmGooglePalm/google.svg +0 -1
package/package.json
CHANGED
|
@@ -1,12 +1,12 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@n8n/n8n-nodes-langchain",
|
|
3
|
-
"version": "1.
|
|
3
|
+
"version": "1.61.0",
|
|
4
4
|
"description": "",
|
|
5
5
|
"main": "index.js",
|
|
6
6
|
"files": [
|
|
7
7
|
"dist",
|
|
8
|
-
"
|
|
9
|
-
"
|
|
8
|
+
"LICENSE_EE.md",
|
|
9
|
+
"LICENSE.md"
|
|
10
10
|
],
|
|
11
11
|
"n8n": {
|
|
12
12
|
"n8nNodesApiVersion": 1,
|
|
@@ -45,7 +45,6 @@
|
|
|
45
45
|
"dist/nodes/embeddings/EmbeddingsCohere/EmbeddingsCohere.node.js",
|
|
46
46
|
"dist/nodes/embeddings/EmbeddingsAwsBedrock/EmbeddingsAwsBedrock.node.js",
|
|
47
47
|
"dist/nodes/embeddings/EmbeddingsAzureOpenAi/EmbeddingsAzureOpenAi.node.js",
|
|
48
|
-
"dist/nodes/embeddings/EmbeddingsGooglePalm/EmbeddingsGooglePalm.node.js",
|
|
49
48
|
"dist/nodes/embeddings/EmbeddingsGoogleGemini/EmbeddingsGoogleGemini.node.js",
|
|
50
49
|
"dist/nodes/embeddings/EmbeddingsHuggingFaceInference/EmbeddingsHuggingFaceInference.node.js",
|
|
51
50
|
"dist/nodes/embeddings/EmbeddingsMistralCloud/EmbeddingsMistralCloud.node.js",
|
|
@@ -53,9 +52,7 @@
|
|
|
53
52
|
"dist/nodes/embeddings/EmbeddingsOllama/EmbeddingsOllama.node.js",
|
|
54
53
|
"dist/nodes/llms/LMChatAnthropic/LmChatAnthropic.node.js",
|
|
55
54
|
"dist/nodes/llms/LmChatAzureOpenAi/LmChatAzureOpenAi.node.js",
|
|
56
|
-
"dist/nodes/llms/LmGooglePalm/LmGooglePalm.node.js",
|
|
57
55
|
"dist/nodes/llms/LmChatAwsBedrock/LmChatAwsBedrock.node.js",
|
|
58
|
-
"dist/nodes/llms/LmChatGooglePalm/LmChatGooglePalm.node.js",
|
|
59
56
|
"dist/nodes/llms/LmChatGoogleGemini/LmChatGoogleGemini.node.js",
|
|
60
57
|
"dist/nodes/llms/LmChatGoogleVertex/LmChatGoogleVertex.node.js",
|
|
61
58
|
"dist/nodes/llms/LmChatGroq/LmChatGroq.node.js",
|
|
@@ -116,43 +113,41 @@
|
|
|
116
113
|
"@types/html-to-text": "^9.0.1",
|
|
117
114
|
"@types/json-schema": "^7.0.15",
|
|
118
115
|
"@types/temp": "^0.9.1",
|
|
119
|
-
"n8n-core": "1.
|
|
116
|
+
"n8n-core": "1.61.0"
|
|
120
117
|
},
|
|
121
118
|
"dependencies": {
|
|
122
|
-
"@aws-sdk/client-bedrock-runtime": "3.645.0",
|
|
123
|
-
"@aws-sdk/client-sso-oidc": "^3.645.0",
|
|
124
|
-
"@aws-sdk/credential-provider-node": "3.645.0",
|
|
125
119
|
"@getzep/zep-cloud": "1.0.11",
|
|
126
120
|
"@getzep/zep-js": "0.9.0",
|
|
127
|
-
"@google-ai/generativelanguage": "2.
|
|
121
|
+
"@google-ai/generativelanguage": "2.6.0",
|
|
128
122
|
"@google-cloud/resource-manager": "5.3.0",
|
|
129
|
-
"@google/generative-ai": "0.
|
|
123
|
+
"@google/generative-ai": "0.19.0",
|
|
130
124
|
"@huggingface/inference": "2.8.0",
|
|
131
|
-
"@langchain/anthropic": "0.
|
|
132
|
-
"@langchain/
|
|
133
|
-
"@langchain/
|
|
134
|
-
"@langchain/
|
|
135
|
-
"@langchain/
|
|
136
|
-
"@langchain/google-
|
|
137
|
-
"@langchain/
|
|
138
|
-
"@langchain/
|
|
139
|
-
"@langchain/
|
|
140
|
-
"@langchain/
|
|
141
|
-
"@langchain/
|
|
142
|
-
"@langchain/
|
|
143
|
-
"@langchain/
|
|
144
|
-
"@langchain/
|
|
125
|
+
"@langchain/anthropic": "0.3.1",
|
|
126
|
+
"@langchain/aws": "^0.1.0",
|
|
127
|
+
"@langchain/cohere": "0.3.0",
|
|
128
|
+
"@langchain/community": "0.3.2",
|
|
129
|
+
"@langchain/core": "0.3.3",
|
|
130
|
+
"@langchain/google-genai": "0.1.0",
|
|
131
|
+
"@langchain/google-vertexai": "0.1.0",
|
|
132
|
+
"@langchain/groq": "0.1.2",
|
|
133
|
+
"@langchain/mistralai": "0.1.1",
|
|
134
|
+
"@langchain/ollama": "0.1.0",
|
|
135
|
+
"@langchain/openai": "0.3.0",
|
|
136
|
+
"@langchain/pinecone": "0.1.0",
|
|
137
|
+
"@langchain/qdrant": "0.1.0",
|
|
138
|
+
"@langchain/redis": "0.1.0",
|
|
139
|
+
"@langchain/textsplitters": "0.1.0",
|
|
145
140
|
"@mozilla/readability": "^0.5.0",
|
|
146
141
|
"@n8n/typeorm": "0.3.20-10",
|
|
147
142
|
"@n8n/vm2": "3.9.25",
|
|
148
|
-
"@pinecone-database/pinecone": "3.0.
|
|
149
|
-
"@qdrant/js-client-rest": "1.
|
|
150
|
-
"@supabase/supabase-js": "2.45.
|
|
143
|
+
"@pinecone-database/pinecone": "3.0.3",
|
|
144
|
+
"@qdrant/js-client-rest": "1.11.0",
|
|
145
|
+
"@supabase/supabase-js": "2.45.4",
|
|
151
146
|
"@types/pg": "^8.11.6",
|
|
152
|
-
"@xata.io/client": "0.
|
|
147
|
+
"@xata.io/client": "0.30.0",
|
|
153
148
|
"basic-auth": "2.0.1",
|
|
154
149
|
"cheerio": "1.0.0-rc.12",
|
|
155
|
-
"cohere-ai": "7.13.
|
|
150
|
+
"cohere-ai": "7.13.2",
|
|
156
151
|
"d3-dsv": "2.0.0",
|
|
157
152
|
"epub2": "3.0.2",
|
|
158
153
|
"form-data": "4.0.0",
|
|
@@ -160,10 +155,10 @@
|
|
|
160
155
|
"html-to-text": "9.0.5",
|
|
161
156
|
"jsdom": "^23.0.1",
|
|
162
157
|
"json-schema-to-zod": "2.1.0",
|
|
163
|
-
"langchain": "0.2
|
|
158
|
+
"langchain": "0.3.2",
|
|
164
159
|
"lodash": "4.17.21",
|
|
165
160
|
"mammoth": "1.7.2",
|
|
166
|
-
"openai": "4.
|
|
161
|
+
"openai": "4.63.0",
|
|
167
162
|
"pdf-parse": "1.1.1",
|
|
168
163
|
"pg": "8.12.0",
|
|
169
164
|
"redis": "4.6.12",
|
|
@@ -171,9 +166,9 @@
|
|
|
171
166
|
"temp": "0.9.4",
|
|
172
167
|
"tmp-promise": "3.0.3",
|
|
173
168
|
"zod": "3.23.8",
|
|
174
|
-
"zod-to-json-schema": "3.23.
|
|
175
|
-
"n8n-workflow": "1.
|
|
176
|
-
"n8n-nodes-base": "1.
|
|
169
|
+
"zod-to-json-schema": "3.23.3",
|
|
170
|
+
"n8n-workflow": "1.60.0",
|
|
171
|
+
"n8n-nodes-base": "1.61.0"
|
|
177
172
|
},
|
|
178
173
|
"license": "SEE LICENSE IN LICENSE.md",
|
|
179
174
|
"homepage": "https://n8n.io",
|
|
@@ -1,5 +0,0 @@
|
|
|
1
|
-
import { type IExecuteFunctions, type INodeType, type INodeTypeDescription, type SupplyData } from 'n8n-workflow';
|
|
2
|
-
export declare class EmbeddingsGooglePalm implements INodeType {
|
|
3
|
-
description: INodeTypeDescription;
|
|
4
|
-
supplyData(this: IExecuteFunctions, itemIndex: number): Promise<SupplyData>;
|
|
5
|
-
}
|
|
@@ -1,123 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.EmbeddingsGooglePalm = void 0;
|
|
4
|
-
const googlepalm_1 = require("@langchain/community/embeddings/googlepalm");
|
|
5
|
-
const logWrapper_1 = require("../../../utils/logWrapper");
|
|
6
|
-
const sharedFields_1 = require("../../../utils/sharedFields");
|
|
7
|
-
class EmbeddingsGooglePalm {
|
|
8
|
-
constructor() {
|
|
9
|
-
this.description = {
|
|
10
|
-
displayName: 'Embeddings Google PaLM',
|
|
11
|
-
name: 'embeddingsGooglePalm',
|
|
12
|
-
icon: 'file:google.svg',
|
|
13
|
-
group: ['transform'],
|
|
14
|
-
version: 1,
|
|
15
|
-
description: 'Use Google PaLM Embeddings',
|
|
16
|
-
defaults: {
|
|
17
|
-
name: 'Embeddings Google PaLM',
|
|
18
|
-
},
|
|
19
|
-
requestDefaults: {
|
|
20
|
-
ignoreHttpStatusErrors: true,
|
|
21
|
-
baseURL: '={{ $credentials.host }}',
|
|
22
|
-
},
|
|
23
|
-
credentials: [
|
|
24
|
-
{
|
|
25
|
-
name: 'googlePalmApi',
|
|
26
|
-
required: true,
|
|
27
|
-
},
|
|
28
|
-
],
|
|
29
|
-
codex: {
|
|
30
|
-
categories: ['AI'],
|
|
31
|
-
subcategories: {
|
|
32
|
-
AI: ['Embeddings'],
|
|
33
|
-
},
|
|
34
|
-
resources: {
|
|
35
|
-
primaryDocumentation: [
|
|
36
|
-
{
|
|
37
|
-
url: 'https://docs.n8n.io/integrations/builtin/cluster-nodes/sub-nodes/n8n-nodes-langchain.embeddingsgooglepalm/',
|
|
38
|
-
},
|
|
39
|
-
],
|
|
40
|
-
},
|
|
41
|
-
},
|
|
42
|
-
inputs: [],
|
|
43
|
-
outputs: ["ai_embedding"],
|
|
44
|
-
outputNames: ['Embeddings'],
|
|
45
|
-
properties: [
|
|
46
|
-
(0, sharedFields_1.getConnectionHintNoticeField)(["ai_vectorStore"]),
|
|
47
|
-
{
|
|
48
|
-
displayName: 'Each model is using different dimensional density for embeddings. Please make sure to use the same dimensionality for your vector store. The default model is using 768-dimensional embeddings.',
|
|
49
|
-
name: 'notice',
|
|
50
|
-
type: 'notice',
|
|
51
|
-
default: '',
|
|
52
|
-
},
|
|
53
|
-
{
|
|
54
|
-
displayName: 'Model',
|
|
55
|
-
name: 'modelName',
|
|
56
|
-
type: 'options',
|
|
57
|
-
description: 'The model which will generate the embeddings. <a href="https://developers.generativeai.google/api/rest/generativelanguage/models/list">Learn more</a>.',
|
|
58
|
-
typeOptions: {
|
|
59
|
-
loadOptions: {
|
|
60
|
-
routing: {
|
|
61
|
-
request: {
|
|
62
|
-
method: 'GET',
|
|
63
|
-
url: '/v1beta3/models',
|
|
64
|
-
},
|
|
65
|
-
output: {
|
|
66
|
-
postReceive: [
|
|
67
|
-
{
|
|
68
|
-
type: 'rootProperty',
|
|
69
|
-
properties: {
|
|
70
|
-
property: 'models',
|
|
71
|
-
},
|
|
72
|
-
},
|
|
73
|
-
{
|
|
74
|
-
type: 'filter',
|
|
75
|
-
properties: {
|
|
76
|
-
pass: "={{ $responseItem.name.startsWith('models/embedding') }}",
|
|
77
|
-
},
|
|
78
|
-
},
|
|
79
|
-
{
|
|
80
|
-
type: 'setKeyValue',
|
|
81
|
-
properties: {
|
|
82
|
-
name: '={{$responseItem.name}}',
|
|
83
|
-
value: '={{$responseItem.name}}',
|
|
84
|
-
description: '={{$responseItem.description}}',
|
|
85
|
-
},
|
|
86
|
-
},
|
|
87
|
-
{
|
|
88
|
-
type: 'sort',
|
|
89
|
-
properties: {
|
|
90
|
-
key: 'name',
|
|
91
|
-
},
|
|
92
|
-
},
|
|
93
|
-
],
|
|
94
|
-
},
|
|
95
|
-
},
|
|
96
|
-
},
|
|
97
|
-
},
|
|
98
|
-
routing: {
|
|
99
|
-
send: {
|
|
100
|
-
type: 'body',
|
|
101
|
-
property: 'model',
|
|
102
|
-
},
|
|
103
|
-
},
|
|
104
|
-
default: 'models/embedding-gecko-001',
|
|
105
|
-
},
|
|
106
|
-
],
|
|
107
|
-
};
|
|
108
|
-
}
|
|
109
|
-
async supplyData(itemIndex) {
|
|
110
|
-
this.logger.debug('Supply data for embeddings Google PaLM');
|
|
111
|
-
const modelName = this.getNodeParameter('modelName', itemIndex, 'models/embedding-gecko-001');
|
|
112
|
-
const credentials = await this.getCredentials('googlePalmApi');
|
|
113
|
-
const embeddings = new googlepalm_1.GooglePaLMEmbeddings({
|
|
114
|
-
apiKey: credentials.apiKey,
|
|
115
|
-
modelName,
|
|
116
|
-
});
|
|
117
|
-
return {
|
|
118
|
-
response: (0, logWrapper_1.logWrapper)(embeddings, this),
|
|
119
|
-
};
|
|
120
|
-
}
|
|
121
|
-
}
|
|
122
|
-
exports.EmbeddingsGooglePalm = EmbeddingsGooglePalm;
|
|
123
|
-
//# sourceMappingURL=EmbeddingsGooglePalm.node.js.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"EmbeddingsGooglePalm.node.js","sourceRoot":"","sources":["../../../../nodes/embeddings/EmbeddingsGooglePalm/EmbeddingsGooglePalm.node.ts"],"names":[],"mappings":"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"}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 48 48"><defs><path id="a" d="M44.5 20H24v8.5h11.8C34.7 33.9 30.1 37 24 37c-7.2 0-13-5.8-13-13s5.8-13 13-13c3.1 0 5.9 1.1 8.1 2.9l6.4-6.4C34.6 4.1 29.6 2 24 2 11.8 2 2 11.8 2 24s9.8 22 22 22c11 0 21-8 21-22 0-1.3-.2-2.7-.5-4"/></defs><clipPath id="b"><use xlink:href="#a" overflow="visible"/></clipPath><path fill="#FBBC05" d="M0 37V11l17 13z" clip-path="url(#b)"/><path fill="#EA4335" d="m0 11 17 13 7-6.1L48 14V0H0z" clip-path="url(#b)"/><path fill="#34A853" d="m0 37 30-23 7.9 1L48 0v48H0z" clip-path="url(#b)"/><path fill="#4285F4" d="M48 48 17 24l-4-3 35-10z" clip-path="url(#b)"/></svg>
|
|
@@ -1,5 +0,0 @@
|
|
|
1
|
-
import { type IExecuteFunctions, type INodeType, type INodeTypeDescription, type SupplyData } from 'n8n-workflow';
|
|
2
|
-
export declare class LmChatGooglePalm implements INodeType {
|
|
3
|
-
description: INodeTypeDescription;
|
|
4
|
-
supplyData(this: IExecuteFunctions, itemIndex: number): Promise<SupplyData>;
|
|
5
|
-
}
|
|
@@ -1,159 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.LmChatGooglePalm = void 0;
|
|
4
|
-
const googlepalm_1 = require("@langchain/community/chat_models/googlepalm");
|
|
5
|
-
const N8nLlmTracing_1 = require("../N8nLlmTracing");
|
|
6
|
-
class LmChatGooglePalm {
|
|
7
|
-
constructor() {
|
|
8
|
-
this.description = {
|
|
9
|
-
displayName: 'Google PaLM Chat Model',
|
|
10
|
-
name: 'lmChatGooglePalm',
|
|
11
|
-
icon: 'file:google.svg',
|
|
12
|
-
hidden: true,
|
|
13
|
-
group: ['transform'],
|
|
14
|
-
version: 1,
|
|
15
|
-
description: 'Chat Model Google PaLM',
|
|
16
|
-
defaults: {
|
|
17
|
-
name: 'Google PaLM Chat Model',
|
|
18
|
-
},
|
|
19
|
-
codex: {
|
|
20
|
-
categories: ['AI'],
|
|
21
|
-
subcategories: {
|
|
22
|
-
AI: ['Language Models', 'Root Nodes'],
|
|
23
|
-
'Language Models': ['Chat Models (Recommended)'],
|
|
24
|
-
},
|
|
25
|
-
resources: {
|
|
26
|
-
primaryDocumentation: [
|
|
27
|
-
{
|
|
28
|
-
url: 'https://docs.n8n.io/integrations/builtin/cluster-nodes/sub-nodes/n8n-nodes-langchain.lmchatgooglepalm/',
|
|
29
|
-
},
|
|
30
|
-
],
|
|
31
|
-
},
|
|
32
|
-
},
|
|
33
|
-
inputs: [],
|
|
34
|
-
outputs: ["ai_languageModel"],
|
|
35
|
-
outputNames: ['Model'],
|
|
36
|
-
credentials: [
|
|
37
|
-
{
|
|
38
|
-
name: 'googlePalmApi',
|
|
39
|
-
required: true,
|
|
40
|
-
},
|
|
41
|
-
],
|
|
42
|
-
requestDefaults: {
|
|
43
|
-
ignoreHttpStatusErrors: true,
|
|
44
|
-
baseURL: '={{ $credentials.host }}',
|
|
45
|
-
},
|
|
46
|
-
properties: [
|
|
47
|
-
{
|
|
48
|
-
displayName: "Google PaLM API is <a href='https://ai.google.dev/palm_docs/deprecation' target='_blank'>deprecated</a>. Please use Google Vertex or Google Gemini nodes instead.",
|
|
49
|
-
name: 'deprecated',
|
|
50
|
-
type: 'notice',
|
|
51
|
-
default: '',
|
|
52
|
-
},
|
|
53
|
-
{
|
|
54
|
-
displayName: 'Model',
|
|
55
|
-
name: 'modelName',
|
|
56
|
-
type: 'options',
|
|
57
|
-
description: 'The model which will generate the completion. <a href="https://developers.generativeai.google/api/rest/generativelanguage/models/list">Learn more</a>.',
|
|
58
|
-
typeOptions: {
|
|
59
|
-
loadOptions: {
|
|
60
|
-
routing: {
|
|
61
|
-
request: {
|
|
62
|
-
method: 'GET',
|
|
63
|
-
url: '/v1beta3/models',
|
|
64
|
-
},
|
|
65
|
-
output: {
|
|
66
|
-
postReceive: [
|
|
67
|
-
{
|
|
68
|
-
type: 'rootProperty',
|
|
69
|
-
properties: {
|
|
70
|
-
property: 'models',
|
|
71
|
-
},
|
|
72
|
-
},
|
|
73
|
-
{
|
|
74
|
-
type: 'filter',
|
|
75
|
-
properties: {
|
|
76
|
-
pass: "={{ $responseItem.name.startsWith('models/chat') }}",
|
|
77
|
-
},
|
|
78
|
-
},
|
|
79
|
-
{
|
|
80
|
-
type: 'setKeyValue',
|
|
81
|
-
properties: {
|
|
82
|
-
name: '={{$responseItem.name}}',
|
|
83
|
-
value: '={{$responseItem.name}}',
|
|
84
|
-
description: '={{$responseItem.description}}',
|
|
85
|
-
},
|
|
86
|
-
},
|
|
87
|
-
{
|
|
88
|
-
type: 'sort',
|
|
89
|
-
properties: {
|
|
90
|
-
key: 'name',
|
|
91
|
-
},
|
|
92
|
-
},
|
|
93
|
-
],
|
|
94
|
-
},
|
|
95
|
-
},
|
|
96
|
-
},
|
|
97
|
-
},
|
|
98
|
-
routing: {
|
|
99
|
-
send: {
|
|
100
|
-
type: 'body',
|
|
101
|
-
property: 'model',
|
|
102
|
-
},
|
|
103
|
-
},
|
|
104
|
-
default: 'models/chat-bison-001',
|
|
105
|
-
},
|
|
106
|
-
{
|
|
107
|
-
displayName: 'Options',
|
|
108
|
-
name: 'options',
|
|
109
|
-
placeholder: 'Add Option',
|
|
110
|
-
description: 'Additional options to add',
|
|
111
|
-
type: 'collection',
|
|
112
|
-
default: {},
|
|
113
|
-
options: [
|
|
114
|
-
{
|
|
115
|
-
displayName: 'Sampling Temperature',
|
|
116
|
-
name: 'temperature',
|
|
117
|
-
default: 0.7,
|
|
118
|
-
typeOptions: { maxValue: 1, minValue: 0, numberPrecision: 1 },
|
|
119
|
-
description: 'Controls randomness: Lowering results in less random completions. As the temperature approaches zero, the model will become deterministic and repetitive.',
|
|
120
|
-
type: 'number',
|
|
121
|
-
},
|
|
122
|
-
{
|
|
123
|
-
displayName: 'Top K',
|
|
124
|
-
name: 'topK',
|
|
125
|
-
default: 40,
|
|
126
|
-
typeOptions: { maxValue: 1, minValue: -1, numberPrecision: 1 },
|
|
127
|
-
description: 'Used to remove "long tail" low probability responses. Defaults to -1, which disables it.',
|
|
128
|
-
type: 'number',
|
|
129
|
-
},
|
|
130
|
-
{
|
|
131
|
-
displayName: 'Top P',
|
|
132
|
-
name: 'topP',
|
|
133
|
-
default: 0.9,
|
|
134
|
-
typeOptions: { maxValue: 1, minValue: 0, numberPrecision: 1 },
|
|
135
|
-
description: 'Controls diversity via nucleus sampling: 0.5 means half of all likelihood-weighted options are considered. We generally recommend altering this or temperature but not both.',
|
|
136
|
-
type: 'number',
|
|
137
|
-
},
|
|
138
|
-
],
|
|
139
|
-
},
|
|
140
|
-
],
|
|
141
|
-
};
|
|
142
|
-
}
|
|
143
|
-
async supplyData(itemIndex) {
|
|
144
|
-
const credentials = await this.getCredentials('googlePalmApi');
|
|
145
|
-
const modelName = this.getNodeParameter('modelName', itemIndex);
|
|
146
|
-
const options = this.getNodeParameter('options', itemIndex, {});
|
|
147
|
-
const model = new googlepalm_1.ChatGooglePaLM({
|
|
148
|
-
apiKey: credentials.apiKey,
|
|
149
|
-
modelName,
|
|
150
|
-
...options,
|
|
151
|
-
callbacks: [new N8nLlmTracing_1.N8nLlmTracing(this)],
|
|
152
|
-
});
|
|
153
|
-
return {
|
|
154
|
-
response: model,
|
|
155
|
-
};
|
|
156
|
-
}
|
|
157
|
-
}
|
|
158
|
-
exports.LmChatGooglePalm = LmChatGooglePalm;
|
|
159
|
-
//# sourceMappingURL=LmChatGooglePalm.node.js.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"LmChatGooglePalm.node.js","sourceRoot":"","sources":["../../../../nodes/llms/LmChatGooglePalm/LmChatGooglePalm.node.ts"],"names":[],"mappings":"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"}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 48 48"><defs><path id="a" d="M44.5 20H24v8.5h11.8C34.7 33.9 30.1 37 24 37c-7.2 0-13-5.8-13-13s5.8-13 13-13c3.1 0 5.9 1.1 8.1 2.9l6.4-6.4C34.6 4.1 29.6 2 24 2 11.8 2 2 11.8 2 24s9.8 22 22 22c11 0 21-8 21-22 0-1.3-.2-2.7-.5-4"/></defs><clipPath id="b"><use xlink:href="#a" overflow="visible"/></clipPath><path fill="#FBBC05" d="M0 37V11l17 13z" clip-path="url(#b)"/><path fill="#EA4335" d="m0 11 17 13 7-6.1L48 14V0H0z" clip-path="url(#b)"/><path fill="#34A853" d="m0 37 30-23 7.9 1L48 0v48H0z" clip-path="url(#b)"/><path fill="#4285F4" d="M48 48 17 24l-4-3 35-10z" clip-path="url(#b)"/></svg>
|
|
@@ -1,5 +0,0 @@
|
|
|
1
|
-
import { type IExecuteFunctions, type INodeType, type INodeTypeDescription, type SupplyData } from 'n8n-workflow';
|
|
2
|
-
export declare class LmGooglePalm implements INodeType {
|
|
3
|
-
description: INodeTypeDescription;
|
|
4
|
-
supplyData(this: IExecuteFunctions, itemIndex: number): Promise<SupplyData>;
|
|
5
|
-
}
|
|
@@ -1,166 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.LmGooglePalm = void 0;
|
|
4
|
-
const googlepalm_1 = require("@langchain/community/llms/googlepalm");
|
|
5
|
-
const N8nLlmTracing_1 = require("../N8nLlmTracing");
|
|
6
|
-
class LmGooglePalm {
|
|
7
|
-
constructor() {
|
|
8
|
-
this.description = {
|
|
9
|
-
displayName: 'Google PaLM Language Model',
|
|
10
|
-
name: 'lmGooglePalm',
|
|
11
|
-
hidden: true,
|
|
12
|
-
icon: 'file:google.svg',
|
|
13
|
-
group: ['transform'],
|
|
14
|
-
version: 1,
|
|
15
|
-
description: 'Language Model Google PaLM',
|
|
16
|
-
defaults: {
|
|
17
|
-
name: 'Google PaLM Language Model',
|
|
18
|
-
},
|
|
19
|
-
codex: {
|
|
20
|
-
categories: ['AI'],
|
|
21
|
-
subcategories: {
|
|
22
|
-
AI: ['Language Models', 'Root Nodes'],
|
|
23
|
-
'Language Models': ['Text Completion Models'],
|
|
24
|
-
},
|
|
25
|
-
resources: {
|
|
26
|
-
primaryDocumentation: [
|
|
27
|
-
{
|
|
28
|
-
url: 'https://docs.n8n.io/integrations/builtin/cluster-nodes/sub-nodes/n8n-nodes-langchain.lmgooglepalm/',
|
|
29
|
-
},
|
|
30
|
-
],
|
|
31
|
-
},
|
|
32
|
-
},
|
|
33
|
-
inputs: [],
|
|
34
|
-
outputs: ["ai_languageModel"],
|
|
35
|
-
outputNames: ['Model'],
|
|
36
|
-
credentials: [
|
|
37
|
-
{
|
|
38
|
-
name: 'googlePalmApi',
|
|
39
|
-
required: true,
|
|
40
|
-
},
|
|
41
|
-
],
|
|
42
|
-
requestDefaults: {
|
|
43
|
-
ignoreHttpStatusErrors: true,
|
|
44
|
-
baseURL: '={{ $credentials.host }}',
|
|
45
|
-
},
|
|
46
|
-
properties: [
|
|
47
|
-
{
|
|
48
|
-
displayName: "Google PaLM API is <a href='https://ai.google.dev/palm_docs/deprecation' target='_blank'>deprecated</a>. Please use Google Vertex or Google Gemini nodes instead.",
|
|
49
|
-
name: 'deprecated',
|
|
50
|
-
type: 'notice',
|
|
51
|
-
default: '',
|
|
52
|
-
},
|
|
53
|
-
{
|
|
54
|
-
displayName: 'Model',
|
|
55
|
-
name: 'modelName',
|
|
56
|
-
type: 'options',
|
|
57
|
-
description: 'The model which will generate the completion. <a href="https://developers.generativeai.google/api/rest/generativelanguage/models/list">Learn more</a>.',
|
|
58
|
-
typeOptions: {
|
|
59
|
-
loadOptions: {
|
|
60
|
-
routing: {
|
|
61
|
-
request: {
|
|
62
|
-
method: 'GET',
|
|
63
|
-
url: '/v1beta3/models',
|
|
64
|
-
},
|
|
65
|
-
output: {
|
|
66
|
-
postReceive: [
|
|
67
|
-
{
|
|
68
|
-
type: 'rootProperty',
|
|
69
|
-
properties: {
|
|
70
|
-
property: 'models',
|
|
71
|
-
},
|
|
72
|
-
},
|
|
73
|
-
{
|
|
74
|
-
type: 'filter',
|
|
75
|
-
properties: {
|
|
76
|
-
pass: "={{ $responseItem.name.startsWith('models/text') }}",
|
|
77
|
-
},
|
|
78
|
-
},
|
|
79
|
-
{
|
|
80
|
-
type: 'setKeyValue',
|
|
81
|
-
properties: {
|
|
82
|
-
name: '={{$responseItem.name}}',
|
|
83
|
-
value: '={{$responseItem.name}}',
|
|
84
|
-
description: '={{$responseItem.description}}',
|
|
85
|
-
},
|
|
86
|
-
},
|
|
87
|
-
{
|
|
88
|
-
type: 'sort',
|
|
89
|
-
properties: {
|
|
90
|
-
key: 'name',
|
|
91
|
-
},
|
|
92
|
-
},
|
|
93
|
-
],
|
|
94
|
-
},
|
|
95
|
-
},
|
|
96
|
-
},
|
|
97
|
-
},
|
|
98
|
-
routing: {
|
|
99
|
-
send: {
|
|
100
|
-
type: 'body',
|
|
101
|
-
property: 'model',
|
|
102
|
-
},
|
|
103
|
-
},
|
|
104
|
-
default: 'models/text-bison-001',
|
|
105
|
-
},
|
|
106
|
-
{
|
|
107
|
-
displayName: 'Options',
|
|
108
|
-
name: 'options',
|
|
109
|
-
placeholder: 'Add Option',
|
|
110
|
-
description: 'Additional options to add',
|
|
111
|
-
type: 'collection',
|
|
112
|
-
default: {},
|
|
113
|
-
options: [
|
|
114
|
-
{
|
|
115
|
-
displayName: 'Maximum Number of Tokens',
|
|
116
|
-
name: 'maxOutputTokens',
|
|
117
|
-
default: 1024,
|
|
118
|
-
description: 'The maximum number of tokens to generate in the completion',
|
|
119
|
-
type: 'number',
|
|
120
|
-
},
|
|
121
|
-
{
|
|
122
|
-
displayName: 'Sampling Temperature',
|
|
123
|
-
name: 'temperature',
|
|
124
|
-
default: 0.7,
|
|
125
|
-
typeOptions: { maxValue: 1, minValue: 0, numberPrecision: 1 },
|
|
126
|
-
description: 'Controls randomness: Lowering results in less random completions. As the temperature approaches zero, the model will become deterministic and repetitive.',
|
|
127
|
-
type: 'number',
|
|
128
|
-
},
|
|
129
|
-
{
|
|
130
|
-
displayName: 'Top K',
|
|
131
|
-
name: 'topK',
|
|
132
|
-
default: 40,
|
|
133
|
-
typeOptions: { maxValue: 1, minValue: -1, numberPrecision: 1 },
|
|
134
|
-
description: 'Used to remove "long tail" low probability responses. Defaults to -1, which disables it.',
|
|
135
|
-
type: 'number',
|
|
136
|
-
},
|
|
137
|
-
{
|
|
138
|
-
displayName: 'Top P',
|
|
139
|
-
name: 'topP',
|
|
140
|
-
default: 0.9,
|
|
141
|
-
typeOptions: { maxValue: 1, minValue: 0, numberPrecision: 1 },
|
|
142
|
-
description: 'Controls diversity via nucleus sampling: 0.5 means half of all likelihood-weighted options are considered. We generally recommend altering this or temperature but not both.',
|
|
143
|
-
type: 'number',
|
|
144
|
-
},
|
|
145
|
-
],
|
|
146
|
-
},
|
|
147
|
-
],
|
|
148
|
-
};
|
|
149
|
-
}
|
|
150
|
-
async supplyData(itemIndex) {
|
|
151
|
-
const credentials = await this.getCredentials('googlePalmApi');
|
|
152
|
-
const modelName = this.getNodeParameter('modelName', itemIndex);
|
|
153
|
-
const options = this.getNodeParameter('options', itemIndex, {});
|
|
154
|
-
const model = new googlepalm_1.GooglePaLM({
|
|
155
|
-
apiKey: credentials.apiKey,
|
|
156
|
-
modelName,
|
|
157
|
-
...options,
|
|
158
|
-
callbacks: [new N8nLlmTracing_1.N8nLlmTracing(this)],
|
|
159
|
-
});
|
|
160
|
-
return {
|
|
161
|
-
response: model,
|
|
162
|
-
};
|
|
163
|
-
}
|
|
164
|
-
}
|
|
165
|
-
exports.LmGooglePalm = LmGooglePalm;
|
|
166
|
-
//# sourceMappingURL=LmGooglePalm.node.js.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"LmGooglePalm.node.js","sourceRoot":"","sources":["../../../../nodes/llms/LmGooglePalm/LmGooglePalm.node.ts"],"names":[],"mappings":"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"}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 48 48"><defs><path id="a" d="M44.5 20H24v8.5h11.8C34.7 33.9 30.1 37 24 37c-7.2 0-13-5.8-13-13s5.8-13 13-13c3.1 0 5.9 1.1 8.1 2.9l6.4-6.4C34.6 4.1 29.6 2 24 2 11.8 2 2 11.8 2 24s9.8 22 22 22c11 0 21-8 21-22 0-1.3-.2-2.7-.5-4"/></defs><clipPath id="b"><use xlink:href="#a" overflow="visible"/></clipPath><path fill="#FBBC05" d="M0 37V11l17 13z" clip-path="url(#b)"/><path fill="#EA4335" d="m0 11 17 13 7-6.1L48 14V0H0z" clip-path="url(#b)"/><path fill="#34A853" d="m0 37 30-23 7.9 1L48 0v48H0z" clip-path="url(#b)"/><path fill="#4285F4" d="M48 48 17 24l-4-3 35-10z" clip-path="url(#b)"/></svg>
|