We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4b51543 commit 87c08bbCopy full SHA for 87c08bb
1 file changed
haystack/components/extractors/llm_metadata_extractor.py
@@ -49,7 +49,7 @@ class LLMMetadataExtractor:
49
50
-Steps-
51
1. Identify all entities. For each identified entity, extract the following information:
52
- - entity_name: Name of the entity, capitalized
+ - entity: Name of the entity
53
- entity_type: One of the following types: [organization, product, service, industry]
54
Format each entity as a JSON like: {"entity": <entity_name>, "entity_type": <entity_type>}
55
0 commit comments