Fix typo: change "Equiment" to "Equipment" in entity types
This commit is contained in:
parent
476b64c9d4
commit
9d81cd724a
2 changed files with 2 additions and 2 deletions
|
|
@ -125,7 +125,7 @@ ENABLE_LLM_CACHE_FOR_EXTRACT=true
|
||||||
SUMMARY_LANGUAGE=English
|
SUMMARY_LANGUAGE=English
|
||||||
|
|
||||||
### Entity types that the LLM will attempt to recognize
|
### 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 for document splitting, 500~1500 is recommended
|
||||||
# CHUNK_SIZE=1200
|
# CHUNK_SIZE=1200
|
||||||
|
|
|
||||||
|
|
@ -26,7 +26,7 @@ DEFAULT_SUMMARY_CONTEXT_SIZE = 12000
|
||||||
DEFAULT_ENTITY_TYPES = [
|
DEFAULT_ENTITY_TYPES = [
|
||||||
"Organization",
|
"Organization",
|
||||||
"Person",
|
"Person",
|
||||||
"Equiment",
|
"Equipment",
|
||||||
"Product",
|
"Product",
|
||||||
"Technology",
|
"Technology",
|
||||||
"Location",
|
"Location",
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue