engram search
Search your knowledge base using semantic and hybrid search.
Synopsis
engram search <query> [options]
Options
| Option | Type | Default | Description |
|---|---|---|---|
--hybrid | flag | false | Enable hybrid search (semantic + keyword) |
-n, --limit | int | 10 | Number of results to return |
--source | string | all | Filter by source |
Examples
# Basic semantic search
engram search "how to configure authentication"
# Hybrid search with more results
engram search "database connection" --hybrid -n 20
# Filter by source
engram search "API design patterns" --source claude
Output
Results include:
- Document title and source
- Relevance score
- Content snippet
- Document ID for further actions
See Also
- Search Guide - Detailed search tutorial