Skip to main content

engram search

Search your knowledge base using semantic and hybrid search.

Synopsis

engram search <query> [options]

Options

OptionTypeDefaultDescription
--hybridflagfalseEnable hybrid search (semantic + keyword)
-n, --limitint10Number of results to return
--sourcestringallFilter 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