feat: Implement Chat Memory Manager node (#8127)

Signed-off-by: Oleg Ivaniv <me@olegivaniv.com>
Co-authored-by: Michael Kret <michael.k@radency.com>
This commit is contained in:
oleg
2024-01-15 09:13:54 +01:00
committed by GitHub
parent 851060dd3f
commit 464be93323
7 changed files with 346 additions and 3 deletions

View File

@@ -87,6 +87,8 @@ export class MemoryMotorhead implements INodeType {
apiKey: credentials.apiKey as string,
memoryKey: 'chat_history',
returnMessages: true,
inputKey: 'input',
outputKey: 'output',
});
await memory.init();