Files
infiniflow--ragflow/conf/skill_infinity_mapping.json
wehub-resource-sync f36e2104d8
tests / ragflow_tests_infinity (push) Has been cancelled
tests / ragflow_tests_elasticsearch (push) Has been cancelled
sep-tests / ragflow_preflight (push) Has been cancelled
sep-tests / ragflow_tests_infinity (push) Has been cancelled
sep-tests / ragflow_tests_elasticsearch (push) Has been cancelled
tests / ragflow_preflight (push) Has been cancelled
chore: import upstream snapshot with attribution
2026-07-13 12:16:49 +08:00

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
}
}