Skip to content

Commit

Permalink
Update index.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
bentwnghk committed Oct 30, 2024
1 parent 4886c33 commit 8cf36c4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/libs/langchain/loaders/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ export class ChunkingLoader {

default: {
throw new Error(
`Unsupported file type [${type}], please check your file is supported, or create report issue here: https://github.com/lobehub/lobe-chat/discussions/3550`,
`Unsupported file type [${type}], please check if your file is supported.`,
);
}
}
Expand Down

0 comments on commit 8cf36c4

Please sign in to comment.