Add root service query mode#2228
Draft
jioffe502 wants to merge 2 commits into
Draft
Conversation
This was referenced Jun 10, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
retriever query --run-mode servicethrough the query-owned typed request pathRetrieverServiceClient.query()forPOST /v1/queryStack note
This draft is opened against
upstream/mainfor visibility. It currently includes the current#2221service-ingest commit plus the service-query commit because the query branch is stacked on that work.Validation
pre-commit run --files nemo_retriever/src/nemo_retriever/adapters/cli/main.py nemo_retriever/src/nemo_retriever/query/options.py nemo_retriever/src/nemo_retriever/query/service.py nemo_retriever/src/nemo_retriever/query/workflow.py nemo_retriever/src/nemo_retriever/service/client.py nemo_retriever/tests/test_query_workflow_options.py nemo_retriever/tests/test_root_query_cli.py nemo_retriever/tests/test_service_query_client.pyPYTHONPATH=/localhome/local-jioffe/NeMo-Retriever.worktrees/service-query-integration-base/nemo_retriever/src /localhome/local-jioffe/retriever-skills/nemo_retriever/.venv/bin/python -m pytest nemo_retriever/tests/test_query_workflow_options.py nemo_retriever/tests/test_root_query_cli.py nemo_retriever/tests/test_service_query_client.pygit diff --check codex/service-query-integration-base..codex/root-query-service-modeLive jp20 service validation was previously attempted, but no service was reachable on
localhost:7670orlocalhost:7671from this environment.