Process Hybrid Search
Run Workflow
- Set
TIANGONG_LCA_APIKEY or pass --token.
- Execute
scripts/run-process-hybrid-search.sh with a request JSON file.
- Confirm response shape, then debug with focused references.
Commands
scripts/run-process-hybrid-search.sh --dry-run --token "$TIANGONG_LCA_APIKEY"
scripts/run-process-hybrid-search.sh --token "$TIANGONG_LCA_APIKEY"
scripts/run-process-hybrid-search.sh --data ./assets/example-request.json --token "$TIANGONG_LCA_APIKEY"
Fast Triage
400: missing or invalid query.
500: embedding provider or hybrid_search_processes RPC failure.
- Empty
data: query/filter mismatch; inspect generated retrieval query and filter structure.
Load References On Demand
references/env.md: auth, region, and endpoint overrides.
references/request-response.md: payload contract and RPC expectations.
references/prompts.md: query-rewrite prompt constraints.
references/testing.md: smoke test checklist.