Revision: 15/02/2025
Search Command¶
The search command performs document search using various strategies (vector, full-text, fuzzy).
Usage¶
Options¶
-t, --tenant <id>: Tenant ID (default: from config).-s, --space <id>: Space ID (default: from config).-k, --top-k <number>: Number of results (default: 10).--vector: Use vector search (semantic).--fts: Use full-text search.--fuzzy: Use fuzzy matching (typo-tolerant).--graph: Include graph traversal in search.-f, --format <type>: Output format:json,table, ormarkdown(default:table).--silent: Suppress progress messages.