Skip to content

Commit 87c08bb

Browse files
authored
Small change to prompt (#9601)
1 parent 4b51543 commit 87c08bb

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

haystack/components/extractors/llm_metadata_extractor.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ class LLMMetadataExtractor:
4949
5050
-Steps-
5151
1. Identify all entities. For each identified entity, extract the following information:
52-
- entity_name: Name of the entity, capitalized
52+
- entity: Name of the entity
5353
- entity_type: One of the following types: [organization, product, service, industry]
5454
Format each entity as a JSON like: {"entity": <entity_name>, "entity_type": <entity_type>}
5555

0 commit comments

Comments
 (0)