mirror of
https://github.com/infiniflow/ragflow.git
synced 2025-12-30 16:45:35 +08:00
Fix: Add a no-data filter condition to MetaData (#12189)
### What problem does this PR solve? Fix: Add a no-data filter condition to MetaData ### Type of change - [x] Bug Fix (non-breaking change which fixes an issue)
This commit is contained in:
@ -33,5 +33,6 @@ export interface IFetchKnowledgeListRequestParams {
|
||||
export interface IFetchDocumentListRequestBody {
|
||||
suffix?: string[];
|
||||
run_status?: string[];
|
||||
return_empty_metadata?: boolean;
|
||||
metadata?: Record<string, string[]>;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user