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_SUMMARY_CONTEXT_SIZE = 12000
|
||||||
# Default entities to extract if ENTITY_TYPES is not specified in .env
|
# Default entities to extract if ENTITY_TYPES is not specified in .env
|
||||||
DEFAULT_ENTITY_TYPES = [
|
DEFAULT_ENTITY_TYPES = [
|
||||||
"Organization",
|
|
||||||
"Person",
|
"Person",
|
||||||
|
"Organization",
|
||||||
"Location",
|
"Location",
|
||||||
"Event",
|
"Event",
|
||||||
"Technology",
|
"Artifact",
|
||||||
"Equipment",
|
"CreativeWork",
|
||||||
"Product",
|
|
||||||
"Document",
|
|
||||||
"Category",
|
|
||||||
]
|
]
|
||||||
|
|
||||||
# Separator for graph fields
|
# Separator for graph fields
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue