Skip to main content
Executes a semantic hybrid search against the world’s underlying vector index.
worldId
string
required
The unique system identifier of the target world.
query
string
required
The semantic search query evaluated by the embedding model.
--limit
number
The maximum number of matches to return. Alias: -l
--subjects
string[]
Restrict the semantic search geometrically to specific subject IRIs. Pass this flag multiple times for multiple subjects. Alias: -s
--predicates
string[]
Restrict the semantic search to specific predicate IRIs. Pass this flag multiple times for multiple predicates. Alias: -p

Usage

worlds search <worldId> "the chemical composition of water" --limit 5