/knowz search

The /knowz search command performs semantic search across your configured knowledge vaults. Unlike keyword search, it understands meaning, so searching for 'rate limiting approach' finds your 'API throttling strategy' document. Results include relevance scores and vault context.

Getting started

Type /knowz search followed by your query: '/knowz search rate limiting strategy'. Results show matching knowledge items ranked by relevance, with vault name, tags, and a content preview. You can narrow results with vault filters: '/knowz search --vault architecture "caching patterns"'. Results are interactive -- you can ask follow-up questions about any result.

Search results showing semantic matches across multiple vaults

Screenshot coming soon

Why it matters

Developers search for things when they need them -- during implementation, debugging, or design. /knowz search brings your team's knowledge into the same environment where you are coding. No context switching to a wiki or documentation site. The semantic understanding means you do not need to remember exact terminology -- describe what you are looking for in your own words.

Developer searching for patterns during implementation

Screenshot coming soon