Refine default entity types
This commit is contained in:
parent
bf423a4ce1
commit
f3b5352019
1 changed files with 3 additions and 6 deletions
|
|
@ -24,15 +24,12 @@ DEFAULT_SUMMARY_LENGTH_RECOMMENDED = 600
|
|||
DEFAULT_SUMMARY_CONTEXT_SIZE = 12000
|
||||
# Default entities to extract if ENTITY_TYPES is not specified in .env
|
||||
DEFAULT_ENTITY_TYPES = [
|
||||
"Organization",
|
||||
"Person",
|
||||
"Organization",
|
||||
"Location",
|
||||
"Event",
|
||||
"Technology",
|
||||
"Equipment",
|
||||
"Product",
|
||||
"Document",
|
||||
"Category",
|
||||
"Artifact",
|
||||
"CreativeWork",
|
||||
]
|
||||
|
||||
# Separator for graph fields
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue