mirror of
https://github.com/infiniflow/ragflow.git
synced 2026-02-02 00:25:06 +08:00
Feat: Improve metadata logic (#12730)
### What problem does this PR solve? Feat: Improve metadata logic ### Type of change - [x] New Feature (non-breaking change which adds functionality)
This commit is contained in:
@ -184,6 +184,10 @@ Example: A 1 KB message with 1024-dim embedding uses ~9 KB. The 5 MB default lim
|
||||
},
|
||||
knowledgeDetails: {
|
||||
metadata: {
|
||||
type: 'Type',
|
||||
fieldNameInvalid: 'Field name can only contain letters or underscores.',
|
||||
builtIn: 'Built-in',
|
||||
generation: 'Generation',
|
||||
toMetadataSetting: 'Generation settings',
|
||||
toMetadataSettingTip: 'Set auto-metadata in Configuration.',
|
||||
descriptionTip:
|
||||
@ -289,7 +293,7 @@ Example: A 1 KB message with 1024-dim embedding uses ~9 KB. The 5 MB default lim
|
||||
localFiles: 'Local files',
|
||||
emptyFiles: 'Create empty file',
|
||||
webCrawl: 'Web crawl',
|
||||
chunkNumber: 'Chunk number',
|
||||
chunkNumber: 'Chunks',
|
||||
uploadDate: 'Upload date',
|
||||
chunkMethod: 'Chunking method',
|
||||
enabled: 'Enable',
|
||||
|
||||
Reference in New Issue
Block a user