mirror of
https://github.com/infiniflow/ragflow.git
synced 2025-12-24 23:46:52 +08:00
Feat: message manage (#12083)
### What problem does this PR solve? Message CRUD. Issue #4213 ### Type of change - [x] New Feature (non-breaking change which adds functionality)
This commit is contained in:
19
conf/message_infinity_mapping.json
Normal file
19
conf/message_infinity_mapping.json
Normal file
@ -0,0 +1,19 @@
|
||||
{
|
||||
"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"}
|
||||
}
|
||||
Reference in New Issue
Block a user