semantic_search
Find entities in your knowledge graph by semantic meaning using vector embeddings and similarity thresholds. Specify query, limit, similarity, entity types, and hybrid search options.
Instructions
Search for entities semantically using vector embeddings and similarity in your Memento MCP knowledge graph memory
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| query | Yes | The text query to search for semantically | |
| limit | No | Maximum number of results to return (default: 10) | |
| min_similarity | No | Minimum similarity threshold from 0.0 to 1.0 (default: 0.6) | |
| entity_types | No | Filter results by entity types | |
| hybrid_search | No | Whether to combine keyword and semantic search (default: true) | |
| semantic_weight | No | Weight of semantic results in hybrid search from 0.0 to 1.0 (default: 0.6) |