mirror of
https://github.com/infiniflow/ragflow.git
synced 2026-01-28 22:26:36 +08:00
### What problem does this PR solve?
Put document metadata in ES/Infinity.
Index name of meta data: ragflow_doc_meta_{tenant_id}
### Type of change
- [x] Refactoring
5 lines
145 B
JSON
5 lines
145 B
JSON
{
|
|
"id": {"type": "varchar", "default": ""},
|
|
"kb_id": {"type": "varchar", "default": ""},
|
|
"meta_fields": {"type": "json", "default": "{}"}
|
|
} |