mirror of
https://github.com/HKUDS/LightRAG.git
synced 2025-12-12 15:27:22 +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
|
||||
|
||||
### 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
|
||||
|
||||
@ -26,7 +26,7 @@ DEFAULT_SUMMARY_CONTEXT_SIZE = 12000
|
||||
DEFAULT_ENTITY_TYPES = [
|
||||
"Organization",
|
||||
"Person",
|
||||
"Equiment",
|
||||
"Equipment",
|
||||
"Product",
|
||||
"Technology",
|
||||
"Location",
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user