get_entity
Retrieve a named entity's details and the document chunks that mention it from your indexed files.
Instructions
Retrieve a named entity and its associated document chunks.
Returns the entity's name, type, and the IDs of all chunks that
mention it. Requires entity extraction to have been enabled when
the documents were indexed (``indexing.entity_extraction.enabled``).
Args:
name: Entity name (case-insensitive).
entity_type: Optional type constraint.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | ||
| entity_type | No |