Skip to content

Commit

Permalink
updating LLMMetaDataExtractor example code
Browse files Browse the repository at this point in the history
  • Loading branch information
davidsbatista committed Jan 17, 2025
1 parent f0e9b96 commit bbb8b60
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ class LLMMetadataExtractor:
1. Identify all entities. For each identified entity, extract the following information:
- entity_name: Name of the entity, capitalized
- entity_type: One of the following types: [organization, product, service, industry]
Format each entity as {"entity": <entity_name>, "entity_type": <entity_type>}
Format each entity as a JSON like: {"entity": <entity_name>, "entity_type": <entity_type>}
2. Return output in a single list with all the entities identified in steps 1.
Expand Down

0 comments on commit bbb8b60

Please sign in to comment.