Open aliyeysides opened 2 days ago
Is there a way to override the default entity types created in prompt.py?
PROMPTS["DEFAULT_ENTITY_TYPES"] = ["organization", "person", "geo", "event"]
Same question for the entity_extraction prompt. I'd like to add more specific examples that relate to our domain.
entity_extraction
if you've installed with pip editable, you can just modify that list
Is there a way to override the default entity types created in prompt.py?
PROMPTS["DEFAULT_ENTITY_TYPES"] = ["organization", "person", "geo", "event"]
Same question for the
entity_extraction
prompt. I'd like to add more specific examples that relate to our domain.