mirror of
https://github.com/infiniflow/ragflow.git
synced 2026-01-23 19:46:39 +08:00
Feat: enhance metadata arranging. (#12745)
### What problem does this PR solve? #11564 ### Type of change - [x] New Feature (non-breaking change which adds functionality)
This commit is contained in:
@ -2221,8 +2221,14 @@ Success:
|
||||
"code": 0,
|
||||
"data": {
|
||||
"summary": {
|
||||
"tags": [["bar", 2], ["foo", 1], ["baz", 1]],
|
||||
"author": [["alice", 2], ["bob", 1]]
|
||||
"tags": {
|
||||
"type": "string",
|
||||
"values": [["bar", 2], ["foo", 1], ["baz", 1]]
|
||||
},
|
||||
"author": {
|
||||
"type": "string",
|
||||
"values": [["alice", 2], ["bob", 1]]
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user