Semantic Retrieval
Semantic retrieval helps with conceptual queries that do not share exact terms with the task text.
npx @jumpspace/cli task semantic buildnpx @jumpspace/cli task semantic status --jsonnpx @jumpspace/cli task semantic search "member onboarding" --jsonThe default backend is deterministic and local. Dense LanceDB/ONNX retrieval is optional:
npx @jumpspace/cli task semantic build --backend lancedb+onnx --model <local-model>If optional dependencies are unavailable, Jumpspace records a degraded fallback reason and uses the local task-vector index.
Semantic retrieval is useful, but it is not the product. The value is vector matching plus graph expansion, linked code/tests, lifecycle, verification, and drift.