Rename "Process" entity type to "Method" across all components

This commit is contained in:
yangdx 2025-09-14 02:30:05 +08:00
parent 7060cf17f0
commit 5311083f43
7 changed files with 9 additions and 9 deletions

View file

@ -125,7 +125,7 @@ ENABLE_LLM_CACHE_FOR_EXTRACT=true
SUMMARY_LANGUAGE=English
### Entity types that the LLM will attempt to recognize
# ENTITY_TYPES='["Person", "Organization", "Location", "Event", "Concept", "Process", "Content", "Data", "Artifact", "NaturalObject"]'
# ENTITY_TYPES='["Person", "Organization", "Location", "Event", "Concept", "Method", "Content", "Data", "Artifact", "NaturalObject"]'
### Chunk size for document splitting, 500~1500 is recommended
# CHUNK_SIZE=1200

View file

@ -29,7 +29,7 @@ DEFAULT_ENTITY_TYPES = [
"Location",
"Event",
"Concept",
"Process",
"Method",
"Content",
"Data",
"Artifact",

View file

@ -195,7 +195,7 @@
"artifact": "قطعة أثرية",
"concept": "مفهوم",
"naturalobject": "كائن طبيعي",
"process": "عملية",
"method": "عملية",
"other": "أخرى"
},
"sideBar": {

View file

@ -195,7 +195,7 @@
"artifact": "Artifact",
"concept": "Concept",
"naturalobject": "Natural Object",
"process": "Process",
"method": "Method",
"other": "Other"
},
"sideBar": {

View file

@ -195,7 +195,7 @@
"artifact": "Artefact",
"concept": "Concept",
"naturalobject": "Objet naturel",
"process": "Processus",
"method": "Méthode",
"other": "Autre"
},
"sideBar": {

View file

@ -193,9 +193,9 @@
"content": "内容",
"data": "数据",
"artifact": "人工制品",
"concept": "抽象概念",
"concept": "概念",
"naturalobject": "自然对象",
"process": "过程方法",
"method": "方法",
"other": "其他"
},
"sideBar": {

View file

@ -193,9 +193,9 @@
"content": "內容",
"data": "資料",
"artifact": "人工製品",
"concept": "抽象概念",
"concept": "概念",
"naturalobject": "自然物件",
"process": "過程方法",
"method": "方法",
"other": "其他"
},
"sideBar": {