mirror of
https://github.com/Abdulazizzn/n8n-enterprise-unlocked.git
synced 2025-12-19 02:51:14 +00:00
fix(GitHub Document Loader Node): Fix node loading issue (#17494)
This commit is contained in:
@@ -1,6 +1,8 @@
|
|||||||
import { GithubRepoLoader } from '@langchain/community/document_loaders/web/github';
|
import { GithubRepoLoader } from '@langchain/community/document_loaders/web/github';
|
||||||
import type { TextSplitter } from '@langchain/textsplitters';
|
import type { TextSplitter } from '@langchain/textsplitters';
|
||||||
import { RecursiveCharacterTextSplitter } from '@langchain/textsplitters';
|
import { RecursiveCharacterTextSplitter } from '@langchain/textsplitters';
|
||||||
|
import { logWrapper } from '@utils/logWrapper';
|
||||||
|
import { getConnectionHintNoticeField } from '@utils/sharedFields';
|
||||||
import {
|
import {
|
||||||
NodeConnectionTypes,
|
NodeConnectionTypes,
|
||||||
type INodeType,
|
type INodeType,
|
||||||
@@ -11,9 +13,6 @@ import {
|
|||||||
type INodeInputConfiguration,
|
type INodeInputConfiguration,
|
||||||
} from 'n8n-workflow';
|
} from 'n8n-workflow';
|
||||||
|
|
||||||
import { logWrapper } from '@utils/logWrapper';
|
|
||||||
import { getConnectionHintNoticeField } from '@utils/sharedFields';
|
|
||||||
|
|
||||||
function getInputs(parameters: IDataObject) {
|
function getInputs(parameters: IDataObject) {
|
||||||
const inputs: INodeInputConfiguration[] = [];
|
const inputs: INodeInputConfiguration[] = [];
|
||||||
|
|
||||||
|
|||||||
@@ -207,6 +207,7 @@
|
|||||||
"generate-schema": "2.6.0",
|
"generate-schema": "2.6.0",
|
||||||
"html-to-text": "9.0.5",
|
"html-to-text": "9.0.5",
|
||||||
"https-proxy-agent": "catalog:",
|
"https-proxy-agent": "catalog:",
|
||||||
|
"ignore": "^5.2.0",
|
||||||
"js-tiktoken": "^1.0.12",
|
"js-tiktoken": "^1.0.12",
|
||||||
"jsdom": "23.0.1",
|
"jsdom": "23.0.1",
|
||||||
"langchain": "0.3.29",
|
"langchain": "0.3.29",
|
||||||
|
|||||||
3
pnpm-lock.yaml
generated
3
pnpm-lock.yaml
generated
@@ -1031,6 +1031,9 @@ importers:
|
|||||||
https-proxy-agent:
|
https-proxy-agent:
|
||||||
specifier: 'catalog:'
|
specifier: 'catalog:'
|
||||||
version: 7.0.6
|
version: 7.0.6
|
||||||
|
ignore:
|
||||||
|
specifier: ^5.2.0
|
||||||
|
version: 5.2.4
|
||||||
js-tiktoken:
|
js-tiktoken:
|
||||||
specifier: ^1.0.12
|
specifier: ^1.0.12
|
||||||
version: 1.0.12
|
version: 1.0.12
|
||||||
|
|||||||
Reference in New Issue
Block a user