search_knowledge
Retrieve verified facts, entities, and relationships from a knowledge graph using hybrid search combining semantic, BM25, and graph traversal for evidence-backed answers.
Instructions
Search factual knowledge in the Graphiti knowledge graph.
USE WHEN: You need verified facts, entities, relationships, or structured knowledge. Combines semantic search, BM25, and graph traversal.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | ||
| query | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| items | Yes | List of search results | |
| total | Yes | Total number of results | |
| source | No | Source of the results - verified facts from knowledge graph | knowledge_graph |