chore: Update Langchain to 0.3 (no-changelog) (#10958)

This commit is contained in:
oleg
2024-09-25 11:21:54 +02:00
committed by GitHub
parent 36c472ee0a
commit af20ccbbad
12 changed files with 1454 additions and 1261 deletions

View File

@@ -1,4 +1,5 @@
/* eslint-disable n8n-nodes-base/node-dirname-against-convention */
import { BedrockEmbeddings } from '@langchain/aws';
import {
NodeConnectionType,
type IExecuteFunctions,
@@ -6,7 +7,6 @@ import {
type INodeTypeDescription,
type SupplyData,
} from 'n8n-workflow';
import { BedrockEmbeddings } from '@langchain/community/embeddings/bedrock';
import { logWrapper } from '../../../utils/logWrapper';
import { getConnectionHintNoticeField } from '../../../utils/sharedFields';