mirror of
https://github.com/infiniflow/ragflow.git
synced 2025-12-26 00:46:52 +08:00
Fix:wrong param in meta_data_filter (#10978)
### What problem does this PR solve? change: wrong param in meta_data_filter ### Type of change - [x] Bug Fix (non-breaking change which fixes an issue)
This commit is contained in:
@ -35,6 +35,6 @@ export const EmptyConversationId = 'empty';
|
||||
|
||||
export enum DatasetMetadata {
|
||||
Disabled = 'disabled',
|
||||
Automatic = 'automatic',
|
||||
Automatic = 'auto',
|
||||
Manual = 'manual',
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user