refactor: Update Langchain packages (no-changelog) (#10759)

This commit is contained in:
oleg
2024-09-10 17:04:02 +02:00
committed by GitHub
parent 0e814eb99c
commit 17f160ce96
7 changed files with 1576 additions and 753 deletions

View File

@@ -12,6 +12,7 @@ import { getConnectionHintNoticeField } from '../../../utils/sharedFields';
// here only to track where what dependency is used
import '@aws-sdk/credential-provider-node';
import '@aws-sdk/client-bedrock-runtime';
import '@aws-sdk/client-sso-oidc';
import { N8nLlmTracing } from '../N8nLlmTracing';
export class LmChatAwsBedrock implements INodeType {