Why not only vector search?
Standard vector search retrieves semantically similar text, but agents require factual precision. If an agent searches for “Ethan’s manager”, a pure vector query might return “Gregory’s manager” because their text embeddings are nearly identical in vector space.Hybrid retrieval
Worlds combines three signals for accurate retrieval. Hybrid search layers keyword matching and structural graph filters over vector embeddings, so the agent resolves the exact item it needs.Reciprocal rank fusion
Results from each signal are merged using Reciprocal Rank Fusion (RRF), an algorithm that produces a single relevance ranking: This lifts results ranked highly by multiple signals to the top and suppresses noise from any single signal.Execute a search
Use the data-plane search endpoint to perform hybrid retrieval across a world. Data-plane requests authenticate with awzw_ world token:
content, so an agent can bind the exact entity before running
SPARQL.