This commit is contained in:
William FH 2023-10-27 12:32:23 +09:00 committed by GitHub
parent 922d7910ef
commit fcad1d2965
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -31,7 +31,7 @@ def _get_extraction_function(entity_schema: dict) -> dict:
}
_EXTRACTION_TEMPLATE = """Extract and save the relevant entities mentioned\
_EXTRACTION_TEMPLATE = """Extract and save the relevant entities mentioned \
in the following passage together with their properties.
Only extract the properties mentioned in the 'information_extraction' function.