Fix typo: change "Equiment" to "Equipment" in entity types

This commit is contained in:
yangdx 2025-09-02 03:19:31 +08:00
parent 476b64c9d4
commit 9d81cd724a
2 changed files with 2 additions and 2 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='["Organization", "Person", "Equiment", "Product", "Technology", "Location", "Event", "Category"]'
# ENTITY_TYPES='["Organization", "Person", "Equipment", "Product", "Technology", "Location", "Event", "Category"]'
### Chunk size for document splitting, 500~1500 is recommended
# CHUNK_SIZE=1200

View File

@ -26,7 +26,7 @@ DEFAULT_SUMMARY_CONTEXT_SIZE = 12000
DEFAULT_ENTITY_TYPES = [
"Organization",
"Person",
"Equiment",
"Equipment",
"Product",
"Technology",
"Location",