Skip to main content

Documentation Index

Fetch the complete documentation index at: https://docs.wazoo.dev/llms.txt

Use this file to discover all available pages before exploring further.

Executes a semantic hybrid search against the world’s underlying vector index.
--world
string
required
The unique system identifier of the target world. Alias: -w
--query
string
required
The free-text search string. Alias: -q
--limit
number
The maximum number of entities to return. Default is 10. Alias: -l
--subjects
string
Specifies IRIs to restrict the search context. Can be provided multiple times. Alias: -s
--predicates
string
Specifies IRIs of properties to restrict the search context. Can be provided multiple times. Alias: -p

Usage

worlds search --world my-world --query "Acme Corp operations" --limit 5