@n8n/n8n-nodes-langchain 0.15.1 → 0.16.1
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/credentials/AzureOpenAiApi.credentials.js +1 -1
- package/dist/credentials/AzureOpenAiApi.credentials.js.map +1 -1
- package/dist/known/credentials.json +1 -0
- package/dist/known/nodes.json +4 -0
- package/dist/nodes/agents/Agent/Agent.node.js +22 -33
- package/dist/nodes/agents/Agent/Agent.node.js.map +1 -1
- package/dist/nodes/agents/Agent/agents/ConversationalAgent/execute.d.ts +1 -1
- package/dist/nodes/agents/Agent/agents/ConversationalAgent/execute.js +2 -2
- package/dist/nodes/agents/Agent/agents/ConversationalAgent/execute.js.map +1 -1
- package/dist/nodes/agents/Agent/agents/OpenAiFunctionsAgent/execute.d.ts +1 -1
- package/dist/nodes/agents/Agent/agents/OpenAiFunctionsAgent/execute.js +2 -2
- package/dist/nodes/agents/Agent/agents/OpenAiFunctionsAgent/execute.js.map +1 -1
- package/dist/nodes/agents/Agent/agents/PlanAndExecuteAgent/execute.d.ts +1 -1
- package/dist/nodes/agents/Agent/agents/PlanAndExecuteAgent/execute.js +2 -2
- package/dist/nodes/agents/Agent/agents/PlanAndExecuteAgent/execute.js.map +1 -1
- package/dist/nodes/agents/Agent/agents/ReActAgent/execute.d.ts +1 -1
- package/dist/nodes/agents/Agent/agents/ReActAgent/execute.js +2 -2
- package/dist/nodes/agents/Agent/agents/ReActAgent/execute.js.map +1 -1
- package/dist/nodes/agents/Agent/agents/SqlAgent/description.js +92 -19
- package/dist/nodes/agents/Agent/agents/SqlAgent/description.js.map +1 -1
- package/dist/nodes/agents/Agent/agents/SqlAgent/execute.d.ts +1 -1
- package/dist/nodes/agents/Agent/agents/SqlAgent/execute.js +28 -4
- package/dist/nodes/agents/Agent/agents/SqlAgent/execute.js.map +1 -1
- package/dist/nodes/agents/Agent/agents/SqlAgent/other/handlers/sqlite.d.ts +1 -1
- package/dist/nodes/agents/Agent/agents/SqlAgent/other/handlers/sqlite.js +13 -3
- package/dist/nodes/agents/Agent/agents/SqlAgent/other/handlers/sqlite.js.map +1 -1
- package/dist/nodes/agents/Agent/agents/SqlAgent/other/prompts.d.ts +1 -1
- package/dist/nodes/agents/Agent/agents/SqlAgent/other/prompts.js +2 -0
- package/dist/nodes/agents/Agent/agents/SqlAgent/other/prompts.js.map +1 -1
- package/dist/nodes/agents/OpenAiAssistant/OpenAiAssistant.node.js +4 -2
- package/dist/nodes/agents/OpenAiAssistant/OpenAiAssistant.node.js.map +1 -1
- package/dist/nodes/chains/ChainLLM/ChainLlm.node.js +1 -1
- package/dist/nodes/embeddings/EmbeddingsOllama/EmbeddingsOllama.node.d.ts +5 -0
- package/dist/nodes/embeddings/EmbeddingsOllama/EmbeddingsOllama.node.js +54 -0
- package/dist/nodes/embeddings/EmbeddingsOllama/EmbeddingsOllama.node.js.map +1 -0
- package/dist/nodes/embeddings/EmbeddingsOllama/ollama.svg +1 -0
- package/dist/nodes/llms/LMChatOllama/LmChatOllama.node.js +4 -91
- package/dist/nodes/llms/LMChatOllama/LmChatOllama.node.js.map +1 -1
- package/dist/nodes/llms/LMOllama/LmOllama.node.js +4 -91
- package/dist/nodes/llms/LMOllama/LmOllama.node.js.map +1 -1
- package/dist/nodes/llms/LMOllama/description.d.ts +4 -0
- package/dist/nodes/llms/LMOllama/description.js +97 -0
- package/dist/nodes/llms/LMOllama/description.js.map +1 -0
- package/dist/nodes/memory/MemoryBufferWindow/MemoryBufferWindow.node.js +21 -3
- package/dist/nodes/memory/MemoryBufferWindow/MemoryBufferWindow.node.js.map +1 -1
- package/dist/nodes/memory/MemoryMotorhead/MemoryMotorhead.node.js +20 -2
- package/dist/nodes/memory/MemoryMotorhead/MemoryMotorhead.node.js.map +1 -1
- package/dist/nodes/memory/MemoryRedisChat/MemoryRedisChat.node.js +21 -3
- package/dist/nodes/memory/MemoryRedisChat/MemoryRedisChat.node.js.map +1 -1
- package/dist/nodes/memory/MemoryXata/MemoryXata.node.js +27 -8
- package/dist/nodes/memory/MemoryXata/MemoryXata.node.js.map +1 -1
- package/dist/nodes/memory/MemoryZep/MemoryZep.node.js +20 -2
- package/dist/nodes/memory/MemoryZep/MemoryZep.node.js.map +1 -1
- package/dist/nodes/memory/descriptions.d.ts +3 -0
- package/dist/nodes/memory/descriptions.js +34 -0
- package/dist/nodes/memory/descriptions.js.map +1 -0
- package/dist/nodes/output_parser/OutputParserStructured/OutputParserStructured.node.js +34 -18
- package/dist/nodes/output_parser/OutputParserStructured/OutputParserStructured.node.js.map +1 -1
- package/dist/nodes/vendors/OpenAi/actions/assistant/message.operation.js +3 -1
- package/dist/nodes/vendors/OpenAi/actions/assistant/message.operation.js.map +1 -1
- package/dist/nodes/vendors/OpenAi/actions/file/upload.operation.js +2 -2
- package/dist/nodes/vendors/OpenAi/actions/file/upload.operation.js.map +1 -1
- package/dist/nodes/vendors/OpenAi/actions/text/message.operation.js +11 -1
- package/dist/nodes/vendors/OpenAi/actions/text/message.operation.js.map +1 -1
- package/dist/nodes/vendors/OpenAi/actions/versionDescription.js +1 -1
- package/dist/nodes/vendors/OpenAi/actions/versionDescription.js.map +1 -1
- package/dist/types/credentials.json +1 -1
- package/dist/types/nodes.json +30 -29
- package/dist/utils/descriptions.d.ts +3 -0
- package/dist/utils/descriptions.js +33 -0
- package/dist/utils/descriptions.js.map +1 -0
- package/dist/utils/helpers.d.ts +5 -0
- package/dist/utils/helpers.js +59 -1
- package/dist/utils/helpers.js.map +1 -1
- package/dist/utils/logWrapper.d.ts +1 -1
- package/dist/utils/logWrapper.js +22 -20
- package/dist/utils/logWrapper.js.map +1 -1
- package/dist/utils/sharedFields.js +7 -2
- package/dist/utils/sharedFields.js.map +1 -1
- package/package.json +5 -4
|
@@ -1,2 +1,2 @@
|
|
|
1
1
|
export declare const SQL_PREFIX = "You are an agent designed to interact with an SQL database.\nGiven an input question, create a syntactically correct {dialect} query to run, then look at the results of the query and return the answer.\nUnless the user specifies a specific number of examples they wish to obtain, always limit your query to at most {top_k} results using the LIMIT clause.\nYou can order the results by a relevant column to return the most interesting examples in the database.\nNever query for all the columns from a specific table, only ask for a the few relevant columns given the question.\nYou have access to tools for interacting with the database.\nOnly use the below tools. Only use the information returned by the below tools to construct your final answer.\nYou MUST double check your query before executing it. If you get an error while executing a query, rewrite the query and try again.\n\nDO NOT make any DML statements (INSERT, UPDATE, DELETE, DROP etc.) to the database.\n\nIf the question does not seem related to the database, just return \"I don't know\" as the answer.";
|
|
2
|
-
export declare const SQL_SUFFIX = "Begin!\n\nQuestion: {input}\nThought: I should look at the tables in the database to see what I can query.\n{agent_scratchpad}";
|
|
2
|
+
export declare const SQL_SUFFIX = "Begin!\nChat History:\n{chatHistory}\n\nQuestion: {input}\nThought: I should look at the tables in the database to see what I can query.\n{agent_scratchpad}";
|
|
@@ -14,6 +14,8 @@ DO NOT make any DML statements (INSERT, UPDATE, DELETE, DROP etc.) to the databa
|
|
|
14
14
|
|
|
15
15
|
If the question does not seem related to the database, just return "I don't know" as the answer.`;
|
|
16
16
|
exports.SQL_SUFFIX = `Begin!
|
|
17
|
+
Chat History:
|
|
18
|
+
{chatHistory}
|
|
17
19
|
|
|
18
20
|
Question: {input}
|
|
19
21
|
Thought: I should look at the tables in the database to see what I can query.
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"prompts.js","sourceRoot":"","sources":["../../../../../../../nodes/agents/Agent/agents/SqlAgent/other/prompts.ts"],"names":[],"mappings":";;;AAAa,QAAA,UAAU,GAAG;;;;;;;;;;;iGAWuE,CAAC;AAErF,QAAA,UAAU,GAAG
|
|
1
|
+
{"version":3,"file":"prompts.js","sourceRoot":"","sources":["../../../../../../../nodes/agents/Agent/agents/SqlAgent/other/prompts.ts"],"names":[],"mappings":";;;AAAa,QAAA,UAAU,GAAG;;;;;;;;;;;iGAWuE,CAAC;AAErF,QAAA,UAAU,GAAG;;;;;;mBAMP,CAAC"}
|
|
@@ -5,6 +5,7 @@ const agents_1 = require("langchain/agents");
|
|
|
5
5
|
const openai_1 = require("openai");
|
|
6
6
|
const openai_assistant_1 = require("langchain/experimental/openai_assistant");
|
|
7
7
|
const n8n_workflow_1 = require("n8n-workflow");
|
|
8
|
+
const helpers_1 = require("../../../utils/helpers");
|
|
8
9
|
const utils_1 = require("./utils");
|
|
9
10
|
class OpenAiAssistant {
|
|
10
11
|
constructor() {
|
|
@@ -14,7 +15,7 @@ class OpenAiAssistant {
|
|
|
14
15
|
hidden: true,
|
|
15
16
|
icon: 'fa:robot',
|
|
16
17
|
group: ['transform'],
|
|
17
|
-
version: 1,
|
|
18
|
+
version: [1, 1.1],
|
|
18
19
|
description: 'Utilizes Assistant API from Open AI.',
|
|
19
20
|
subtitle: 'Open AI Assistant',
|
|
20
21
|
defaults: {
|
|
@@ -302,7 +303,8 @@ class OpenAiAssistant {
|
|
|
302
303
|
}
|
|
303
304
|
async execute() {
|
|
304
305
|
var _a, _b, _c, _d;
|
|
305
|
-
const
|
|
306
|
+
const nodeVersion = this.getNode().typeVersion;
|
|
307
|
+
const tools = await (0, helpers_1.getConnectedTools)(this, nodeVersion > 1);
|
|
306
308
|
const credentials = await this.getCredentials('openAiApi');
|
|
307
309
|
const items = this.getInputData();
|
|
308
310
|
const returnData = [];
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"OpenAiAssistant.node.js","sourceRoot":"","sources":["../../../../nodes/agents/OpenAiAssistant/OpenAiAssistant.node.ts"],"names":[],"mappings":";;;AAAA,6CAAiD;AACjD,mCAAgD;AAChD,8EAAkF;
|
|
1
|
+
{"version":3,"file":"OpenAiAssistant.node.js","sourceRoot":"","sources":["../../../../nodes/agents/OpenAiAssistant/OpenAiAssistant.node.ts"],"names":[],"mappings":"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"}
|
|
@@ -389,7 +389,7 @@ class ChainLlm {
|
|
|
389
389
|
const outputParsers = await (0, helpers_1.getOptionalOutputParsers)(this);
|
|
390
390
|
for (let itemIndex = 0; itemIndex < items.length; itemIndex++) {
|
|
391
391
|
let prompt;
|
|
392
|
-
if (this.getNode().typeVersion <= 1.
|
|
392
|
+
if (this.getNode().typeVersion <= 1.3) {
|
|
393
393
|
prompt = this.getNodeParameter('prompt', itemIndex);
|
|
394
394
|
}
|
|
395
395
|
else {
|
|
@@ -0,0 +1,5 @@
|
|
|
1
|
+
import { type IExecuteFunctions, type INodeType, type INodeTypeDescription, type SupplyData } from 'n8n-workflow';
|
|
2
|
+
export declare class EmbeddingsOllama implements INodeType {
|
|
3
|
+
description: INodeTypeDescription;
|
|
4
|
+
supplyData(this: IExecuteFunctions, itemIndex: number): Promise<SupplyData>;
|
|
5
|
+
}
|
|
@@ -0,0 +1,54 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.EmbeddingsOllama = void 0;
|
|
4
|
+
const ollama_1 = require("langchain/embeddings/ollama");
|
|
5
|
+
const logWrapper_1 = require("../../../utils/logWrapper");
|
|
6
|
+
const sharedFields_1 = require("../../../utils/sharedFields");
|
|
7
|
+
const description_1 = require("../../llms/LMOllama/description");
|
|
8
|
+
class EmbeddingsOllama {
|
|
9
|
+
constructor() {
|
|
10
|
+
this.description = {
|
|
11
|
+
displayName: 'Embeddings Ollama',
|
|
12
|
+
name: 'embeddingsOllama',
|
|
13
|
+
icon: 'file:ollama.svg',
|
|
14
|
+
group: ['transform'],
|
|
15
|
+
version: 1,
|
|
16
|
+
description: 'Use Ollama Embeddings',
|
|
17
|
+
defaults: {
|
|
18
|
+
name: 'Embeddings Ollama',
|
|
19
|
+
},
|
|
20
|
+
...description_1.ollamaDescription,
|
|
21
|
+
codex: {
|
|
22
|
+
categories: ['AI'],
|
|
23
|
+
subcategories: {
|
|
24
|
+
AI: ['Embeddings'],
|
|
25
|
+
},
|
|
26
|
+
resources: {
|
|
27
|
+
primaryDocumentation: [
|
|
28
|
+
{
|
|
29
|
+
url: 'https://docs.n8n.io/integrations/builtin/cluster-nodes/sub-nodes/n8n-nodes-langchain.embeddingsollama/',
|
|
30
|
+
},
|
|
31
|
+
],
|
|
32
|
+
},
|
|
33
|
+
},
|
|
34
|
+
inputs: [],
|
|
35
|
+
outputs: ["ai_embedding"],
|
|
36
|
+
outputNames: ['Embeddings'],
|
|
37
|
+
properties: [(0, sharedFields_1.getConnectionHintNoticeField)(["ai_vectorStore"]), description_1.ollamaModel],
|
|
38
|
+
};
|
|
39
|
+
}
|
|
40
|
+
async supplyData(itemIndex) {
|
|
41
|
+
this.logger.verbose('Supply data for embeddings Ollama');
|
|
42
|
+
const modelName = this.getNodeParameter('model', itemIndex);
|
|
43
|
+
const credentials = await this.getCredentials('ollamaApi');
|
|
44
|
+
const embeddings = new ollama_1.OllamaEmbeddings({
|
|
45
|
+
baseUrl: credentials.baseUrl,
|
|
46
|
+
model: modelName,
|
|
47
|
+
});
|
|
48
|
+
return {
|
|
49
|
+
response: (0, logWrapper_1.logWrapper)(embeddings, this),
|
|
50
|
+
};
|
|
51
|
+
}
|
|
52
|
+
}
|
|
53
|
+
exports.EmbeddingsOllama = EmbeddingsOllama;
|
|
54
|
+
//# sourceMappingURL=EmbeddingsOllama.node.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"EmbeddingsOllama.node.js","sourceRoot":"","sources":["../../../../nodes/embeddings/EmbeddingsOllama/EmbeddingsOllama.node.ts"],"names":[],"mappings":";;;AAQA,wDAA+D;AAC/D,0DAAuD;AACvD,8DAA2E;AAC3E,iEAAiF;AAEjF,MAAa,gBAAgB;IAA7B;QACC,gBAAW,GAAyB;YACnC,WAAW,EAAE,mBAAmB;YAChC,IAAI,EAAE,kBAAkB;YACxB,IAAI,EAAE,iBAAiB;YACvB,KAAK,EAAE,CAAC,WAAW,CAAC;YACpB,OAAO,EAAE,CAAC;YACV,WAAW,EAAE,uBAAuB;YACpC,QAAQ,EAAE;gBACT,IAAI,EAAE,mBAAmB;aACzB;YACD,GAAG,+BAAiB;YACpB,KAAK,EAAE;gBACN,UAAU,EAAE,CAAC,IAAI,CAAC;gBAClB,aAAa,EAAE;oBACd,EAAE,EAAE,CAAC,YAAY,CAAC;iBAClB;gBACD,SAAS,EAAE;oBACV,oBAAoB,EAAE;wBACrB;4BACC,GAAG,EAAE,wGAAwG;yBAC7G;qBACD;iBACD;aACD;YAED,MAAM,EAAE,EAAE;YAEV,OAAO,EAAE,gBAAgC;YACzC,WAAW,EAAE,CAAC,YAAY,CAAC;YAC3B,UAAU,EAAE,CAAC,IAAA,2CAA4B,EAAC,kBAAkC,CAAC,EAAE,yBAAW,CAAC;SAC3F,CAAC;IAgBH,CAAC;IAdA,KAAK,CAAC,UAAU,CAA0B,SAAiB;QAC1D,IAAI,CAAC,MAAM,CAAC,OAAO,CAAC,mCAAmC,CAAC,CAAC;QACzD,MAAM,SAAS,GAAG,IAAI,CAAC,gBAAgB,CAAC,OAAO,EAAE,SAAS,CAAW,CAAC;QACtE,MAAM,WAAW,GAAG,MAAM,IAAI,CAAC,cAAc,CAAC,WAAW,CAAC,CAAC;QAE3D,MAAM,UAAU,GAAG,IAAI,yBAAgB,CAAC;YACvC,OAAO,EAAE,WAAW,CAAC,OAAiB;YACtC,KAAK,EAAE,SAAS;SAChB,CAAC,CAAC;QAEH,OAAO;YACN,QAAQ,EAAE,IAAA,uBAAU,EAAC,UAAU,EAAE,IAAI,CAAC;SACtC,CAAC;IACH,CAAC;CACD;AA/CD,4CA+CC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
<svg xmlns="http://www.w3.org/2000/svg" width="241.333" height="341.333" version="1.0" viewBox="0 0 181 256"><g fill="#7D7D87"><path d="M37.7 19.5c-5.2 1.8-8.3 4.9-11.7 11.6-4.5 8.9-6.2 19.2-5.8 35.5l.3 14.2-5.8 6.1c-14.8 15.5-18.5 38.7-9.2 57.4l3.4 6.9-2 4.4c-3.4 8.2-5 16.4-5 26.3 0 10.8 1.8 19 5.8 26.2l2.6 4.8-2.1 4.9c-1.2 2.7-2.6 7.1-3.2 9.8-1.4 6.2-1.5 22.1-.1 25.7 1 2.6 1.4 2.7 7.6 2.7 7.3 0 7 .4 5.3-8.6-1.5-8.2.2-18.8 4.2-26.6 3.7-7 3.8-10.4.5-14.8-4.7-6.4-6.8-13.6-6.9-24-.1-10.3 1.4-16 6.6-26.1 3.1-6.1 2.9-8.7-1-12.2-1.1-1-3.1-4.2-4.3-7-1.9-4.2-2.4-6.9-2.3-14.2 0-11.4 2.5-18.3 9.5-26 7-7.6 14.2-11 23.9-11.2 4.1 0 7.8-.2 8.2-.2.4-.1 1.7-2.2 2.9-4.7 3-5.9 9.6-11.9 16.7-15.2 4.9-2.3 7-2.7 14.7-2.7 7.9 0 9.7.4 14.9 2.9 6.8 3.3 13.3 9.4 15.9 14.8 1 2 2.3 4.1 3 4.5.6.4 4.6.8 8.7.8 6.7.1 8.3.5 14 3.6 12.3 6.8 19.3 18.7 19.3 33.4.1 6.7-.4 9-2.7 14.2-1.6 3.5-3.5 6.8-4.3 7.5-3.4 2.8-3.5 5.8-.5 11.7 5.2 10.1 6.7 15.8 6.6 26.1-.1 10.4-2.2 17.6-6.9 24-3.3 4.4-3.2 7.8.5 14.8 4 7.8 5.7 18.4 4.2 26.6-1.7 9-2 8.6 5.3 8.6 6.2 0 6.6-.1 7.6-2.7 1.4-3.6 1.3-19.5-.1-25.7-.6-2.7-2-7.1-3.2-9.8l-2.1-4.9 2.6-4.8c7.6-13.9 7.9-35.9.6-52.8l-2-4.7 2.5-4.6c9.9-18.3 6.4-43.9-8.1-59.1l-5.8-6.1.3-14.2c.4-16.4-1.3-26.6-5.8-35.7-6.4-12.6-17.2-15.9-26.3-7.9-5.4 4.7-9.2 13.8-12.3 29.8-.3 1.4-1 2.2-1.7 1.8-18.2-8-29.7-8.5-44.3-2.1L65 54.9l-.4-2.2C61 34.2 56.1 24.2 49 20.5c-4.3-2.1-7.4-2.4-11.3-1m7.7 16.8c4.2 7.1 8.1 30.1 5.7 33.6-.5.8-3.1 1.6-5.8 1.8-2.6.2-6.2.8-8 1.3l-3.1.8-.7-4.9c-.8-5.9.2-17.2 2.2-24.8C37.1 38.4 40.5 32 42 32c.5 0 2 1.9 3.4 4.3m96.5-1c4 6.5 6.9 23.9 5.6 33.6l-.7 4.9-3.1-.8c-1.8-.5-5.4-1.1-8-1.3-2.7-.2-5.3-1-5.8-1.8-1.2-1.7-.3-14.1 1.7-22.9 1.5-6.4 5.7-15 7.4-15 .4 0 1.8 1.5 2.9 3.3"/><path d="M77.8 119.9c-7.3 2.4-11.6 5.1-16.5 10.4-5.5 6-7.6 12-7.1 20.1.5 7.6 3.5 12.9 10.6 18.3 6.2 4.7 12.7 6.3 25.7 6.3 17.2 0 25.8-3.6 32.9-13.8 4.2-5.9 4.8-15.5 1.6-23-2.9-6.8-11.1-14.3-18.8-17.3-8-3.1-20.7-3.6-28.4-1m25.7 10c16.1 7.1 19.4 23.2 6.6 31.8-4.9 3.3-9.4 4.3-19.6 4.3s-14.7-1-19.6-4.3c-17.8-12-3.2-35.6 21.1-34.3 3.9.2 8.6 1.2 11.5 2.5"/><path d="M83.8 140.1c-2.5 1.4-2.2 4.4.7 6.7 2 1.6 2.4 2.6 1.9 4.9-.7 3.6 1.5 5.8 5.1 4.9 2.1-.5 2.5-1.2 2.5-4.6 0-2.9.5-4.2 2-5 2.7-1.5 2.7-6.6 0-7.5-1-.3-2.8-.1-4 .5-1.4.7-2.6.8-3.9 0-2.3-1.2-2.2-1.2-4.3.1m-44.1-18.9c-.9.7-2.3 3-3.2 5-2.1 5.3-.1 10.3 4.7 11.6 4.3 1.1 6 .6 9.2-2.7 4-4.1 4.3-8.1 1.1-11.9-2.1-2.5-3.4-3.2-6.4-3.2-2 0-4.5.6-5.4 1.2m89.8 2c-3.2 3.8-2.9 7.8 1.1 11.9 3.2 3.3 4.9 3.8 9.2 2.7 4.9-1.3 6.8-6.2 4.6-11.8-1.9-4.7-3.8-6-8.7-6-2.7 0-4.1.7-6.2 3.2"/></g></svg>
|
|
@@ -4,6 +4,7 @@ exports.LmChatOllama = void 0;
|
|
|
4
4
|
const ollama_1 = require("langchain/chat_models/ollama");
|
|
5
5
|
const logWrapper_1 = require("../../../utils/logWrapper");
|
|
6
6
|
const sharedFields_1 = require("../../../utils/sharedFields");
|
|
7
|
+
const description_1 = require("../LMOllama/description");
|
|
7
8
|
class LmChatOllama {
|
|
8
9
|
constructor() {
|
|
9
10
|
this.description = {
|
|
@@ -32,99 +33,11 @@ class LmChatOllama {
|
|
|
32
33
|
inputs: [],
|
|
33
34
|
outputs: ["ai_languageModel"],
|
|
34
35
|
outputNames: ['Model'],
|
|
35
|
-
|
|
36
|
-
{
|
|
37
|
-
name: 'ollamaApi',
|
|
38
|
-
required: true,
|
|
39
|
-
},
|
|
40
|
-
],
|
|
41
|
-
requestDefaults: {
|
|
42
|
-
ignoreHttpStatusErrors: true,
|
|
43
|
-
baseURL: '={{ $credentials.baseUrl.replace(new RegExp("/$"), "") }}',
|
|
44
|
-
},
|
|
36
|
+
...description_1.ollamaDescription,
|
|
45
37
|
properties: [
|
|
46
38
|
(0, sharedFields_1.getConnectionHintNoticeField)(["ai_chain", "ai_agent"]),
|
|
47
|
-
|
|
48
|
-
|
|
49
|
-
name: 'model',
|
|
50
|
-
type: 'options',
|
|
51
|
-
default: 'llama2',
|
|
52
|
-
description: 'The model which will generate the completion. To download models, visit <a href="https://ollama.ai/library">Ollama Models Library</a>.',
|
|
53
|
-
typeOptions: {
|
|
54
|
-
loadOptions: {
|
|
55
|
-
routing: {
|
|
56
|
-
request: {
|
|
57
|
-
method: 'GET',
|
|
58
|
-
url: '/api/tags',
|
|
59
|
-
},
|
|
60
|
-
output: {
|
|
61
|
-
postReceive: [
|
|
62
|
-
{
|
|
63
|
-
type: 'rootProperty',
|
|
64
|
-
properties: {
|
|
65
|
-
property: 'models',
|
|
66
|
-
},
|
|
67
|
-
},
|
|
68
|
-
{
|
|
69
|
-
type: 'setKeyValue',
|
|
70
|
-
properties: {
|
|
71
|
-
name: '={{$responseItem.name}}',
|
|
72
|
-
value: '={{$responseItem.name}}',
|
|
73
|
-
},
|
|
74
|
-
},
|
|
75
|
-
{
|
|
76
|
-
type: 'sort',
|
|
77
|
-
properties: {
|
|
78
|
-
key: 'name',
|
|
79
|
-
},
|
|
80
|
-
},
|
|
81
|
-
],
|
|
82
|
-
},
|
|
83
|
-
},
|
|
84
|
-
},
|
|
85
|
-
},
|
|
86
|
-
routing: {
|
|
87
|
-
send: {
|
|
88
|
-
type: 'body',
|
|
89
|
-
property: 'model',
|
|
90
|
-
},
|
|
91
|
-
},
|
|
92
|
-
required: true,
|
|
93
|
-
},
|
|
94
|
-
{
|
|
95
|
-
displayName: 'Options',
|
|
96
|
-
name: 'options',
|
|
97
|
-
placeholder: 'Add Option',
|
|
98
|
-
description: 'Additional options to add',
|
|
99
|
-
type: 'collection',
|
|
100
|
-
default: {},
|
|
101
|
-
options: [
|
|
102
|
-
{
|
|
103
|
-
displayName: 'Sampling Temperature',
|
|
104
|
-
name: 'temperature',
|
|
105
|
-
default: 0.7,
|
|
106
|
-
typeOptions: { maxValue: 1, minValue: 0, numberPrecision: 1 },
|
|
107
|
-
description: 'Controls randomness: Lowering results in less random completions. As the temperature approaches zero, the model will become deterministic and repetitive.',
|
|
108
|
-
type: 'number',
|
|
109
|
-
},
|
|
110
|
-
{
|
|
111
|
-
displayName: 'Top K',
|
|
112
|
-
name: 'topK',
|
|
113
|
-
default: -1,
|
|
114
|
-
typeOptions: { maxValue: 1, minValue: -1, numberPrecision: 1 },
|
|
115
|
-
description: 'Used to remove "long tail" low probability responses. Defaults to -1, which disables it.',
|
|
116
|
-
type: 'number',
|
|
117
|
-
},
|
|
118
|
-
{
|
|
119
|
-
displayName: 'Top P',
|
|
120
|
-
name: 'topP',
|
|
121
|
-
default: 1,
|
|
122
|
-
typeOptions: { maxValue: 1, minValue: 0, numberPrecision: 1 },
|
|
123
|
-
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.',
|
|
124
|
-
type: 'number',
|
|
125
|
-
},
|
|
126
|
-
],
|
|
127
|
-
},
|
|
39
|
+
description_1.ollamaModel,
|
|
40
|
+
description_1.ollamaOptions,
|
|
128
41
|
],
|
|
129
42
|
};
|
|
130
43
|
}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"LmChatOllama.node.js","sourceRoot":"","sources":["../../../../nodes/llms/LMChatOllama/LmChatOllama.node.ts"],"names":[],"mappings":";;;AASA,yDAA0D;AAE1D,0DAAuD;AACvD,8DAA2E;
|
|
1
|
+
{"version":3,"file":"LmChatOllama.node.js","sourceRoot":"","sources":["../../../../nodes/llms/LMChatOllama/LmChatOllama.node.ts"],"names":[],"mappings":";;;AASA,yDAA0D;AAE1D,0DAAuD;AACvD,8DAA2E;AAC3E,yDAAwF;AAExF,MAAa,YAAY;IAAzB;QACC,gBAAW,GAAyB;YACnC,WAAW,EAAE,mBAAmB;YAEhC,IAAI,EAAE,cAAc;YACpB,IAAI,EAAE,iBAAiB;YACvB,KAAK,EAAE,CAAC,WAAW,CAAC;YACpB,OAAO,EAAE,CAAC;YACV,WAAW,EAAE,uBAAuB;YACpC,QAAQ,EAAE;gBACT,IAAI,EAAE,mBAAmB;aACzB;YACD,KAAK,EAAE;gBACN,UAAU,EAAE,CAAC,IAAI,CAAC;gBAClB,aAAa,EAAE;oBACd,EAAE,EAAE,CAAC,iBAAiB,CAAC;iBACvB;gBACD,SAAS,EAAE;oBACV,oBAAoB,EAAE;wBACrB;4BACC,GAAG,EAAE,oGAAoG;yBACzG;qBACD;iBACD;aACD;YAED,MAAM,EAAE,EAAE;YAEV,OAAO,EAAE,oBAAoC;YAC7C,WAAW,EAAE,CAAC,OAAO,CAAC;YACtB,GAAG,+BAAiB;YACpB,UAAU,EAAE;gBACX,IAAA,2CAA4B,EAAC,wBAAwD,CAAC;gBACtF,yBAAW;gBACX,2BAAa;aACb;SACD,CAAC;IAkBH,CAAC;IAhBA,KAAK,CAAC,UAAU,CAA0B,SAAiB;QAC1D,MAAM,WAAW,GAAG,MAAM,IAAI,CAAC,cAAc,CAAC,WAAW,CAAC,CAAC;QAE3D,MAAM,SAAS,GAAG,IAAI,CAAC,gBAAgB,CAAC,OAAO,EAAE,SAAS,CAAW,CAAC;QACtE,MAAM,OAAO,GAAG,IAAI,CAAC,gBAAgB,CAAC,SAAS,EAAE,SAAS,EAAE,EAAE,CAAW,CAAC;QAE1E,MAAM,KAAK,GAAG,IAAI,mBAAU,CAAC;YAC5B,OAAO,EAAE,WAAW,CAAC,OAAiB;YACtC,KAAK,EAAE,SAAS;YAChB,GAAG,OAAO;SACV,CAAC,CAAC;QAEH,OAAO;YACN,QAAQ,EAAE,IAAA,uBAAU,EAAC,KAAK,EAAE,IAAI,CAAC;SACjC,CAAC;IACH,CAAC;CACD;AAtDD,oCAsDC"}
|
|
@@ -4,6 +4,7 @@ exports.LmOllama = void 0;
|
|
|
4
4
|
const ollama_1 = require("langchain/llms/ollama");
|
|
5
5
|
const logWrapper_1 = require("../../../utils/logWrapper");
|
|
6
6
|
const sharedFields_1 = require("../../../utils/sharedFields");
|
|
7
|
+
const description_1 = require("./description");
|
|
7
8
|
class LmOllama {
|
|
8
9
|
constructor() {
|
|
9
10
|
this.description = {
|
|
@@ -32,99 +33,11 @@ class LmOllama {
|
|
|
32
33
|
inputs: [],
|
|
33
34
|
outputs: ["ai_languageModel"],
|
|
34
35
|
outputNames: ['Model'],
|
|
35
|
-
|
|
36
|
-
{
|
|
37
|
-
name: 'ollamaApi',
|
|
38
|
-
required: true,
|
|
39
|
-
},
|
|
40
|
-
],
|
|
41
|
-
requestDefaults: {
|
|
42
|
-
ignoreHttpStatusErrors: true,
|
|
43
|
-
baseURL: '={{ $credentials.baseUrl.replace(new RegExp("/$"), "") }}',
|
|
44
|
-
},
|
|
36
|
+
...description_1.ollamaDescription,
|
|
45
37
|
properties: [
|
|
46
38
|
(0, sharedFields_1.getConnectionHintNoticeField)(["ai_chain", "ai_agent"]),
|
|
47
|
-
|
|
48
|
-
|
|
49
|
-
name: 'model',
|
|
50
|
-
type: 'options',
|
|
51
|
-
default: 'llama2',
|
|
52
|
-
description: 'The model which will generate the completion. To download models, visit <a href="https://ollama.ai/library">Ollama Models Library</a>.',
|
|
53
|
-
typeOptions: {
|
|
54
|
-
loadOptions: {
|
|
55
|
-
routing: {
|
|
56
|
-
request: {
|
|
57
|
-
method: 'GET',
|
|
58
|
-
url: '/api/tags',
|
|
59
|
-
},
|
|
60
|
-
output: {
|
|
61
|
-
postReceive: [
|
|
62
|
-
{
|
|
63
|
-
type: 'rootProperty',
|
|
64
|
-
properties: {
|
|
65
|
-
property: 'models',
|
|
66
|
-
},
|
|
67
|
-
},
|
|
68
|
-
{
|
|
69
|
-
type: 'setKeyValue',
|
|
70
|
-
properties: {
|
|
71
|
-
name: '={{$responseItem.name}}',
|
|
72
|
-
value: '={{$responseItem.name}}',
|
|
73
|
-
},
|
|
74
|
-
},
|
|
75
|
-
{
|
|
76
|
-
type: 'sort',
|
|
77
|
-
properties: {
|
|
78
|
-
key: 'name',
|
|
79
|
-
},
|
|
80
|
-
},
|
|
81
|
-
],
|
|
82
|
-
},
|
|
83
|
-
},
|
|
84
|
-
},
|
|
85
|
-
},
|
|
86
|
-
routing: {
|
|
87
|
-
send: {
|
|
88
|
-
type: 'body',
|
|
89
|
-
property: 'model',
|
|
90
|
-
},
|
|
91
|
-
},
|
|
92
|
-
required: true,
|
|
93
|
-
},
|
|
94
|
-
{
|
|
95
|
-
displayName: 'Options',
|
|
96
|
-
name: 'options',
|
|
97
|
-
placeholder: 'Add Option',
|
|
98
|
-
description: 'Additional options to add',
|
|
99
|
-
type: 'collection',
|
|
100
|
-
default: {},
|
|
101
|
-
options: [
|
|
102
|
-
{
|
|
103
|
-
displayName: 'Sampling Temperature',
|
|
104
|
-
name: 'temperature',
|
|
105
|
-
default: 0.7,
|
|
106
|
-
typeOptions: { maxValue: 1, minValue: 0, numberPrecision: 1 },
|
|
107
|
-
description: 'Controls randomness: Lowering results in less random completions. As the temperature approaches zero, the model will become deterministic and repetitive.',
|
|
108
|
-
type: 'number',
|
|
109
|
-
},
|
|
110
|
-
{
|
|
111
|
-
displayName: 'Top K',
|
|
112
|
-
name: 'topK',
|
|
113
|
-
default: -1,
|
|
114
|
-
typeOptions: { maxValue: 1, minValue: -1, numberPrecision: 1 },
|
|
115
|
-
description: 'Used to remove "long tail" low probability responses. Defaults to -1, which disables it.',
|
|
116
|
-
type: 'number',
|
|
117
|
-
},
|
|
118
|
-
{
|
|
119
|
-
displayName: 'Top P',
|
|
120
|
-
name: 'topP',
|
|
121
|
-
default: 1,
|
|
122
|
-
typeOptions: { maxValue: 1, minValue: 0, numberPrecision: 1 },
|
|
123
|
-
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.',
|
|
124
|
-
type: 'number',
|
|
125
|
-
},
|
|
126
|
-
],
|
|
127
|
-
},
|
|
39
|
+
description_1.ollamaModel,
|
|
40
|
+
description_1.ollamaOptions,
|
|
128
41
|
],
|
|
129
42
|
};
|
|
130
43
|
}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"LmOllama.node.js","sourceRoot":"","sources":["../../../../nodes/llms/LMOllama/LmOllama.node.ts"],"names":[],"mappings":";;;AASA,kDAA+C;AAC/C,0DAAuD;AACvD,8DAA2E;
|
|
1
|
+
{"version":3,"file":"LmOllama.node.js","sourceRoot":"","sources":["../../../../nodes/llms/LMOllama/LmOllama.node.ts"],"names":[],"mappings":";;;AASA,kDAA+C;AAC/C,0DAAuD;AACvD,8DAA2E;AAC3E,+CAA8E;AAE9E,MAAa,QAAQ;IAArB;QACC,gBAAW,GAAyB;YACnC,WAAW,EAAE,cAAc;YAE3B,IAAI,EAAE,UAAU;YAChB,IAAI,EAAE,iBAAiB;YACvB,KAAK,EAAE,CAAC,WAAW,CAAC;YACpB,OAAO,EAAE,CAAC;YACV,WAAW,EAAE,uBAAuB;YACpC,QAAQ,EAAE;gBACT,IAAI,EAAE,cAAc;aACpB;YACD,KAAK,EAAE;gBACN,UAAU,EAAE,CAAC,IAAI,CAAC;gBAClB,aAAa,EAAE;oBACd,EAAE,EAAE,CAAC,iBAAiB,CAAC;iBACvB;gBACD,SAAS,EAAE;oBACV,oBAAoB,EAAE;wBACrB;4BACC,GAAG,EAAE,gGAAgG;yBACrG;qBACD;iBACD;aACD;YAED,MAAM,EAAE,EAAE;YAEV,OAAO,EAAE,oBAAoC;YAC7C,WAAW,EAAE,CAAC,OAAO,CAAC;YACtB,GAAG,+BAAiB;YACpB,UAAU,EAAE;gBACX,IAAA,2CAA4B,EAAC,wBAAwD,CAAC;gBACtF,yBAAW;gBACX,2BAAa;aACb;SACD,CAAC;IAkBH,CAAC;IAhBA,KAAK,CAAC,UAAU,CAA0B,SAAiB;QAC1D,MAAM,WAAW,GAAG,MAAM,IAAI,CAAC,cAAc,CAAC,WAAW,CAAC,CAAC;QAE3D,MAAM,SAAS,GAAG,IAAI,CAAC,gBAAgB,CAAC,OAAO,EAAE,SAAS,CAAW,CAAC;QACtE,MAAM,OAAO,GAAG,IAAI,CAAC,gBAAgB,CAAC,SAAS,EAAE,SAAS,EAAE,EAAE,CAAW,CAAC;QAE1E,MAAM,KAAK,GAAG,IAAI,eAAM,CAAC;YACxB,OAAO,EAAE,WAAW,CAAC,OAAiB;YACtC,KAAK,EAAE,SAAS;YAChB,GAAG,OAAO;SACV,CAAC,CAAC;QAEH,OAAO;YACN,QAAQ,EAAE,IAAA,uBAAU,EAAC,KAAK,EAAE,IAAI,CAAC;SACjC,CAAC;IACH,CAAC;CACD;AAtDD,4BAsDC"}
|
|
@@ -0,0 +1,97 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.ollamaOptions = exports.ollamaModel = exports.ollamaDescription = void 0;
|
|
4
|
+
exports.ollamaDescription = {
|
|
5
|
+
credentials: [
|
|
6
|
+
{
|
|
7
|
+
name: 'ollamaApi',
|
|
8
|
+
required: true,
|
|
9
|
+
},
|
|
10
|
+
],
|
|
11
|
+
requestDefaults: {
|
|
12
|
+
ignoreHttpStatusErrors: true,
|
|
13
|
+
baseURL: '={{ $credentials.baseUrl.replace(new RegExp("/$"), "") }}',
|
|
14
|
+
},
|
|
15
|
+
};
|
|
16
|
+
exports.ollamaModel = {
|
|
17
|
+
displayName: 'Model',
|
|
18
|
+
name: 'model',
|
|
19
|
+
type: 'options',
|
|
20
|
+
default: 'llama2',
|
|
21
|
+
description: 'The model which will generate the completion. To download models, visit <a href="https://ollama.ai/library">Ollama Models Library</a>.',
|
|
22
|
+
typeOptions: {
|
|
23
|
+
loadOptions: {
|
|
24
|
+
routing: {
|
|
25
|
+
request: {
|
|
26
|
+
method: 'GET',
|
|
27
|
+
url: '/api/tags',
|
|
28
|
+
},
|
|
29
|
+
output: {
|
|
30
|
+
postReceive: [
|
|
31
|
+
{
|
|
32
|
+
type: 'rootProperty',
|
|
33
|
+
properties: {
|
|
34
|
+
property: 'models',
|
|
35
|
+
},
|
|
36
|
+
},
|
|
37
|
+
{
|
|
38
|
+
type: 'setKeyValue',
|
|
39
|
+
properties: {
|
|
40
|
+
name: '={{$responseItem.name}}',
|
|
41
|
+
value: '={{$responseItem.name}}',
|
|
42
|
+
},
|
|
43
|
+
},
|
|
44
|
+
{
|
|
45
|
+
type: 'sort',
|
|
46
|
+
properties: {
|
|
47
|
+
key: 'name',
|
|
48
|
+
},
|
|
49
|
+
},
|
|
50
|
+
],
|
|
51
|
+
},
|
|
52
|
+
},
|
|
53
|
+
},
|
|
54
|
+
},
|
|
55
|
+
routing: {
|
|
56
|
+
send: {
|
|
57
|
+
type: 'body',
|
|
58
|
+
property: 'model',
|
|
59
|
+
},
|
|
60
|
+
},
|
|
61
|
+
required: true,
|
|
62
|
+
};
|
|
63
|
+
exports.ollamaOptions = {
|
|
64
|
+
displayName: 'Options',
|
|
65
|
+
name: 'options',
|
|
66
|
+
placeholder: 'Add Option',
|
|
67
|
+
description: 'Additional options to add',
|
|
68
|
+
type: 'collection',
|
|
69
|
+
default: {},
|
|
70
|
+
options: [
|
|
71
|
+
{
|
|
72
|
+
displayName: 'Sampling Temperature',
|
|
73
|
+
name: 'temperature',
|
|
74
|
+
default: 0.7,
|
|
75
|
+
typeOptions: { maxValue: 1, minValue: 0, numberPrecision: 1 },
|
|
76
|
+
description: 'Controls randomness: Lowering results in less random completions. As the temperature approaches zero, the model will become deterministic and repetitive.',
|
|
77
|
+
type: 'number',
|
|
78
|
+
},
|
|
79
|
+
{
|
|
80
|
+
displayName: 'Top K',
|
|
81
|
+
name: 'topK',
|
|
82
|
+
default: -1,
|
|
83
|
+
typeOptions: { maxValue: 1, minValue: -1, numberPrecision: 1 },
|
|
84
|
+
description: 'Used to remove "long tail" low probability responses. Defaults to -1, which disables it.',
|
|
85
|
+
type: 'number',
|
|
86
|
+
},
|
|
87
|
+
{
|
|
88
|
+
displayName: 'Top P',
|
|
89
|
+
name: 'topP',
|
|
90
|
+
default: 1,
|
|
91
|
+
typeOptions: { maxValue: 1, minValue: 0, numberPrecision: 1 },
|
|
92
|
+
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.',
|
|
93
|
+
type: 'number',
|
|
94
|
+
},
|
|
95
|
+
],
|
|
96
|
+
};
|
|
97
|
+
//# sourceMappingURL=description.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"description.js","sourceRoot":"","sources":["../../../../nodes/llms/LMOllama/description.ts"],"names":[],"mappings":";;;AAEa,QAAA,iBAAiB,GAAkC;IAC/D,WAAW,EAAE;QACZ;YACC,IAAI,EAAE,WAAW;YACjB,QAAQ,EAAE,IAAI;SACd;KACD;IACD,eAAe,EAAE;QAChB,sBAAsB,EAAE,IAAI;QAC5B,OAAO,EAAE,2DAA2D;KACpE;CACD,CAAC;AAEW,QAAA,WAAW,GAAoB;IAC3C,WAAW,EAAE,OAAO;IACpB,IAAI,EAAE,OAAO;IACb,IAAI,EAAE,SAAS;IACf,OAAO,EAAE,QAAQ;IACjB,WAAW,EACV,wIAAwI;IACzI,WAAW,EAAE;QACZ,WAAW,EAAE;YACZ,OAAO,EAAE;gBACR,OAAO,EAAE;oBACR,MAAM,EAAE,KAAK;oBACb,GAAG,EAAE,WAAW;iBAChB;gBACD,MAAM,EAAE;oBACP,WAAW,EAAE;wBACZ;4BACC,IAAI,EAAE,cAAc;4BACpB,UAAU,EAAE;gCACX,QAAQ,EAAE,QAAQ;6BAClB;yBACD;wBACD;4BACC,IAAI,EAAE,aAAa;4BACnB,UAAU,EAAE;gCACX,IAAI,EAAE,yBAAyB;gCAC/B,KAAK,EAAE,yBAAyB;6BAChC;yBACD;wBACD;4BACC,IAAI,EAAE,MAAM;4BACZ,UAAU,EAAE;gCACX,GAAG,EAAE,MAAM;6BACX;yBACD;qBACD;iBACD;aACD;SACD;KACD;IACD,OAAO,EAAE;QACR,IAAI,EAAE;YACL,IAAI,EAAE,MAAM;YACZ,QAAQ,EAAE,OAAO;SACjB;KACD;IACD,QAAQ,EAAE,IAAI;CACd,CAAC;AAEW,QAAA,aAAa,GAAoB;IAC7C,WAAW,EAAE,SAAS;IACtB,IAAI,EAAE,SAAS;IACf,WAAW,EAAE,YAAY;IACzB,WAAW,EAAE,2BAA2B;IACxC,IAAI,EAAE,YAAY;IAClB,OAAO,EAAE,EAAE;IACX,OAAO,EAAE;QACR;YACC,WAAW,EAAE,sBAAsB;YACnC,IAAI,EAAE,aAAa;YACnB,OAAO,EAAE,GAAG;YACZ,WAAW,EAAE,EAAE,QAAQ,EAAE,CAAC,EAAE,QAAQ,EAAE,CAAC,EAAE,eAAe,EAAE,CAAC,EAAE;YAC7D,WAAW,EACV,2JAA2J;YAC5J,IAAI,EAAE,QAAQ;SACd;QACD;YACC,WAAW,EAAE,OAAO;YACpB,IAAI,EAAE,MAAM;YACZ,OAAO,EAAE,CAAC,CAAC;YACX,WAAW,EAAE,EAAE,QAAQ,EAAE,CAAC,EAAE,QAAQ,EAAE,CAAC,CAAC,EAAE,eAAe,EAAE,CAAC,EAAE;YAC9D,WAAW,EACV,0FAA0F;YAC3F,IAAI,EAAE,QAAQ;SACd;QACD;YACC,WAAW,EAAE,OAAO;YACpB,IAAI,EAAE,MAAM;YACZ,OAAO,EAAE,CAAC;YACV,WAAW,EAAE,EAAE,QAAQ,EAAE,CAAC,EAAE,QAAQ,EAAE,CAAC,EAAE,eAAe,EAAE,CAAC,EAAE;YAC7D,WAAW,EACV,8KAA8K;YAC/K,IAAI,EAAE,QAAQ;SACd;KACD;CACD,CAAC"}
|
|
@@ -4,6 +4,8 @@ exports.MemoryBufferWindow = void 0;
|
|
|
4
4
|
const memory_1 = require("langchain/memory");
|
|
5
5
|
const logWrapper_1 = require("../../../utils/logWrapper");
|
|
6
6
|
const sharedFields_1 = require("../../../utils/sharedFields");
|
|
7
|
+
const descriptions_1 = require("../descriptions");
|
|
8
|
+
const helpers_1 = require("../../../utils/helpers");
|
|
7
9
|
class MemoryChatBufferSingleton {
|
|
8
10
|
constructor() {
|
|
9
11
|
this.memoryBuffer = new Map();
|
|
@@ -49,7 +51,7 @@ class MemoryBufferWindow {
|
|
|
49
51
|
name: 'memoryBufferWindow',
|
|
50
52
|
icon: 'fa:database',
|
|
51
53
|
group: ['transform'],
|
|
52
|
-
version: [1, 1.1],
|
|
54
|
+
version: [1, 1.1, 1.2],
|
|
53
55
|
description: 'Stores in n8n memory, so no credentials required',
|
|
54
56
|
defaults: {
|
|
55
57
|
name: 'Window Buffer Memory',
|
|
@@ -96,6 +98,15 @@ class MemoryBufferWindow {
|
|
|
96
98
|
},
|
|
97
99
|
},
|
|
98
100
|
},
|
|
101
|
+
{
|
|
102
|
+
...descriptions_1.sessionIdOption,
|
|
103
|
+
displayOptions: {
|
|
104
|
+
show: {
|
|
105
|
+
'@version': [{ _cnd: { gte: 1.2 } }],
|
|
106
|
+
},
|
|
107
|
+
},
|
|
108
|
+
},
|
|
109
|
+
descriptions_1.sessionKeyProperty,
|
|
99
110
|
{
|
|
100
111
|
displayName: 'Context Window Length',
|
|
101
112
|
name: 'contextWindowLength',
|
|
@@ -107,11 +118,18 @@ class MemoryBufferWindow {
|
|
|
107
118
|
};
|
|
108
119
|
}
|
|
109
120
|
async supplyData(itemIndex) {
|
|
110
|
-
const sessionKey = this.getNodeParameter('sessionKey', itemIndex);
|
|
111
121
|
const contextWindowLength = this.getNodeParameter('contextWindowLength', itemIndex);
|
|
112
122
|
const workflowId = this.getWorkflow().id;
|
|
113
123
|
const memoryInstance = MemoryChatBufferSingleton.getInstance();
|
|
114
|
-
const
|
|
124
|
+
const nodeVersion = this.getNode().typeVersion;
|
|
125
|
+
let sessionId;
|
|
126
|
+
if (nodeVersion >= 1.2) {
|
|
127
|
+
sessionId = (0, helpers_1.getSessionId)(this, itemIndex);
|
|
128
|
+
}
|
|
129
|
+
else {
|
|
130
|
+
sessionId = this.getNodeParameter('sessionKey', itemIndex);
|
|
131
|
+
}
|
|
132
|
+
const memory = await memoryInstance.getMemory(`${workflowId}__${sessionId}`, {
|
|
115
133
|
k: contextWindowLength,
|
|
116
134
|
inputKey: 'input',
|
|
117
135
|
memoryKey: 'chat_history',
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"MemoryBufferWindow.node.js","sourceRoot":"","sources":["../../../../nodes/memory/MemoryBufferWindow/MemoryBufferWindow.node.ts"],"names":[],"mappings":";;;AASA,6CAAsD;AACtD,0DAAuD;AACvD,8DAA2E;
|
|
1
|
+
{"version":3,"file":"MemoryBufferWindow.node.js","sourceRoot":"","sources":["../../../../nodes/memory/MemoryBufferWindow/MemoryBufferWindow.node.ts"],"names":[],"mappings":"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"}
|