mirror of
https://github.com/infiniflow/ragflow.git
synced 2025-12-26 00:46:52 +08:00
Feature/1217 (#12087)
### What problem does this PR solve? feature: Complete metadata functionality ### Type of change - [x] New Feature (non-breaking change which adds functionality)
This commit is contained in:
@ -60,4 +60,5 @@ interface GraphRag {
|
||||
export type IDocumentInfoFilter = {
|
||||
run_status: Record<number, number>;
|
||||
suffix: Record<string, number>;
|
||||
metadata: Record<string, Record<string, number>>;
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user