find_entities
Retrieve entity-typed memories from the knowledge graph, filterable by entity type and result limit. Returns structured records with id, name, content, and attributes for each entity.
Instructions
Knowledge Graph: Find all entity-typed memories in Qdrant. Returns a list of {id, name, entity_type, content, attributes} dicts.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Max results (default 50) | |
| entity_type | No | Filter by entity type: device, service, person, location, organization, concept, software, protocol |