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

@@ -6,7 +6,7 @@ import {
type INodeTypeDescription,
type SupplyData,
} from 'n8n-workflow';
import { OllamaEmbeddings } from '@langchain/community/embeddings/ollama';
import { OllamaEmbeddings } from '@langchain/ollama';
import { logWrapper } from '../../../utils/logWrapper';
import { getConnectionHintNoticeField } from '../../../utils/sharedFields';
import { ollamaDescription, ollamaModel } from '../../llms/LMOllama/description';