Search
Loading nodes...
Semantic Search (CLI)
For AI-powered semantic search using Gemini embeddings, use the CLI tool:
# Build the vector index first
namazu index build --api-key YOUR_GEMINI_API_KEY
# Then search semantically
namazu index search "knowledge management concepts"
Semantic search finds conceptually similar nodes even without exact keyword matches.