mirror of
https://github.com/HKUDS/LightRAG.git
synced 2025-12-14 16:30:54 +00:00
Fix typo: change "Equiment" to "Equipment" in entity types
This commit is contained in:
parent
476b64c9d4
commit
9d81cd724a
@ -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…
x
Reference in New Issue
Block a user