Skip to content

Commit

Permalink
💄 style: support yml in file chunk (#4283)
Browse files Browse the repository at this point in the history
新增.yml格式,并且删除重复的.md格式
  • Loading branch information
BiFangKNT authored Oct 8, 2024
1 parent a2d3d32 commit cec7ec0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/libs/langchain/file.ts
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
export const LANGCHAIN_SUPPORT_TEXT_LIST = [
'txt',
'md',
'markdown',
'md',
'mdx',
'toml',
'yaml',
'yml',
'json',

'sh',
Expand Down

0 comments on commit cec7ec0

Please sign in to comment.