mirror of
https://github.com/infiniflow/ragflow.git
synced 2026-05-21 00:36:43 +08:00
### What problem does this PR solve? issue #13714 ### Type of change - [x] New Feature (non-breaking change which adds functionality)
64 lines
1.2 KiB
JSON
64 lines
1.2 KiB
JSON
{
|
|
"skill_id": {
|
|
"type": "varchar",
|
|
"default": "",
|
|
"index_type": "secondary"
|
|
},
|
|
"space_id": {
|
|
"type": "varchar",
|
|
"default": "",
|
|
"index_type": "secondary"
|
|
},
|
|
"folder_id": {
|
|
"type": "varchar",
|
|
"default": ""
|
|
},
|
|
"name": {
|
|
"type": "varchar",
|
|
"default": "",
|
|
"analyzer": [
|
|
"rag-coarse",
|
|
"rag-fine"
|
|
]
|
|
},
|
|
"tags": {
|
|
"type": "varchar",
|
|
"default": "",
|
|
"analyzer": [
|
|
"rag-coarse",
|
|
"rag-fine"
|
|
]
|
|
},
|
|
"description": {
|
|
"type": "varchar",
|
|
"default": "",
|
|
"analyzer": [
|
|
"rag-coarse",
|
|
"rag-fine"
|
|
]
|
|
},
|
|
"content": {
|
|
"type": "varchar",
|
|
"default": "",
|
|
"analyzer": [
|
|
"rag-coarse",
|
|
"rag-fine"
|
|
]
|
|
},
|
|
"version": {
|
|
"type": "varchar",
|
|
"default": "1.0.0"
|
|
},
|
|
"status": {
|
|
"type": "varchar",
|
|
"default": "1"
|
|
},
|
|
"create_time": {
|
|
"type": "bigint",
|
|
"default": 0
|
|
},
|
|
"update_time": {
|
|
"type": "bigint",
|
|
"default": 0
|
|
}
|
|
} |