mirror of
https://github.com/infiniflow/ragflow.git
synced 2025-12-24 15:36:50 +08:00
### What problem does this PR solve? Message CRUD. Issue #4213 ### Type of change - [x] New Feature (non-breaking change which adds functionality)
19 lines
941 B
JSON
19 lines
941 B
JSON
{
|
|
"id": {"type": "varchar", "default": ""},
|
|
"message_id": {"type": "integer", "default": 0},
|
|
"message_type_kwd": {"type": "varchar", "default": ""},
|
|
"source_id": {"type": "integer", "default": 0},
|
|
"memory_id": {"type": "varchar", "default": ""},
|
|
"user_id": {"type": "varchar", "default": ""},
|
|
"agent_id": {"type": "varchar", "default": ""},
|
|
"session_id": {"type": "varchar", "default": ""},
|
|
"valid_at": {"type": "varchar", "default": ""},
|
|
"valid_at_flt": {"type": "float", "default": 0.0},
|
|
"invalid_at": {"type": "varchar", "default": ""},
|
|
"invalid_at_flt": {"type": "float", "default": 0.0},
|
|
"forget_at": {"type": "varchar", "default": ""},
|
|
"forget_at_flt": {"type": "float", "default": 0.0},
|
|
"status_int": {"type": "integer", "default": 1},
|
|
"zone_id": {"type": "integer", "default": 0},
|
|
"content": {"type": "varchar", "default": "", "analyzer": ["rag-coarse", "rag-fine"], "comment": "content_ltks"}
|
|
} |